type ProposalCompanyAssociation (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
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/v202411
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eA \u003ccode\u003eProposalCompanyAssociation\u003c/code\u003e links a \u003ccode\u003eCompany\u003c/code\u003e to a \u003ccode\u003eProposal\u003c/code\u003e along with associated \u003ccode\u003eContact\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eIt defines the relationship between the company and the proposal (e.g., primary agency, advertiser).\u003c/p\u003e\n"],["\u003cp\u003eKey properties include the company's ID (\u003ccode\u003ecompanyId\u003c/code\u003e), association type (\u003ccode\u003etype\u003c/code\u003e), and contact IDs (\u003ccode\u003econtactIds\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this object is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["A `ProposalCompanyAssociation` links a `Company` to a `Proposal`, including associated `Contact` objects. It requires a `companyId`, which is the company's unique ID, and a `type`, which specifies the nature of the company's association (e.g., `PRIMARY_AGENCY`, `ADVERTISER`). It also has a `contactIds` array that stores unique identifiers for contacts from the `Company`. This information connects specific companies and contacts with a given proposal.\n"],null,["# type ProposalCompanyAssociation (v202411)\n\n**Service** \n**ProposalService** **Dependencies** \n[Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal) \n▼\n**ProposalCompanyAssociation**\n\nA `ProposalCompanyAssociation` represents a [Company](/ad-manager/api/reference/v202411/CompanyService.Company) associated with the [Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal) and a set of [Contact](/ad-manager/api/reference/v202411/ContactService.Contact) objects belonging to the company.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `companyId` | ` `xsd:`long` The unique ID of the [Company](/ad-manager/api/reference/v202411/CompanyService.Company) associated with the [Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal). This attribute is required. |\n| ### `type` | ` `[ProposalCompanyAssociationType](/ad-manager/api/reference/v202411/ProposalService.ProposalCompanyAssociationType)` ` The association type of the [Company](/ad-manager/api/reference/v202411/CompanyService.Company) and [Proposal](/ad-manager/api/reference/v202411/ProposalService.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. \u003cbr /\u003e This attribute is required. |\n| ### `contactIds` | ` `xsd:`long[]` List of unique IDs for [Contact](/ad-manager/api/reference/v202411/ContactService.Contact) objects of the [Company](/ad-manager/api/reference/v202411/CompanyService.Company). |"]]