[[["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 2024-05-15 UTC."],[[["A `ProposalCompanyAssociation` links a `Company` to a `Proposal` and includes associated `Contact` objects."],["It defines the relationship between the company and the proposal (e.g., primary agency, advertiser)."],["Required fields include the company's ID (`companyId`) and the association type (`type`)."],["It optionally allows specifying a list of contact IDs (`contactIds`) belonging to the company."]]],["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 relationship between the company and the proposal. Possible types are `PRIMARY_AGENCY`, `BILLING_AGENCY`, `BRANDING_AGENCY`, `OTHER_AGENCY`, `ADVERTISER`, or `UNKNOWN`. Additionally, `contactIds`, a list of contact IDs from the company, can be included. The namespace is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]