text 谷歌分析功能PHP

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 谷歌分析功能PHP相关的知识,希望对你有一定的参考价值。

#-----------------------------------------------------------------#
# GOOGLE ANALYTICS
#-----------------------------------------------------------------#

add_action('wp_head', 'wpb_add_googleanalytics');
function wpb_add_googleanalytics() { ?>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-UA-1042546-3"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-1042546-3');
</script>


<?php } ?>

以上是关于text 谷歌分析功能PHP的主要内容,如果未能解决你的问题,请参考以下文章

text 谷歌分析(不赞成使用)

PHP调用谷歌翻译

PHP调用谷歌翻译

text Terplastics weblication谷歌分析跟踪代码

谷歌分析如何避免同源政策?

谷歌分析 API php APIKey 401