How to fire Google Analytics tag using Firebase + Google Tag Manager SDK in Android? I added the Firebase container to my assets/container folder and creat
Google Tag Manager needs to be added as a separate dependency; see the documentation for doing so here:
Google Tag Manager for Android
In short:
Add to your module's gradle file:
dependencies {
// ...
implementation 'com.google.android.gms:play-services-tagmanager:[latest-version]'
}
Download the container file and add it to /assets/containers.