Method: remarketingLists.get

  • This document outlines how to retrieve a single remarketing list using its ID via an HTTP GET request.

  • The request requires specifying both a profileId and the id of 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/dfatrafficking OAuth 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

string (int64 format)

User profile ID associated with this request.

id

string (int64 format)

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