AI-generated Key Takeaways
- 
          This document outlines how to retrieve a single remarketing list using its ID via an HTTP GET request. 
- 
          The request requires specifying both a profileIdand theidof the remarketing list as path parameters.
- 
          The request body must be empty, and a successful response will contain an instance of RemarketingList.
- 
          Authorization for this request requires the https://www.googleapis.com/auth/dfatraffickingOAuth scope.
Gets one remarketing list by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/remarketingLists/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| profileId | 
 User profile ID associated with this request. | 
| id | 
 Remarketing list ID. | 
Request body
The request body must be empty.
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