我正在运行一个使用 Automattic/facebook-instant-articles-wp 的 WordPress。但我意识到在 GA 中显示的 IA 跟踪的流量无法显示标题。
很多网站都推荐这个作为 GA 代码。
<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','//www.google- analytics.com/analytics.js','ga');
ga('create', 'ANALYTICS ID', 'auto');
ga('require', 'displayfeatures');
ga('set', 'campaignSource', 'Facebook');
ga('set', 'campaignMedium', 'Social Instant Article');
ga('send', 'pageview', {title: 'POST TITLE'});
</script>
然后它最终在 GA 中显示“POST TITLE”。有人有任何线索显示文章标题吗?
谢谢你。