type ProposalCompanyAssociation (v202408)
A ProposalCompanyAssociation
represents a Company associated with the Proposal and a set of Contact objects belonging to the company.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
companyId
|
xsd:long
The unique ID of the Company associated with the Proposal.
This attribute is required.
|
type
|
ProposalCompanyAssociationType
The association type of the Company and Proposal.
Enumerations
-
PRIMARY_AGENCY
- The company is a primary agency.
-
BILLING_AGENCY
- The company is a billing agency.
-
BRANDING_AGENCY
- The company is a branding agency.
-
OTHER_AGENCY
- The company is other type of agency.
-
ADVERTISER
- The company is advertiser.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
This attribute is required.
|
|
xsd:long[]
List of unique IDs for Contact objects of the Company.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["A `ProposalCompanyAssociation` links a `Company` to a `Proposal` and includes associated `Contact` objects."],["It defines the relationship between the `Company` and the `Proposal` using the `type` field, such as primary agency, billing agency, or advertiser."],["This association requires a `companyId` to identify the associated `Company` and can optionally include a list of `contactIds` for related `Contact` objects."]]],["`ProposalCompanyAssociation` links a `Company` to a `Proposal`, along with associated `Contact` objects. It requires a `companyId`, specifying the unique identifier of the related company. The `type` field denotes the company's role, with options like `PRIMARY_AGENCY`, `ADVERTISER`, or `UNKNOWN`. The `contactIds` field lists the unique identifiers for contacts belonging to the specified company. These identifiers are essential for the management of companies, proposals, and their related contacts.\n"]]