AI-generated Key Takeaways
-
This operation updates an existing placement using patch semantics and requires a
PATCH
request to a specific endpoint. -
The request must include the profile ID in the path and the placement ID as a query parameter.
-
The request body should contain a
Placement
object representing the desired changes. -
A successful response will return the updated
Placement
object. -
Authorization requires the
dfatrafficking
scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing placement. This method supports patch semantics.
HTTP request
PATCH 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. |
Query parameters
Parameters | |
---|---|
id |
Required. Placement ID. |
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