Method: placementStrategies.get

  • This page details how to retrieve a single placement strategy by its ID using an HTTP GET request.

  • The request requires specifying the user profile ID and the placement strategy ID as path parameters.

  • The request body must be empty for this operation.

  • A successful response will contain an instance of the PlacementStrategy resource.

  • The operation requires the https://www.googleapis.com/auth/dfatrafficking authorization scope.

Gets one placement strategy by ID.

HTTP request

GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/placementStrategies/{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 strategy ID.

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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