Create Account limit
https://api.ocamba.com/v2/adex/accounts/{id}/limits
https://api.ocamba.com/v2/adex/accounts/{id}/limits
Creates a new Account limit object
Name
Descriptionaccount_idstringrequired
Unique account identifier defined as a path parameter.Example: 12345
Name
Descriptionitemstringrequired
Depends on the field type. Represents the subtype of account limit. If type is "budget" allowed values are income and expense. If type is "frequency" allowed values are: impressions, clicks and conversions.Example: income
Possible values: income | expense | impressions | clicks | conversions
periodstringrequired
Describe the period of the limit.Example: day
Possible values: hour | day | month
typestringrequired
Represent the type of the account limit.Example: budget
Possible values: budget | frequency
valueintegerrequired
Value of the upper limit.Example: 123
201 - Created
tip
1 If you don't know the account id, list the accounts to find it.
2 Limits can be set as of Finance or Frequency type.