[[["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."],[[["Creates a new client buyer for a given account using an HTTP POST request."],["The request requires specifying the `accountId` as a path parameter and providing client details in the request body."],["A successful response returns the newly created client details."],["Authorization requires the `https://www.googleapis.com/auth/adexchange.buyer` scope."]]],["This document details how to create a new client buyer using a POST request to the specified URL: `https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/clients`. The `accountId`, a required numerical string, must be provided as a path parameter. The request body requires a `Client` instance. Upon successful creation, the response body returns a new `Client` instance. This process requires the `https://www.googleapis.com/auth/adexchange.buyer` OAuth scope for authorization.\n"]]