使用 Firebase Cloud Functions 将 Firebase Analytics 事件转发给第三方

Forward Firebase Analytics Events with Firebase Cloud Functions to 3rd Parties

上下文: 我们已经在我们的应用程序中原生集成了 Firebase Analytics 事件,我现在需要将这些事件转发到第 3 方营销和归因平台。

截至今天,我可以实施:

问题: documentation 声明可以使用 Cloud Functions 扩展 Google Analytics for Firebase,但是添加一个子句:

Only events marked as conversion events are currently supported by Cloud Functions. You can specify which events are conversion events in the Events tab of the Firebase console Analytics pane.

然而,我偶然发现了这个 tutorial,该公司使用 Firebase 云功能(无限制)转发他们所有的事件。我想澄清一下后一种方法是否真的是最佳实践,或者我真的只能通过 Cloud Functions 转发 10 个转换事件(如文档中所述)?提前致谢:)

Google Analytics for Firebase 仅将转化事件发送到 Cloud Functions for Firebase。