简体   繁体   English

Firebase 标准事件 | 应用实例限制

[英]Firebase Standard Events | App Instance Limit

I have 2 problems with Firebase.我对 Firebase 有 2 个问题。

1) Can I add custom parameters to standard events in Firebase with GTM? 1) 我可以在Firebase 中使用GTM 为标准事件添加自定义参数吗?

2) I have read that 500 events can be added per App Instance. 2) 我读到每个应用程序实例可以添加 500 个事件。 Is this just a number that limits the data on the panel?这只是限制面板上数据的数字吗? Do I still have 500 event limit problems when I transfer the data to Big Query?我将数据传输到 Big Query 时是否仍然存在 500 个事件限制问题?

Thank You谢谢你

1) The parameters are all strings, you can furthe cast them to timestamps in BigQuery or transform them using any ETL tool. 1)参数都是字符串,你可以进一步将它们转换为BigQuery中的时间戳或使用任何ETL工具转换它们。

2) - 500 different types of Events per app - 25 unique parameters with each Event type 2) - 每个应用程序有 500 种不同类型的事件 - 每种事件类型有 25 个唯一参数

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Sending Google Analytics Events via API: How to get app_instance_id or client_id from Firebase SDK from web client? - Sending Google Analytics Events via API: How to get app_instance_id or client_id from Firebase SDK from web client? 如何在 Google App Engine 标准实例中测量可用的 memory? - How to measure available memory in a Google App Engine standard instance? 如何获取 Web App 的 Firebase Analytics App Instance Id? - how to get Firebase Analytics App Instance Id for Web App? 没有 firebase.app.App 实例当前在 Angular Application 中初始化 - No firebase.app.App instance is currently initialized in Angular Application 使用 Firebase 中的安全规则限制社交媒体应用程序中的访问 - Using Security Rules in Firebase to Limit Access in a Social Media App 在 Appetize.io 应用程序不发送分析事件到 Firebase debugView - On Appetize.io app does not send analytic events to Firebase debugView FirebaseError: Firebase: firebase.messaging() 没有参数或 Firebase App 实例。 (应用程序/无效应用程序参数) - FirebaseError: Firebase: firebase.messaging() takes either no argument or a Firebase App instance. (app/invalid-app-argument) firebase.database(app) arg 需要一个 FirebaseApp 实例或未定义 - firebase.database(app) arg expects a FirebaseApp instance or undefined 如何匹配firebase中的app_instance_id和client_id? - How to match app_instance_id and client_id in firebase? 如果多个 function 应用程序实例订阅到同一个队列,消息事件是否保证每个只到达 1 个应用程序实例? - If multiple function app instances are subscribed to the same queue, are message events guaranteed to reach just 1 app instance each?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM