Method: accounts.publisherProfiles.get
Stay organized with collections
Save and categorize content based on your preferences.
Gets the requested publisher profile by id.
HTTP request
GET https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/publisherProfiles/{publisherProfileId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
accountId |
string
Account ID of the buyer.
|
publisherProfileId |
string
The id for the publisher profile to get.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of PublisherProfile
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adexchange.buyer
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["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"],null,[]]