用于 Firebase 的 Google Analytics(分析)|在渠道的哪一步使用 "present_offer" 事件
GA for Firebase | In which step of the funnel use "present_offer" event
我正在为电子商务移动应用实施 GA for Firebase 数据收集。
在其 implementation guidelines 中,Firebase 建议使用 "present_offer" 事件来跟踪产品的促销印象。
但是,我不知道什么时候必须触发这个事件?我应该在有优惠时在产品详细信息页面中实施它(例如:T 恤 20% 的折扣)还是在结帐过程中实施与用户购物车中记录的产品促销次数一样多的次数?
没有关于何时必须触发此标记的详细信息,因此非常感谢您的帮助。
提前感谢您的帮助。
来自 PRESENT_OFFER
event 的附加文档:
Present Offer event.
This event signifies that the app has presented a purchase offer to a user. Add this event to a funnel with the ADD_TO_CART
and ECOMMERCE_PURCHASE
to gauge your conversion process.
Note: If you supply the VALUE parameter, you must also supply the CURRENCY parameter so that revenue metrics can be computed accurately.
在我看来,您应该在首次向用户展示优惠时记录此事件。据我所知,在您的情况下,它会出现在报价详情页面中。
我正在为电子商务移动应用实施 GA for Firebase 数据收集。
在其 implementation guidelines 中,Firebase 建议使用 "present_offer" 事件来跟踪产品的促销印象。
但是,我不知道什么时候必须触发这个事件?我应该在有优惠时在产品详细信息页面中实施它(例如:T 恤 20% 的折扣)还是在结帐过程中实施与用户购物车中记录的产品促销次数一样多的次数?
没有关于何时必须触发此标记的详细信息,因此非常感谢您的帮助。
提前感谢您的帮助。
来自 PRESENT_OFFER
event 的附加文档:
Present Offer event.
This event signifies that the app has presented a purchase offer to a user. Add this event to a funnel with the
ADD_TO_CART
andECOMMERCE_PURCHASE
to gauge your conversion process.Note: If you supply the VALUE parameter, you must also supply the CURRENCY parameter so that revenue metrics can be computed accurately.
在我看来,您应该在首次向用户展示优惠时记录此事件。据我所知,在您的情况下,它会出现在报价详情页面中。