[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eContact.Status\u003c/code\u003e defines the different states a contact can have within the system, like uninvited, pending invitation, active, or disabled.\u003c/p\u003e\n"],["\u003cp\u003eThese statuses describe a contact's level of access to view their orders and whether they've been invited or have an active account.\u003c/p\u003e\n"],["\u003cp\u003eEach status has a specific meaning, ranging from \u003ccode\u003eUNINVITED\u003c/code\u003e to \u003ccode\u003eUSER_DISABLED\u003c/code\u003e, and helps manage contact interactions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eContact.Status\u003c/code\u003e enumeration, within the \u003ccode\u003eContactService\u003c/code\u003e, is detailed in the provided table with descriptions for each status.\u003c/p\u003e\n"]]],["The content details the `Contact.Status` enumeration within the `ContactService` of the Google Ad Manager API (v202411). It defines various statuses for contacts, including `UNINVITED`, `INVITE_PENDING`, `INVITE_EXPIRED`, `INVITE_CANCELED`, `USER_ACTIVE`, `USER_DISABLED`, and `UNKNOWN`. These statuses describe the contact's relationship with order access, such as whether they have been invited, accepted an invitation, or had their access revoked. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# enum Contact.Status (v202411)\n\n**Service** \n**ContactService** **Dependencies** \n[Contact](/ad-manager/api/reference/v202411/ContactService.Contact) \n▼\n**Contact.Status**\n\nDescribes the contact statuses.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------------|---------------------------------------------------------------------------------------------|\n| `UNINVITED` | The contact has not been invited to see their orders. |\n| `INVITE_PENDNG` | The contact has been invited to see their orders, but has not yet accepted the invitation. |\n| `INVITE_EXPIRED` | The contact has been invited to see their orders, but the invitation has already expired. |\n| `INVITE_CANCELED` | The contact was invited to see their orders, but the invitation was cancelled. |\n| `USER_ACTIVE` | The contact has access to login and view their orders. |\n| `USER_DISABLED` | The contact accepted an invitation to see their orders, but their access was later revoked. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]