Method: remarketingListShares.patch

  • This document outlines how to update an existing remarketing list share using the PATCH method.

  • The request requires specifying a profileId as a path parameter and a required id (RemarketingList ID) as a query parameter.

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

  • The operation requires the https://www.googleapis.com/auth/dfatrafficking OAuth scope for authorization.

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

HTTP request

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

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

Response body

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

Authorization scopes

Requires the following OAuth scope:

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