简体   繁体   English

带有Firebase的Google跟踪代码管理器

[英]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. LOG下方的含义是好还是我必须担心的事情,因为我在每次启动应用程序时都会得到它。 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. 您需要将资产添加到container文件夹而不重命名。

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. 例如,如果您的容器ID为GTM-ABC123,则可以转到Google跟踪代码管理器的网络用户界面中的版本标签,选择操作下拉菜单,然后选择下载。 Your browser should prompt you to save the file with the suggested name of GTM-ABC123.json. 浏览器应提示您使用建议的名称GTM-ABC123.json保存文件。 Take that file and move it into your assets/containers folder. 取得该文件,然后将其移到您的资产/容器文件夹中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM