Skip to main content
View and manage all your campaigns
A Few Things to KnowLearn more about campaign management with our API here!
 

Endpoints

InfoCreate Operations:
  • When using the POST method to create a resource, all Required fields must be included. Any Optional fields that are omitted will be set to their default values.
Update Operations:
  • When using the PUT method to update a resource, all Write fields can be specified. Omitting any of these fields is treated as setting them to null, where applicable.

Campaign Attributes

*Required
Digital Service Act (DSA)In compliance with the Digital Services Act (DSA), marketplaces within the European Union will receive information about the company name associated with each advertisement.

Create a Campaign

This endpoint creates a new campaign in the specified account. Sample Request
Sample Response

Get all Campaigns by Account Id

This endpoint lists all campaigns in the specified account. Results are paginated using pageIndex and pageSize query parameters; if omitted, defaults to 0 and 25, respectively - see API Response Sample Request
Sample Response

Get a specific Campaign

This endpoint retrieves the specified campaign. Sample Request
Sample Response

Update a specific Campaign

This endpoint allows you to update a specified campaign. The following example demonstrates how to switch to an uncapped campaign budget and modify the post-view attribution window. Sample Request
Sample Response

Responses