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. Growth Analytics

Engagement

PreviousSocial MediaNextMarketing Automation

Last updated 7 months ago

List of audiences

Get list and statistics of audiences in specific project.

Audience position

Get information about a audience's position in specific project.

Loyalty point

Get information about the loyalty points model set up for a specific project.

๐Ÿ’ป

Get statistic project users engagement.

get
Authorizations
Path parameters
project_idstringRequired

Project ID

Query parameters
pageinteger ยท int32Optional

Page 1-based index. Default: 1

pageSizeinteger ยท int32Optional

Number of documents per page. Default: 25

chainstringOptional

Chain ID

countrystringOptional

Filter by country.

keywordstringOptional

Filter name, address or segment by keyword.

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

OK

No content

Get statistic project user engagement.

get
Authorizations
Path parameters
project_idstringRequired

Project ID

addressstringRequired

User address

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

OK

No content

Get loyalty point score model

get
Authorizations
Path parameters
project_idstringRequired

Project ID.

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

OK

No content

  • List of audiences
  • GETGet statistic project users engagement.
  • Audience position
  • GETGet statistic project user engagement.
  • Loyalty point
  • GETGet loyalty point score model