Using this guide I have been trying to get my app to send event information to Tag Manager using Firebase Analytics, however I am not seeing any results on the Tag Manager side.
I set up firebase in my app and when I am in the firebase console, I am able to see all of the default event and user property logs (screen_view, session_start, etc.). I am also able to run adb shell setprop debug.firebase.analytics.app <my.package.name>
and turn on debug mode in the Firebase console and see expected results
After adding Tag Manager to my app, I attempted run the adb command to debug the container, adb shell setprop log.tag.GoogleTagManager VERBOSE
, but I'm not seeing anything on the Tag Manager console's preview mode, although, I do see all the default logs in the Firebase Console's preview mode.
Do I just have to wait until I launch the app live to see if Tag Manager is getting the data that Firebase gets? Or what other steps do I need to make to actually get the default event logs to be sent to Tag Manager that Firebase is already receiving?
Firebase Cloud Functions: PubSub, "res.on is not a function"
TypeError: Cannot read properties of undefined (reading 'createMessageComponentCollector')
Earlier everyone helped me get my pwa up and running on my server (thanks much everyone!)https://www
I am provisioning my device so my dpc becomes device ownerI am using the QR code method
I need to save some edited imagesI applied for editing a ColorFilter (https://medium
I have two different activities, A & BBoth have NavigationDrawer , look alike, but not are the same, because I could not get the drawer layout ID of activity A in activity B