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) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -