我有谷歌分析帐户,我在 index.html 中添加了分析代码。但是谷歌分析中的 Mycampaign 标签没有显示任何数据。我有用户 google URL builder 来生成活动 url。可能是什么问题呢?
1. UTM tags disappeared on landing page of website
2. analytics code may have some changes
这是 index.html 中添加的分析代码,我使用的是 UA(通用分析)
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-xxxxxxx-x', 'auto');
ga('send', 'pageview');
</script>