AI-generated Key Takeaways
- 
          A Contact represents a person affiliated with a single Company and can be invited to view company orders, line items, creatives, and reports. 
- 
          The Contact object inherits from BaseContact and has unique fields such as id, name, companyId, status, address, cellPhone, comment, email, faxPhone, title, and workPhone. 
- 
          The ContactService includes methods for creating and updating Contacts and can return a ContactPage. 
- 
          The status of a contact, which is readonly, indicates their invitation and access state, with possible values including UNINVITED, INVITE_PENDING, USER_ACTIVE, and USER_DISABLED among others. 
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/v202411
| 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. |