Different Types of Events
The mentioned events, each designed with unique functionalities and specific properties, are passed as objects in the messageBody for individual event captures, ensuring effective analytics.
PING: It's a periodic event triggered every 15 seconds while the user is on a page.
clientId
string
The unique clientId is found on the dashboard.
eventType
string
PING
eventLocation
string
PAGE / PAYWALL / CONTENT_FLOW_LOGIN / CONTENT_FLOW_OTP / CONTENT_FLOW_ADD_MONEY_PAGE / CONTENT_FLOW_PAYMENT_GATEWAY / SSO_LOGIN / SSO_OTP / UDB / UDB_LOGIN / UDB_OTP / SUBS_LOGIN / SUBS_OTP / POPUP / SLP / SAP / SRP / SUBS_PAYMENT_GATEWAY / FAV / FAV_ICON / USER_BAR / RECOMMENDATION_POPUP
anonId
uuid
A unique anonymous ID for each user.
pingId
uuid
A unique pingId for each session.
active
int8
0 when the user is out of focus.
1 when the user is in focus.
userId
string
A unique user ID for each user if he/she/they is logged in
CLICK: It's an event triggered when the user clicks a subject of interest.
clientId
string
The unique clientId is found on the dashboard.
eventType
string
CLICK
eventLocation
string
PAGE / PAYWALL / CONTENT_FLOW_LOGIN / CONTENT_FLOW_OTP / CONTENT_FLOW_ADD_MONEY_PAGE / CONTENT_FLOW_PAYMENT_GATEWAY / SSO_LOGIN / SSO_OTP / UDB / UDB_LOGIN / UDB_OTP / SUBS_LOGIN / SUBS_OTP / POPUP / SLP / SAP / SRP / SUBS_PAYMENT_GATEWAY / FAV / FAV_ICON / USER_BAR / RECOMMENDATION_POPUP
anonId
uuid
A unique anonymous ID for each user.
userId
string
A unique user ID for each user if he/she is logged in
clickAction
string
P2P / ADD_MONEY_TO_WALLET / PAYMENT_GATEWAY_CROSS_BTN / LOGIN_FLOW_CROSSBTN / CONTENT / PASS / SUBS / MOBILE / EMAIL / GOOGLE / FACEBOOK / BUY_NOW / RENEW_BTN / CHANGE_PLAN / ADD_ADDRESS / COUPON / POPUP_REDIRECT / POPUP_CLOSE
EXIT: It's an event triggered when the user exits.
clientId
string
The unique clientId is found on the dashboard.
eventType
string
EXIT
eventLocation
string
PAGE / PAYWALL / CONTENT_FLOW_LOGIN / CONTENT_FLOW_OTP / CONTENT_FLOW_ADD_MONEY_PAGE / CONTENT_FLOW_PAYMENT_GATEWAY / SSO_LOGIN / SSO_OTP / UDB / UDB_LOGIN / UDB_OTP / SUBS_LOGIN / SUBS_OTP / POPUP / SLP / SAP / SRP / SUBS_PAYMENT_GATEWAY / FAV / FAV_ICON / USER_BAR / RECOMMENDATION_POPUP
anonId
uuid
A unique anonymous ID for each user.
userId
string
A unique user ID for each user if he/she is logged in
PURCHASE: It's an event triggered when the user makes a purchase.
clientId
string
The unique clientId is found on the dashboard.
eventType
string
PURCHASE
eventLocation
string
PAGE / PAYWALL / CONTENT_FLOW_LOGIN / CONTENT_FLOW_OTP / CONTENT_FLOW_ADD_MONEY_PAGE / CONTENT_FLOW_PAYMENT_GATEWAY / SSO_LOGIN / SSO_OTP / UDB / UDB_LOGIN / UDB_OTP / SUBS_LOGIN / SUBS_OTP / POPUP / SLP / SAP / SRP / SUBS_PAYMENT_GATEWAY / FAV / FAV_ICON / USER_BAR / RECOMMENDATION_POPUP
anonId
uuid
A unique anonymous ID for each user.
userId
string
A unique user ID for each user if he/she is logged in
purchaseId
A unique ID of the order after making a purchase.
TRANSACTION: It's an event triggered when the user makes a transaction.
clientId
string
The unique clientId is found on the dashboard.
eventType
string
TRANSACTION
eventLocation
string
PAGE / PAYWALL / CONTENT_FLOW_LOGIN / CONTENT_FLOW_OTP / CONTENT_FLOW_ADD_MONEY_PAGE / CONTENT_FLOW_PAYMENT_GATEWAY / SSO_LOGIN / SSO_OTP / UDB / UDB_LOGIN / UDB_OTP / SUBS_LOGIN / SUBS_OTP / POPUP / SLP / SAP / SRP / SUBS_PAYMENT_GATEWAY / FAV / FAV_ICON / USER_BAR / RECOMMENDATION_POPUP
anonId
uuid
A unique anonymous ID for each user.
userId
string
A unique user ID for each user if he/she is logged in
transactionId
A unique ID of the order after making a transaction.
REGISTRATION:
clientId
string
The unique clientId is found on the dashboard.
eventType
string
REGISTRATION
eventLocation
string
PAGE / PAYWALL / CONTENT_FLOW_LOGIN / CONTENT_FLOW_OTP / CONTENT_FLOW_ADD_MONEY_PAGE / CONTENT_FLOW_PAYMENT_GATEWAY / SSO_LOGIN / SSO_OTP / UDB / UDB_LOGIN / UDB_OTP / SUBS_LOGIN / SUBS_OTP / POPUP / SLP / SAP / SRP / SUBS_PAYMENT_GATEWAY / FAV / FAV_ICON / USER_BAR / RECOMMENDATION_POPUP
anonId
uuid
A unique anonymous ID for each user.
userId
string
A unique ID of the order after making a transaction.
VALIDATION:
clientId
string
The unique clientId is found on the dashboard.
eventType
string
VALIDATION
eventLocation
string
PAGE / PAYWALL / CONTENT_FLOW_LOGIN / CONTENT_FLOW_OTP / CONTENT_FLOW_ADD_MONEY_PAGE / CONTENT_FLOW_PAYMENT_GATEWAY / SSO_LOGIN / SSO_OTP / UDB / UDB_LOGIN / UDB_OTP / SUBS_LOGIN / SUBS_OTP / POPUP / SLP / SAP / SRP / SUBS_PAYMENT_GATEWAY / FAV / FAV_ICON / USER_BAR / RECOMMENDATION_POPUP
anonId
uuid
A unique anonymous ID for each user.
userId
string
A unique ID of the order after making a transaction.
Last updated