系统内置的funnel事件

系统内置的funnel事件

系统内置事件是appflow对外开放给用户选择的funnel event, 也是由一个或多个appflow event叠加得到的。

Funnel event

含义

数据来源

Installs

安装数量

(ev_first_open)

客户端埋点上报

App opened

打开app的数量(ev_app_start)

客户端埋点上报

Trials

进入试用期的数量(ev_trial_started)

appstore/google_play/stripe

Subscriptions

首次订阅的数量,包含试用期转订阅和首次非试用期订阅(ev_trial_converted、ev_subscription_initial_purchase)

appstore/google_play/stripe

Refunds

订阅退款的数量(ev_subscription_refunded)

appstore/google_play/stripe

Renewals Off

订阅期内关闭了自动续订的数量

(ev_auto_renew_off_subscription)

appstore/google_play/stripe

Trial converted

试用期转订阅的数量(ev_trial_converted)

appstore/google_play/stripe

Trials canceled

试用期内关闭了续订的数量

(ev_auto_renew_off)

appstore/google_play/stripe

Reactivation

重新打开自动续订的数量(不包含试用期内重新打开的用户)

(ev_auto_renew_on_subscription)

appstore/google_play/stripe

Initial subscription

首次订阅的数量,不包含试用期转订阅(ev_subscription_initial_purchase)

appstore/google_play/stripe

Subscription end

订阅过期的数量(ev_subscription_expired)

appstore/google_play/stripe

Trials reactivation

在试用期内重新打开自动续订的用户数量

(ev_auto_renew_on)

appstore/google_play/stripe

Trials end

试用期过期的数量

(ev_trial_expired)

appstore/google_play/stripe

Lifetime subscription

购买了lifetime类型商品的数量

(ev_non_consumable_purchase,需要根据product_type去区分)

appstore/google_play/stripe

Consumable

购买了Consumable类型商品的数量

(ev_non_consumable_purchase,需要根据product_type去区分)

appstore/google_play/stripe

Non-consumable

购买了Non-Consumable类型商品的用户数量

(ev_non_consumable_purchase,需要根据product_type去区分)

appstore/google_play/stripe

Purchase

首次付费的用户数量

统计的appflow事件:

ev_subscription_initial_purchase ev_non_consumable_purchase ev_trial_converted_in_first_attempt

ev_trial_converted_in_billing_retry

ev_trial_converted_in_reactivation

appstore/google_play/stripe

Subscription upgraded

升级订阅套餐的数量(包含试用期)

(ev_plan_upgraded)

appstore

Subscription downgraded

降级订阅套餐的数量(包含试用期)

(ev_plan_downgraded)

Grace period start

进入了宽限期的数量(包含试用期)(ev_entered_grace_period)

appstore/google_play

Grace period end

宽限期结束的数量(包含试用期)(ev_grace_period_end)

google_play

Subscription paused

暂停订阅的数量(包含试用期)

(ev_subscription_paused)

google_play

Push notification

推送的数量(ev_push_notification)

appflow

Trial converted in first attempt

订阅从试用期转入了正式订阅(自动扣费成功进入了订阅期,没有经历扣费失败/宽限期/关闭订阅等情况)

appflow

Trial converted in billing retry

订阅从试用期转入了正式订阅(经过了扣费失败,扣费重试成功才进入了订阅期)

appflow

Trial converted in grace period

订阅从试用期转入了正式订阅(经过了扣费失败进入了宽限期,后续扣费成功才进入了订阅期)

appflow

Trial converted in reactivation

订阅从试用期转入了正式订阅(试用期后用户关闭了自动续订,后续用户手动打开续订才进入了订阅期)

appflow

Intro offer converted in first attempt

订阅从优惠订阅转入了正式订阅(自动扣费成功进入了订阅期,没有经历扣费失败/宽限期/关闭订阅等情况)

appflow

Intro offer converted in billing retry

订阅从优惠订阅转入了正式订阅(经过了扣费失败,扣费重试成功才进入了订阅期)

appflow

Intro offer converted in grace period

订阅从优惠订阅转入了正式订阅(经过了扣费失败进入了宽限期,后续扣费成功才进入了订阅期)

appflow

Intro offer converted in reactivation

订阅从优惠订阅转入了正式订阅(优惠订阅后用户关闭了自动续订,后续用户手动打开续订才进入了订阅期)

appflow

Last updated

Was this helpful?