AI-generated Key Takeaways
- 
          The PATCHmethod is used to update an existing placement group via an HTTP request.
- 
          The API call requires a profileIdas a path parameter and a requiredidas a query parameter.
- 
          The request body should contain an instance of PlacementGroup, and a successful response will also return aPlacementGroupinstance.
- 
          Authorization requires the https://www.googleapis.com/auth/dfatraffickingOAuth 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