AI-generated Key Takeaways
-
This method updates an existing placement group using patch semantics and requires a PATCH request to a specific endpoint.
-
It uses path and query parameters to identify the user profile and the placement group to update.
-
The request body should contain a PlacementGroup object with the desired updates.
-
Upon successful completion, the response body returns the updated PlacementGroup object.
-
Authorization requires the
dfatrafficking
OAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing placement group. This method supports patch semantics.
HTTP request
PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/placementGroups
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 PlacementGroup
.
Response body
If successful, the response body contains an instance of PlacementGroup
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking