[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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 and includes associated \u003ccode\u003eContact\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eIt defines the relationship between the \u003ccode\u003eCompany\u003c/code\u003e and the \u003ccode\u003eProposal\u003c/code\u003e using the \u003ccode\u003etype\u003c/code\u003e field, such as primary agency, billing agency, or advertiser.\u003c/p\u003e\n"],["\u003cp\u003eThis association requires a \u003ccode\u003ecompanyId\u003c/code\u003e to identify the associated \u003ccode\u003eCompany\u003c/code\u003e and can optionally include a list of \u003ccode\u003econtactIds\u003c/code\u003e for related \u003ccode\u003eContact\u003c/code\u003e objects.\u003c/p\u003e\n"]]],["`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"],null,["# type ProposalCompanyAssociation (v202408)\n\n**Service** \n**ProposalService** **Dependencies** \n[Proposal](/ad-manager/api/reference/v202408/ProposalService.Proposal) \n▼\n**ProposalCompanyAssociation**\n\nA `ProposalCompanyAssociation` represents a [Company](/ad-manager/api/reference/v202408/CompanyService.Company) associated with the [Proposal](/ad-manager/api/reference/v202408/ProposalService.Proposal) and a set of [Contact](/ad-manager/api/reference/v202408/ContactService.Contact) objects belonging to the company.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `companyId` | ` `xsd:`long` The unique ID of the [Company](/ad-manager/api/reference/v202408/CompanyService.Company) associated with the [Proposal](/ad-manager/api/reference/v202408/ProposalService.Proposal). This attribute is required. |\n| ### `type` | ` `[ProposalCompanyAssociationType](/ad-manager/api/reference/v202408/ProposalService.ProposalCompanyAssociationType)` ` The association type of the [Company](/ad-manager/api/reference/v202408/CompanyService.Company) and [Proposal](/ad-manager/api/reference/v202408/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/v202408/ContactService.Contact) objects of the [Company](/ad-manager/api/reference/v202408/CompanyService.Company). |"]]