SPAPlacementRequest
The ad count and pagination request for a single placement on the page.
placementstringrequired
The placement id. FCC supports onboarded placements for each publisher (e.g., TOP_OF_SEARCH, REST_OF_SEARCH, BROWSE).
countintegerrequired
The number of ads requested. Request more than the desired count to account for publisher-side filtering.
offsetintegerrequired
When requesting more ads for a query by a user, set this to the offset of the last ad shown to the user.
Use this when the user pages through search results and has seen all search ads in the previous response. Also use this when search ads in the previous response are ineligible for display (e.g., duplicates in the organic search).
Default value:
0SPAPlacementRequest
{
"placement": "string",
"count": 0,
"offset": 0
}