Method: placements.get

  • Use the GET method with a specific URL to retrieve a placement by its ID.

  • The request requires profileId and id as path parameters, both in string format representing int64 values.

  • The request body must be empty.

  • A successful response will contain an instance of the Placement resource in the response body.

  • The request requires the https://www.googleapis.com/auth/dfatrafficking OAuth scope for authorization.

Gets one placement by ID.

HTTP request

GET https://dfareporting.googleapis.com/dfareporting/v5/userprofiles/{profileId}/placements/{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)

Placement ID.

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking
Design a Mobile Site
View Site in Mobile | Classic
Share by: