AI-generated Key Takeaways
-
Retrieves a specific remarketing list using its ID and the user's profile ID.
-
Requires authorization with the
dfatrafficking
scope. -
Uses a
GET
request with path parameters for profile ID and remarketing list ID. -
Returns a
RemarketingList
object in the response if successful. -
Request body should be empty.
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