Retrieve campaigns
Returns a list of campaigns for a brand.
Documentation Index
Fetch the complete documentation index at: https://developer.dashsocial.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Dash Social assigned ID of the brand.
Query Parameters
Number of results to return in a single response.
0 <= x <= 1000The offset of the first result to be returned.
x >= 0Comma-separated list of IDs to return.
Returns a list of summary campaign objects.
Search for campaigns based on name using wildcards
Media filter order. "-" means in a desc order.
CREATED, NAME, NUMBER_OF_MEDIA, AVG_ENGAGEMENTS, AVG_ENGAGEMENT_RATE, AVG_EMV, TOTAL_CREATOR_LIKES, TOTAL_ENGAGEMENTS, TOTAL_EMV, TOTAL_CLICKS, TOTAL_IMPRESSIONS, TOTAL_VIDEO_VIEWS, -CREATED, -NAME, -NUMBER_OF_MEDIA, -AVG_ENGAGEMENTS, -AVG_ENGAGEMENT_RATE, -AVG_EMV, -TOTAL_CREATOR_LIKES, -TOTAL_ENGAGEMENTS, -TOTAL_EMV, -TOTAL_CLICKS, -TOTAL_IMPRESSIONS, -TOTAL_VIDEO_VIEWS Search for campaigns based on the provided creator id
Only include/exclude campaigns with one or more creators.
Filters campaigns based on whether the current date falls within the range set in the campaign's creator filters. Creator campaigns with nodate range are always considered to be active.
ALL, ACTIVE, INACTIVE, null