Report

Report campaign performance metrics

Get performance metrics of specific project's marketing campaign.

Get campaign performance metrics

get
Authorizations
Path parameters
project_idstringRequired
campaign_idstringRequired
Query parameters
startTimeinteger · int32Optional

Start timestamp. Default: The date the campaign starts.

endTimeinteger · int32Optional

End timestamp. Default: current time.

Responses
default
OK
get
GET /cdp/v3/{project_id}/campaigns/{campaign_id}/performance HTTP/1.1
Host: develop.centic.io
Authorization: YOUR_API_KEY
Accept: */*
default

OK

No content

Report users sessions

Get information about users' sessions of specific project's marketing campaign.

Get campaign session information

get
Authorizations
Path parameters
project_idstringRequired
campaign_idstringRequired
Responses
default
OK
get
GET /cdp/v3/{project_id}/campaigns/{campaign_id}/session HTTP/1.1
Host: develop.centic.io
Authorization: YOUR_API_KEY
Accept: */*
default

OK

No content

Report users conversion rate

Get information about users' conversion rate of specific project's marketing campaign.

Get campaign information

get
Authorizations
Path parameters
project_idstringRequired
campaign_idstringRequired
Responses
default
OK
get
GET /cdp/v3/{project_id}/campaigns/{campaign_id}/funnel HTTP/1.1
Host: develop.centic.io
Authorization: YOUR_API_KEY
Accept: */*
default

OK

No content

Report users traffic

Get information about user traffic and routes of specific project's marketing campaign.

Get information about the campaign's traffic

get
Authorizations
Path parameters
project_idstringRequired
campaign_idstringRequired
Responses
default
OK
get
GET /cdp/v3/{project_id}/campaigns/{campaign_id}/traffic HTTP/1.1
Host: develop.centic.io
Authorization: YOUR_API_KEY
Accept: */*
default

OK

No content

Measure the effectiveness on social media accounts

APIs that measure the effectiveness of a marketing campaign on a specific project's social media accounts.

Get information about the campaign's twitter

get
Authorizations
Path parameters
project_idstringRequired
campaign_idstringRequired
Responses
default
OK
get
GET /cdp/v3/{project_id}/campaigns/{campaign_id}/social-media HTTP/1.1
Host: develop.centic.io
Authorization: YOUR_API_KEY
Accept: */*
default

OK

No content

Measure the effectiveness on quest platforms

APIs that measure the effectiveness of a marketing campaign on a specific project's quest platforms.

Get information about the quests performance

get
Authorizations
Path parameters
project_idstringRequired
campaign_idstringRequired
Responses
default
OK
get
GET /cdp/v3/{project_id}/campaigns/{campaign_id}/quests HTTP/1.1
Host: develop.centic.io
Authorization: YOUR_API_KEY
Accept: */*
default

OK

No content

Last updated