Method: accounts.publisherProfiles.get
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The GET request to https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/publisherProfiles/{publisherProfileId} retrieves a specific publisher profile.
The request uses accountId and publisherProfileId as path parameters to identify the desired profile.
The request body for this operation must be empty.
A successful response returns an instance of PublisherProfile.
This action requires authorization with the https://www.googleapis.com/auth/adexchange.buyer OAuth scope.
[[["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."],[],["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"]]