Authorizations
A valid API key generated in Topsort's UI.
Body
application/json
- CategoryOrSearchSlotCreateRequest
- LandingPageSlotCreateRequestItem
Response
Successful Response
The ad config slot model
The ID of the ad config slot.
The external ID provided by marketplaces.
Minimum length:
1The position of the ad config slot.
Available options:
landing, category_search, category, search The ID of the marketplace that the ad config slot belongs to.
The slot dimensions. There can be at most one dimension for each device type.
Examples:
{
"desktop": { "height": 20, "width": 20 },
"mobile": { "height": 10, "width": 10 }
}The page that the ad config slot belongs to. Only 'landing' slots can belong to a page. The ad config page model
Indicates whether the ad config slot is active. If false, the slot cannot be used in campaigns.