Method: remarketingLists.patch

  • This document provides details on how to update an existing remarketing list using the PATCH method.

  • The request requires a profileId in the path and a required id query parameter for the specific remarketing list.

  • The request and response bodies both contain an instance of a RemarketingList.

  • 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/v5/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