[[["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-02-13 UTC."],[[["A `ProposalCompanyAssociation` links a `Company` to a `Proposal` along with 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 also includes an optional list of contact IDs (`contactIds`) for contacts within the associated company."]]],["`ProposalCompanyAssociation` links a `Company` to a `Proposal`, including associated `Contact` objects. Key actions involve defining the `companyId`, a unique identifier for the related `Company`. The `type` field, drawn from `ProposalCompanyAssociationType`, specifies the company's role (e.g., `PRIMARY_AGENCY`, `ADVERTISER`). `contactIds` is an array that lists the unique IDs of the `Contact` entities belonging to the company, and associated with the proposal. The namespace is defined as `https://www.google.com/apis/ads/publisher/v202402`.\n"]]