Method: placementStrategies.patch

  • 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 updated PlacementStrategy object.

  • Users need to have the dfatrafficking OAuth scope to perform this operation.

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

string (int64 format)

User profile ID associated with this request.

Query parameters

Parameters
id

string (int64 format)

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