如何在图表中获取Google分析数据

时间:2016-11-22 10:50:18

标签: php html charts google-analytics-api

我想使用Google Analytics

在任何图表中获取PHP个数据

我已经在我的帐户中创建了一个项目,我有

  

跟踪代码

     

google Auth。

的所有凭据

我已关注此link 我的跟踪代码在这里

<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-xxxxxxxx-1', 'auto');
  ga('send', 'pageview');

</script>

但我不知道该怎么做

1 个答案:

答案 0 :(得分:2)

尝试这个 首先下载.12 在您的身份验证中添加sdndsuidds-fkmfsdfdsf-545.p12文件 在您的文件中查看此代码

$google_account = array(
  'email'   => 'your-project-email@developer.gserviceaccount.com',
  'key'     => file_get_contents('file-name.p12'),
  'profile' => 'profil-id'
);