Google Analytics Data for Particular page -


i have integrated google analytics. want fetch data particuar page. have got data many pages. not getting data pages need. though, page shown in google analytics reporting area. can suggest reason ?

$params = array( 'metrics' => 'ga:visits,ga:socialinteractions,ga:pageviews,ga:bounces,ga:uniquepageviews' , 'dimensions' => 'ga:pagepath' , 'ga:pagepath=@/c14z8', );  $visits = $ga->query($params);  


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -