Skip to main content

PCAPlacementRequest

Defines a single ad slot on the page for which the publisher requests ads.

placementstringrequired

The unique, alphanumeric ID for the specific ad placement (e.g., "TOP_OF_SEARCH", "REST_OF_SEARCH").

Example: TOP_OF_SEARCH
countinteger

The maximum number of ads to return for this placement. Defaults to 1.

Default value: 1
PCAPlacementRequest
{
"placement": "TOP_OF_SEARCH",
"count": 1
}