AI-generated Key Takeaways
-
This operation updates an existing placement strategy using patch semantics and the HTTP PATCH method.
-
It requires providing the user profile ID in the path and the placement strategy ID in the query parameters.
-
The request body should contain a
PlacementStrategy
object, and a successful response will return the updatedPlacementStrategy
object. -
Users need to have the
dfatrafficking
OAuth scope to perform this operation.
- 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