AI-generated Key Takeaways
-
A
Contact
represents a person affiliated with a singleCompany
and can be invited to view their company's orders, line items, creatives, and reports. -
Contacts have attributes such as a unique read-only ID, a required name, a required and immutable associated
companyId
, a read-only status, and optional contact information like address, phone numbers, comment, email, and title. -
The ContactService allows for creating and updating
Contact
objects. -
The status of a contact is read-only and can indicate various states related to invitations and user access.
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/v202502
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. |