[[["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\u003e\u003ccode\u003eProposalCompanyAssociationType\u003c/code\u003e defines the role of a company (e.g., agency, advertiser) in relation to a proposal.\u003c/p\u003e\n"],["\u003cp\u003eIt includes various types like primary agency, billing agency, branding agency, advertiser, and more.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is used within the Google Ad Manager API to specify the association between companies and proposals.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUNKNOWN\u003c/code\u003e type is used when the actual association type is not available in the requested API version.\u003c/p\u003e\n"]]],["The core content details the `ProposalCompanyAssociationType`, an enumeration within the `ProposalService` in the Ad Manager API (v202408). This type defines the role of a `Company` linked to a `Proposal`. The possible types include `PRIMARY_AGENCY`, `BILLING_AGENCY`, `BRANDING_AGENCY`, `OTHER_AGENCY`, `ADVERTISER`, and `UNKNOWN`. Each type represents a distinct business relationship. This is used to manage associations between companies and proposals.\n"],null,["# enum ProposalCompanyAssociationType (v202408)\n\n**Service** \n**ProposalService** **Dependencies** \n[ProposalCompanyAssociation](/ad-manager/api/reference/v202408/ProposalService.ProposalCompanyAssociation) \n▼\n**ProposalCompanyAssociationType**\n\nDescribes the type of a [Company](/ad-manager/api/reference/v202408/CompanyService.Company) associated with a [Proposal](/ad-manager/api/reference/v202408/ProposalService.Proposal).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------------|-------------------------------------------------------------------------------------|\n| `PRIMARY_AGENCY` | The company is a primary agency. |\n| `BILLING_AGENCY` | The company is a billing agency. |\n| `BRANDING_AGENCY` | The company is a branding agency. |\n| `OTHER_AGENCY` | The company is other type of agency. |\n| `ADVERTISER` | The company is advertiser. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]