Method: placements.update

  • Updates an existing placement using a PUT request to the specified endpoint.

  • Requires profileId as a path parameter to identify the user profile.

  • Utilizes a request body containing a Placement object and provides the updated Placement object in the response.

  • Needs authorization with the dfatrafficking scope.

Updates an existing placement.

HTTP request

PUT 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.

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