AI-generated Key Takeaways
-
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 theid
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.
- 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