AI-generated Key Takeaways
-
This document outlines how to update an existing remarketing list using the PATCH method.
-
The request requires a user profile ID as a path parameter and a remarketing list ID as a query parameter.
-
The request and response bodies contain instances of the RemarketingList object.
-
Authorization is required using the
https://www.googleapis.com/auth/dfatraffickingOAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
User profile ID associated with this request. |
Query parameters
| Parameters | |
|---|---|
id |
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