flutter_adspark/example
下,可以先跑一下示例,看看需要哪些事件事件名称可以使用内置的也可以自己定义,参数是 Map
类型根据业务定义即可
事件 | 调用 | 事件名称 |
---|---|---|
注册 | GrownEventType.register | grown_attribution_event_register |
付费 | GrownEventType.purchase | grown_attribution_event_purchase |
关键行为 | GrownEventType.key_behavior | grown_attribution_event_key_behavior |
下单 | GrownEventType.order | grown_attribution_event_order |
下载 | GrownEventType.download | grown_attribution_event_download |
应用内拉起 | GrownEventType.deeplink | grown_attribution_event_deelink |
授权 | GrownEventType.authorization | grown_attribution_event_authorization |
广告变现 | GrownEventType.ad_purchase | grown_attribution_event_ad_purchase |
次留 | GrownEventType.retention_2d | grown_attribution_event_retention_2d |
添加购物车 | GrownEventType.add_to_cart | grown_attribution_event_add_to_cart |
表单提交 | GrownEventType.form_submit | grown_attribution_event_form_submit |
拉活 | GrownEventType.app_re_active_wake_up | grown_attribution_event_app_re_active_wake_up |
自定义激活 | GrownEventType.custom_activition | grown_attribution_event_custom_activition |
自定义注册 | GrownEventType.custom_register | grown_attribution_event_custom_register |