简体   繁体   中英

Google Tag Manager with Firebase

What does below LOG means, is it fine or its something that I have to be worried of because I am getting this on every app launch. Any help would be appreciated

W/GoogleTagManager: Ignoring container asset GTM-XXXXXX (does not match (gtm-[a-z0-9]{1,10})\.json)
   W/GoogleTagManager: Tag Manager's event handler WILL NOT be installed (no container loaded)
    I/GoogleTagManager: Tag Manager initilization took 206ms

You'll need to add the asset to the containers folder without renaming it.

For example, if you container ID is GTM-ABC123, You would go to the versions tab in Google Tag Manager's web UI, select the actions dropdown, and select download. Your browser should prompt you to save the file with the suggested name of GTM-ABC123.json. Take that file and move it into your assets/containers folder.

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