AI-generated Key Takeaways
-
This document explains how to get a single remarketing list by ID using an HTTP GET request.
-
The request requires a user profile ID and the specific remarketing list ID as path parameters in the URL.
-
The request body must be empty.
-
A successful response will contain an instance of TargetableRemarketingList.
-
Authorization 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}/targetableRemarketingLists/{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 TargetableRemarketingList.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking