Create an allocation
Create a new allocation between a campaign and placement.
An allocation represents the relationship between a campaign and a placement, defining how ads from the campaign will be served on the placement.
Access Control:
- Admin and Retailer accounts: Can create allocations for any campaign/placement
- Advertiser accounts: Can only create allocations for campaigns they own
If the user doesn’t have permission to create the campaign, the request fails.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Schema for creating allocation entity.
The id of the user who created this allocation
Represents the status of an allocation between a campaign and placement.
pending, requested, published, rejected, canceled, finished 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.
Response
Successful 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.
