Skip to content

Instantly share code, notes, and snippets.

@eklundkristoffer
Created January 2, 2020 09:41
Show Gist options
  • Save eklundkristoffer/ffd4160d55daa5281964678270243b14 to your computer and use it in GitHub Desktop.
Save eklundkristoffer/ffd4160d55daa5281964678270243b14 to your computer and use it in GitHub Desktop.
<?php
$service->data_ga->get(
'ga:ANALYTICS_VIEW_ID_HERE',
'2008-01-01',
'today',
'ga:pageviews',
[
'filters' => 'ga:hostname==subdomain.mydomain.com',
'dimensions' => 'ga:pagePath'
]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment