包网事件列表

事件总表

  1. Event Name 为 H5 直接上报的事件名称
  2. 此表事件也是马甲包能直接使用的事件名称
  3. 马甲包对接请见马甲包文件
Event Name Description Note
firstOpen 首次开启 App
registerSubmit 提交注册(点击注册)
register 注册成功
depositSubmit 提交充值 / 发起结账 (点击充值)
firstDeposit 首充 (点击充值)
withdraw 提现到账
firstDepositArrival 首充到账 (後台批准後到账)
startTrial 首充到账 (後台批准後到账) 2024/4/12 新增, 将取代 firstDepositArrival
deposit 充值到账 / 购物 (後台批准後到账)
redeposit 复充 (不含首充,後台批准後到账)

:bulb: P.S.

  1. 首充到账,会同时上报 firstDepositArrival, startTrial, deposit
  2. registerSubmit 仅点击提交注册,注册不一定成功
  3. depositSubmit 仅点击充值按钮,尚未到账

各大渠道事件名称对应

  1. 事件名称和说明可对照上表;
  2. 标注 Custom Event 为我方自定义事件,非原厂定义事件;
  3. Kwaiq (快手) 支援事件有限,无法支援自定义事件;
Event Name Facebook TikTok Kwaiq Google Gtag AppsFlyer PBA Web
depositSubmit InitiateCheckout InitiateCheckout initiatedCheckout depositSubmit (Custom Event) depositSubmit (Custom Event)
firstDepositArrival firstDepositArrival (Custom Event) firstDepositArrival (Custom Event) firstDeposit firstDepositArrival (Custom Event) firstDepositArrival (Custom Event)
startTrial StartTrial Subscribe N/A startTrial (Custom Event) startTrial (Custom Event)
deposit Purchase CompletePayment purchase deposit (Custom Event) deposit (Custom Event)
redeposit redeposit (Custom Event) redeposit (Custom Event) N/A redeposit (Custom Event) redeposit (Custom Event)
register CompleteRegistration CompleteRegistration completeRegistration register (Custom Event) register (Custom Event)
firstOpen firstOpen (Custom Event) firstOpen (Custom Event) N/A firstOpen (Custom Event) firstOpen (Custom Event)
registerSubmit registerSubmit (Custom Event) registerSubmit (Custom Event) N/A registerSubmit (Custom Event) registerSubmit (Custom Event)
withdraw withdraw (Custom Event) withdraw (Custom Event) N/A withdraw (Custom Event) withdraw (Custom Event)