AI-generated Key Takeaways
-
Retrieves a specific remarketing list using its ID and the user profile ID.
-
Utilizes an HTTP GET request with path parameters for profile ID and remarketing list ID.
-
Requires authorization with the
dfatrafficking
scope. -
Returns the details of the specified remarketing list if the request is successful.
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