AI-generated Key Takeaways
-
The endpoint
PUT https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/placementsupdates an existing placement. -
The request requires a
profileIdpath parameter, which is a string representing the user profile ID. -
The request body should contain an instance of a Placement object.
-
A successful response body will also contain an instance of a Placement object.
-
This operation requires the
https://www.googleapis.com/auth/dfatraffickingauthorization scope.
Updates an existing placement.
HTTP request
PUT https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/placements
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId |
User profile ID associated with this request. |
Request body
The request body contains an instance of Placement.
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