Last updated 4 months ago
Get a list of marketing campaigns in specific project.
Get basic information about a specific project's marketing campaign.
Get information about daily performance of specific project's marketing campaigns.
/v3/{project_id}/campaigns
curl -L \ --url 'https://develop.centic.io/cdp/v3/{project_id}/campaigns' \ --header 'Authorization: YOUR_API_KEY'
No body
/v3/{project_id}/campaigns/{campaign_id}
curl -L \ --url 'https://develop.centic.io/cdp/v3/{project_id}/campaigns/{campaign_id}' \ --header 'Authorization: YOUR_API_KEY'
/v3/{project_id}/campaigns/overview-chart
Start timestamp. Default: 30 days before endTime.
endTime
End timestamp. Default: current time.
curl -L \ --url 'https://develop.centic.io/cdp/v3/{project_id}/campaigns/overview-chart' \ --header 'Authorization: YOUR_API_KEY'