...
- Campaign management API. This API allows to create and edit advertising campaigns along with related entities (creatives, segments and etc)
- Reporting API. This part of API allows to get statistical information about campaign that are already running
General approach:
...
Methods and
...
Objects
API is built as JSON RESTful service and support standard GET/PUT/DELETE methods. Each API data object entity has it’s own JSON representation and could be retrieved using GET method. Each . Each JSON entity object has a name and an id:
...