Method: placements.patch

  • This method updates an existing placement using patch semantics.

  • The HTTP request uses a PATCH method with a specific URL structure including a profileId path parameter and an id query parameter.

  • The request and response bodies contain instances of a Placement object.

  • Authorization requires the https://www.googleapis.com/auth/dfatrafficking OAuth 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