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_SEARCHcountinteger
The maximum number of ads to return for this placement. Defaults to 1.
Default value:
1PCAPlacementRequest
{
"placement": "TOP_OF_SEARCH",
"count": 1
}