AI-generated Key Takeaways
-
This page details how to retrieve a single placement by its ID using an HTTP GET request.
-
The HTTP request requires a user profile ID and the specific placement ID as path parameters.
-
The request body should be empty when making this request.
-
A successful response will contain an instance of the Placement object.
-
Authorization is required via the
https://www.googleapis.com/auth/dfatraffickingOAuth scope.
Gets one placement by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/placements/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId |
User profile ID associated with this request. |
id |
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