AI-generated Key Takeaways
-
This method updates an existing placement strategy using patch semantics.
-
The HTTP request uses the PATCH method to a specific URL with path and query parameters.
-
Path parameters include the
profileId, while query parameters require theidof the placement strategy. -
The request and response bodies contain instances of the PlacementStrategy.
-
This method requires the
https://www.googleapis.com/auth/dfatraffickingauthorization scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing placement strategy. This method supports patch semantics.
HTTP request
PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/placementStrategies
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId |
User profile ID associated with this request. |
Query parameters
| Parameters | |
|---|---|
id |
Required. PlacementStrategy ID. |
Request body
The request body contains an instance of PlacementStrategy.
Response body
If successful, the response body contains an instance of PlacementStrategy.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking