[[["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-09-18 UTC."],[[["Create proposals and associated deals, each assigned a unique ID by the server, using an HTTP POST request."],["Proposals are created within a specific buyer account, indicated by the `accountId` path parameter."],["The request body requires a `Proposal` object, as defined in the provided reference, containing proposal details."],["A successful response will return the newly created `Proposal` object with assigned details."],["Authorization requires the `https://www.googleapis.com/auth/adexchange.buyer` OAuth scope for access."]]],["The core content describes the process of creating a proposal via an HTTP POST request to `https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/proposals`. The `accountId` is a string-type path parameter specifying the buyer's account. The request body utilizes the `Proposal` instance. A successful response will return a newly created `Proposal` instance. Authorization requires the `https://www.googleapis.com/auth/adexchange.buyer` OAuth scope. The server assigns unique IDs to all created proposals.\n"]]