简体   繁体   English

将Firebase自动收集的用户属性传递给Google跟踪代码管理器

[英]Pass Firebase automatically collected user properties to Google Tag Manager

I would like to pass the automatically collected Device Model user property from Firebase Analytics to Google Tag Manager so that I can attach it to events and send it to Google Analytics as a session-scoped custom dimension (as Google Analytics does not capture device model for iOS by default, like it does with Android). 我想将自动收集的设备模型用户属性从Firebase Analytics传递到Google跟踪代码管理器,以便可以将其附加到事件中,并将其作为会话范围的自定义维度发送到Google Analytics(分析)(因为Google Analytics(分析)无法捕获默认情况下为iOS,就像Android一样)。

You can see the full list of automatically collected user properties here: 您可以在此处查看自动收集的用户属性的完整列表:

https://support.google.com/firebase/answer/6317486?hl=en&ref_topic=6317484 https://support.google.com/firebase/answer/6317486?hl=en&ref_topic=6317484

I can see Device Model when I run queries in BigQuery (which is connected to our Firebase console), but what I want to know is what the internal name is for the Device Model user property. 在BigQuery(已连接到Firebase控制台)中运行查询时,可以看到“设备模型”,但是我想知道的是“设备模型”用户属性的内部名称。

What I plan to do is to create a custom user property variable in GTM and set the User Property Key Name, but I can't find anything online that would indicate what it is. 我打算做的是在GTM中创建一个自定义用户属性变量,并设置用户属性键名称,但是我找不到任何可以表明其含义的在线内容。 Does anyone know what it is for this property? 有谁知道这是什么属性?

因此,此问题的答案来自一位Google工程师,他通过我们的客户经理(我们是GA 360客户)进行了回答:简短的回答是,该信息无法以可通过GTM自动传递的方式捕获,因此如果您希望将此信息发送到Google Analytics(分析),您需要手动捕获它,然后将其作为用户属性或参数发送。

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

相关问题 Analytics for Firebase-使用Google跟踪代码管理器的用户属性 - Analytics for Firebase - User Properties with Google Tag Manager 如何让 Firebase 自动收集用户属性? - How to get Firebase automatically collected user properties? Firebase分析+ Google标记管理器+ Google Analytics - Analytics for Firebase + Google tag manager + Google Analytics 如何提取Firebase用户参数并通过Google跟踪代码管理器发送给Google Analytics(分析)? - How to extract firebase user parameter and send to google analytics via google tag manager? 在Android Project中将Google跟踪代码管理器与Firebase集成 - Integrating Google Tag Manager with Firebase in Android Project 谷歌标签管理器与 Firebase 崩溃 iOS - Google Tag Manager with Firebase crash iOS 使用 firebase 的 Google 标签管理器服务器端标签 - Google tag manager server side tagging with firebase 事件标签 - Google Tag Manager + Firebase + Google Analytics - Event Tag - Google Tag Manager + Firebase + Google Analytics Google跟踪代码管理器和Firebase Analytics标记在Android设备上不起作用 - Google Tag Manager and Firebase Analytics tag not working on android device 是否可以附加Google Analytics for Firebase自动收集的自定义键/值事件? - Is it possible to attach custom key/values automatically collected events by Google Analytics for Firebase?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM