Create Campaign limit
https://api.ocamba.com/v2/adex/campaigns/{id}/limits
https://api.ocamba.com/v2/adex/campaigns/{id}/limits
Creates a new Campaign limit object
Name
Descriptionidstringrequired
Unique identifier for the object defined as a path parameter.Example: 12345
201 - Created
Name
Descriptionitemstringrequired
Represents the subtype of the campaign limit. Possible values depend on type of limit.Example: impressions
Possible values: income | expense | impressions | clicks | conversions
periodstringrequired
Describes the period of the limit.Example: hour
Possible values: hour | day | month | lifetime
typestringrequired
Describes a type of the campaign limit.Example: frequency
Possible values: frequency | budget
valuenumberrequired
A number between 1 and 4000000000.Example: 1000
warning
1 Limit of type budget can have the item field set as 'expense' or 'income'. Limit of type frequency can have the item field set as 'clicks', 'impressions' or 'conversions'.