用于视频观看的谷歌分析图 [英] google analytic graph for video view

查看:112
本文介绍了用于视频观看的谷歌分析图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

视频视图是否有谷歌分析矩阵,如果它可用,那么也让我知道它的维度和过滤器的例子。

i已经为ga设置了谷歌分析:pageView代码贴在下面:



$ this-> results = $ this-> ananlytics-> data_ga-> get('ga:'。$ this-> googleViewID,$ start_date,$ end_date,'ga:pageviews',

array('dimensions'=>'ga:pagePath,ga:year,ga:month',

'filters'=>'ga:pagePath =〜/ products。*,ga:pagePath =〜/ blog。*,ga:pagePath =〜/ landing。*',

'max-results'=> 10000,));

最好的问候

解决方案

this-> results =

这 - > ananlytics-> data_ga->获得( 'GA:'。

这 - > googleViewID,

is there any google analytic matrix for the video view if its available then also let me know the example with its dimension and filter as well.
i have already set the google analytic for the ga:pageView the code is pasted below:

$this->results = $this->ananlytics->data_ga->get('ga:'.$this->googleViewID, $start_date, $end_date, 'ga:pageviews',
array('dimensions' => 'ga:pagePath,ga:year,ga:month',
'filters' => 'ga:pagePath=~/products.*,ga:pagePath=~/blog.*,ga:pagePath=~/landing.*',
'max-results' => 10000,));
Best Regards

解决方案

this->results =


this->ananlytics->data_ga->get('ga:'.


this->googleViewID,


这篇关于用于视频观看的谷歌分析图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆