AI-generated Key Takeaways
-
Retrieves a specific placement using its unique ID within a designated user profile.
-
Requires authorization with the
dfatrafficking
scope for access. -
Employs a
GET
request with profile and placement IDs as path parameters. -
Returns a
Placement
object containing details of the retrieved placement upon successful execution. -
Utilizes gRPC Transcoding for URL structure.
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