Method: accounts.publisherProfiles.get

  • 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.

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