Endpoint to retrieve campaigns. Campaigns can be filtered by Vendor ID and status.
It is expected to use for getting all campaigns of a marketplace & all campaigns of a vendor in dashboards. Filtering by status is expected to use at review page getting campaigns approved, pending tabs.
The ID of the vendor. Omit to get campaigns for all vendors.
1
Filter by the approval status of banner campaigns.
approved
, pending
, rejected
The pagination offset.
x >= 0
The pagination limit.
0 <= x <= 100
Filter by active/inactive campaigns.
Filter by external campaign ID.
Optional sort by date of campaign creation. Deprecated. Use order_by instead.
asc
, desc
Comma-separated order by clauses, e.g. 'created_at:asc,name:desc'. Supported dimensions: created_at, start_date, end_date, name, campaign_id.
Successful Response
The campaigns response.
Endpoint to retrieve campaigns. Campaigns can be filtered by Vendor ID and status.
It is expected to use for getting all campaigns of a marketplace & all campaigns of a vendor in dashboards. Filtering by status is expected to use at review page getting campaigns approved, pending tabs.
The ID of the vendor. Omit to get campaigns for all vendors.
1
Filter by the approval status of banner campaigns.
approved
, pending
, rejected
The pagination offset.
x >= 0
The pagination limit.
0 <= x <= 100
Filter by active/inactive campaigns.
Filter by external campaign ID.
Optional sort by date of campaign creation. Deprecated. Use order_by instead.
asc
, desc
Comma-separated order by clauses, e.g. 'created_at:asc,name:desc'. Supported dimensions: created_at, start_date, end_date, name, campaign_id.
Successful Response
The campaigns response.