Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted
Updated 22-Apr-15 22:05pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900