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

Campaigns

PreviousMarketing AutomationNextActions

Last updated 7 months ago

List of marketing campaigns

Get a list of marketing campaigns in specific project.

Marketing campaign information by ID

Get basic information about a specific project's marketing campaign.

All campaigns daily performance

Get information about daily performance of specific project's marketing campaigns.

๐Ÿ’ป

Get all campaigns

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

OK

No content

Get campaign overview

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

OK

No content

Get overview chart

get
Authorizations
Path parameters
project_idstringRequired
Query parameters
startTimeinteger ยท int32Optional

Start timestamp. Default: 30 days before endTime.

endTimeinteger ยท int32Optional

End timestamp. Default: current time.

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

OK

No content

  • List of marketing campaigns
  • GETGet all campaigns
  • Marketing campaign information by ID
  • GETGet campaign overview
  • All campaigns daily performance
  • GETGet overview chart