Method: remarketingLists.patch

  • This method updates an existing remarketing list using patch semantics and requires a PATCH request to the specified URL.

  • You need to provide the profileId as a path parameter and the id of the remarketing list as a query parameter.

  • The request body should contain an instance of RemarketingList, which will also be returned in the response body upon successful execution.

  • Authorization requires the https://www.googleapis.com/auth/dfatrafficking OAuth scope.

Updates an existing remarketing list. This method supports patch semantics.

HTTP request

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

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

Request body

The request body contains an instance of RemarketingList.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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