Get an allocation
Retrieve an allocation by querying with placement ID (tagid), campaign ID (cid), creative ID (crid) and owner ID. If multiple allocations match the query parameters, only the first result will be returned.
Access Control:
- Admin and Retailer accounts: Can view all allocations
- Advertiser accounts: Can only view allocations they own
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The id of placement where campaign is allocated
The id of campaign which allocation is used
The id of allocation's owner which mean who create the allocation
Response
Schema for reading allocation entity.
The number of the allocation
The id of the user who created this allocation
The current status of the allocation (e.g. draft, published, rejected)
The id of the placement where the campaign will be allocated
The id of the campaign to be allocated to the placement
The date and time the entity was created.
Most recent comment added by retailer during the allocation approval process
The date and time the entity was last updated.
Was this page helpful?