Method: placements.list

Retrieves a list of placements, possibly filtered. This method supports paging.

HTTP request

GET https://dfareporting.googleapis.com/dfareporting/v3.3/userprofiles/{profileId}/placements

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Query parameters

Parameters
ids[]

string (int64 format)

Select only placements with these IDs.

advertiserIds[]

string (int64 format)

Select only placements that belong to these advertisers.

campaignIds[]

string (int64 format)

Select only placements that belong to these campaigns.

siteIds[]

string (int64 format)

Select only placements that are associated with these sites.

directorySiteIds[]

string (int64 format)

Select only placements that are associated with these directory sites.

placementStrategyIds[]

string (int64 format)

Select only placements that are associated with these placement strategies.

contentCategoryIds[]

string (int64 format)

Select only placements that are associated with these content categories.

compatibilities[]

enum (Compatibilities)

Select only placements that are associated with these compatibilities.

DISPLAY

and

DISPLAY_INTERSTITIAL

refer to rendering either on desktop or on mobile devices for regular or interstitial ads respectively.

APP

and

APP_INTERSTITIAL

are for rendering in mobile apps. IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the VAST standard.

sizeIds[]

string (int64 format)

Select only placements that are associated with these sizes.

pricingTypes[]

enum (PricingTypes)

Select only placements with these pricing types.

archived

boolean

Select only archived placements. Don't set this field to select both archived and non-archived placements.

paymentSource

enum (PaymentSource)

Select only placements with this payment source.

searchString

string

Allows searching for placements by name or ID. Wildcards (

*

) are allowed. For example,

"placement*2015"

will return placements with names like

"placement June 2015"

,

"placement May 2015"

, or simply

"placements 2015"

. Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of

"placement"

will match placements with name

"my placement"

,

"placement 2015"

, or simply

"placement"

.

groupIds[]

string (int64 format)

Select only placements that belong to these placement groups.

maxEndDate

string

Select only placements or placement groups whose end date is on or before the specified

maxEndDate

. The date should be formatted as "yyyy-MM-dd".

maxResults

integer

Maximum number of results to return.

maxStartDate

string

Select only placements or placement groups whose start date is on or before the specified

maxStartDate

. The date should be formatted as "yyyy-MM-dd".

minEndDate

string

Select only placements or placement groups whose end date is on or after the specified

minEndDate

. The date should be formatted as "yyyy-MM-dd".

minStartDate

string

Select only placements or placement groups whose start date is on or after the specified

minStartDate

. The date should be formatted as "yyyy-MM-dd".

pageToken

string

Value of the

nextPageToken

from the previous result page.

sortField

enum (SortField)

Field by which to sort the list.

sortOrder

enum (SortOrder)

Order of sorted results.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

Placement accountPermissionGroups.list Response

JSON representation
{
  "kind": string,
  "nextPageToken": string,
  "placements": [
    {
      object (Placement)
    }
  ]
}
Fields
kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#placementsListResponse"

.

nextPageToken

string

Pagination token to be used for the next list operation.

placements[]

object (Placement)

Placement collection.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking

Compatibilities

Enums
DISPLAY
DISPLAY_INTERSTITIAL
APP
APP_INTERSTITIAL
IN_STREAM_VIDEO
IN_STREAM_AUDIO

PricingTypes

Enums
PRICING_TYPE_CPM
PRICING_TYPE_CPC
PRICING_TYPE_CPA
PRICING_TYPE_FLAT_RATE_IMPRESSIONS
PRICING_TYPE_FLAT_RATE_CLICKS
PRICING_TYPE_CPM_ACTIVEVIEW

PaymentSource

Enums
PLACEMENT_AGENCY_PAID
PLACEMENT_PUBLISHER_PAID

SortField

Enums
ID
NAME

SortOrder

Enums
ASCENDING
DESCENDING