AI-generated Key Takeaways
- 
          This page details how to update an existing remarketing list using a PUT HTTP request to a specific URL. 
- 
          The request requires a profileIdpath parameter, which is a string formatted as an int64, identifying the user profile associated with the request.
- 
          The request body should contain an instance of a RemarketingList, and a successful response will also contain an instance of a RemarketingList. 
- 
          Updating remarketing lists requires the https://www.googleapis.com/auth/dfatraffickingOAuth scope for authorization.
Updates an existing remarketing list.
HTTP request
PUT 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. | 
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