Method: placements.patch

  • This operation updates an existing placement using patch semantics and requires a PATCH request to a specific endpoint.

  • The request must include the profile ID in the path and the placement ID as a query parameter.

  • The request body should contain a Placement object representing the desired changes.

  • A successful response will return the updated Placement object.

  • Authorization requires the dfatrafficking scope.

Updates an existing placement. This method supports patch semantics.

HTTP request

PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/placements

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. Placement ID.

Request body

The request body contains an instance of Placement.

Response body

If successful, the response body contains an instance of Placement.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking