AI-generated Key Takeaways
-
A Contact represents a person affiliated with a single Company.
-
Contacts can have various contact information and be invited to view company orders, line items, creatives, and reports.
-
The
Contact
object includes fields such as unique ID, name, associated company ID, status, address, phone numbers, email, comment, and job title. -
The status of a contact, which is readonly, indicates their invitation and access status, including UNINVITED, INVITE_PENDNG, INVITE_EXPIRED, INVITE_CANCELED, USER_ACTIVE, USER_DISABLED, and UNKNOWN.
A Contact
represents a person who is affiliated with a single Company. A contact
can have a variety of contact information associated to it, and can be invited to view their
company's orders, line items, creatives, and reports.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Field |
|
---|---|
BaseContact (inherited)
|
|
Contact
|
|
|
The unique ID of the |
|
The name of the contact. This attribute is required and has a maximum length of 127 characters. |
|
The ID of the Company that this contact is associated with. This attribute is required and immutable. |
|
The status of the contact. This attribute is readonly and is assigned by Google. Enumerations
|
|
The address of the contact. This attribute is optional and has a maximum length of 1024 characters. |
|
The cell phone number where the contact can be reached. This attribute is optional. |
|
A free-form text comment for the contact. This attribute is optional and has a maximum length of 1024 characters. |
|
The e-mail address where the contact can be reached. This attribute is optional. |
|
The fax number where the contact can be reached. This attribute is optional. |
|
The job title of the contact. This attribute is optional and has a maximum length of 1024 characters. |
|
The work phone number where the contact can be reached. This attribute is optional. |