简体   繁体   中英

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).

You can see the full list of automatically collected user properties here:

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.

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. Does anyone know what it is for this property?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM