Firebase Analytics & GTM Tracking

喜欢而已 提交于 2019-12-03 15:12:15

Here are the primary reasons as to WHY someone would use GTM with Google Analytics for Firebase.

  • GTM acts as a bridge in between Google Analytics and Google Analytics for Firebase. If you want the Firebase data to go in same GA property then GTM is the only option.
  • GTM intercepts Firebase events. This gives an advantage to the developer if he/she want to make efficient use of the 500 events restricted by Firebase framework by modifying the current events if they are to be used for other purpose going forward.
  • Answer for you question about custom event come from the "Add Event" tag type. Add Event is used when you want to create a second event from the source event. For example, if you're already logging button clicks, but want to treat a button click on a specific button as a custom event as well, you would setup a tag as an 'Add Event' tag, and trigger it when a button click event happened with parameters matching the specific button name.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!