Centic Docs
  • ๐Ÿ“ŽWelcome to Centic - Center of Data Analytics!
  • ๐Ÿ’ปOur Products and Services
    • DApp Growth
    • Marketing Automation
    • Web3 Engagement
    • Entity-oriented API
      • DApps
        • Lending pool
        • Dexes
        • Gaming
      • Wallet
      • Token
      • Foundation
      • Growth Analytics
        • DApp Users
        • Token Holders
        • Social Media
        • Engagement
      • Marketing Automation
        • Campaigns
        • Actions
        • Report
        • AI Features
  • ๐Ÿ“ŠDatasets
  • ๐Ÿ–‡๏ธIntegration Process
  • ๐Ÿ”ŽFAQs
  • Other Resources
    • Website
    • Medium
    • Github
Powered by GitBook
On this page
  1. Our Products and Services
  2. Entity-oriented API
  3. Marketing Automation

Report

PreviousActionsNextAI Features

Last updated 7 months ago

Report campaign performance metrics

Get performance metrics of specific project's marketing campaign.

Report users sessions

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

Report users conversion rate

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

Report users traffic

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

Measure the effectiveness on social media accounts

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

Measure the effectiveness on quest platforms

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

๐Ÿ’ป

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

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

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

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

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

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

  • Report campaign performance metrics
  • GETGet campaign performance metrics
  • Report users sessions
  • GETGet campaign session information
  • Report users conversion rate
  • GETGet campaign information
  • Report users traffic
  • GETGet information about the campaign's traffic
  • Measure the effectiveness on social media accounts
  • GETGet information about the campaign's twitter
  • Measure the effectiveness on quest platforms
  • GETGet information about the quests performance