[[["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."],[[["Retrieves a specific publisher profile using its ID and the buyer's account ID."],["Requires an HTTP GET request to a designated URL with specified path parameters."],["The request body should be empty, and a successful response returns a PublisherProfile object."],["Authorization necessitates the `https://www.googleapis.com/auth/adexchange.buyer` scope."]]],["The core content describes how to retrieve a publisher profile by ID. A `GET` HTTP request is made to the specified URL, including the buyer's `accountId` and the `publisherProfileId` as path parameters. The request body must be empty. A successful response will return a `PublisherProfile` instance. This operation requires OAuth authorization with the `https://www.googleapis.com/auth/adexchange.buyer` scope.\n"]]