Hello, it's very helpful tutorial. One question from my side, every time, is it mandatory to update the GTM file in project if we add some tags or modify any tag?
@Mihcchan3 жыл бұрын
Hey, very nice tutorial! But I'd like to know how to see universal analytics logs. I'm testing some event with enhanced ecommerce, so I need to see if everything is ok with the universal analytics payload.
@samuelyerly16215 жыл бұрын
Very insteresting. What is the goal to use a GA standard view for an app instead using the new (beta) App+View property ? 1. I have my website with a lot of events and goals. I would like to set up the same in my app through GTM. Can I use GTM events instead of coding all events from scratch in my app ? 2. Should I use rather a Site+App property on GA, use a view for my website and another view for my app, or both ? Thanks a lot.
@TeamSimmer5 жыл бұрын
Hi The purpose of using a standard view is because some people still want to use the legacy mobile analytics views, even though they will be deprecated shortly. Firebase is still sorely lacking in features, so having a secondary way to measure stuff is handy. 1. You still need your app to do the Firebase.logEvent() calls, but other than that you can configure the tags in GTM. You don't have all the freedom you'd have in GTM for web, but you will be able to do things like mapping and hardcoding values. 2. Use app+web if you have a use case where you want to combine data from your app with that of your web in the UI, and use an app and web separately if you want to keep them separate.
@samuelyerly16215 жыл бұрын
@@TeamSimmer Okay thanks. Just another question. I created a new Firebase project for my App+Website GA property, but I have no idea how I can connect my app with several Firebase projects. Do you a documentation link about it ?