Method: advertisers.get

  • Retrieves a single advertiser's information using their unique ID.

  • Requires authorization with the dfatrafficking scope.

  • Uses a GET request with the advertiser and user profile IDs specified in the path.

  • Returns an Advertiser object containing the advertiser's details upon successful execution.

  • The request body should be empty for this operation.

Gets one advertiser by ID.

HTTP request

GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/advertisers/{id}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

id

string (int64 format)

Advertiser ID.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Advertiser.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking