【发布时间】:2022-12-21 20:57:14
【问题描述】:
标签: firebase xamarin firebase-analytics
标签: firebase xamarin firebase-analytics
默认情况下它已被标记为转换。这就是为什么开关看起来被禁用,但它实际上是打开的。
【讨论】:
某些事件是“默认”转换事件并且是常开.因此,无需启用它们。请参阅此处的文档:Firebase documentation。
它指出:
In Analytics, your most important events are called conversions, five of which are predefined:
- first_open
- in_app_purchase
- app_store_subscription_convert
- app_store_subscription_renew
- purchase
【讨论】: