- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Retrieves a list of placements, possibly filtered. This method supports paging.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/placements
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profile |
User profile ID associated with this request. |
Query parameters
Parameters | |
---|---|
ids[] |
Select only placements with these IDs. |
advertiser |
Select only placements that belong to these advertisers. |
campaign |
Select only placements that belong to these campaigns. |
site |
Select only placements that are associated with these sites. |
directory |
Select only placements that are associated with these directory sites. |
placement |
Select only placements that are associated with these placement strategies. |
content |
Select only placements that are associated with these content categories. |
compatibilities[] |
Select only placements that are associated with these compatibilities.
and
refer to rendering either on desktop or on mobile devices for regular or interstitial ads respectively.
and
are for rendering in mobile apps. IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the VAST standard. |
size |
Select only placements that are associated with these sizes. |
pricing |
Select only placements with these pricing types. |
group |
Select only placements that belong to these placement groups. |
payment |
Select only placements with this payment source. |
search |
Allows searching for placements by name or ID. Wildcards (
) are allowed. For example,
will return placements with names like
,
, or simply
. Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of
will match placements with name
,
, or simply
. |
max |
Select only placements or placement groups whose end date is on or before the specified
. The date should be formatted as "yyyy-MM-dd". |
max |
Maximum number of results to return. |
active |
Select only placements with these active statuses. |
max |
Select only placements or placement groups whose start date is on or before the specified
. The date should be formatted as "yyyy-MM-dd". |
min |
Select only placements or placement groups whose end date is on or after the specified
. The date should be formatted as "yyyy-MM-dd". |
min |
Select only placements or placement groups whose start date is on or after the specified
. The date should be formatted as "yyyy-MM-dd". |
page |
Value of the
from the previous result page. |
sort |
Field by which to sort the list. |
sort |
Order of sorted results. |
Request body
The request body must be empty.
Response body
Placement placements.list Response
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"kind": string,
"nextPageToken": string,
"placements": [
{
object ( |
Fields | |
---|---|
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
next |
Pagination token to be used for the next list operation. |
placements[] |
Placement collection. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking