Method: buyers.publisherProfiles.get

  • This method retrieves a specific publisher profile using its name.

  • The request uses a GET HTTP method with a URL that includes the publisher profile name.

  • A required path parameter name specifies the name of the publisher profile in the format buyers/{buyerId}/publisherProfiles/{publisherProfileId}.

  • The request body must be empty, and the response body contains an instance of PublisherProfile.

  • The request requires authorization using the https://www.googleapis.com/auth/authorized-buyers-marketplace OAuth scope.

Gets the requested publisher profile by name.

HTTP request

GET https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{name=buyers/*/publisherProfiles/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the publisher profile. Format: buyers/{buyerId}/publisherProfiles/{publisherProfileId}

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/authorized-buyers-marketplace