Mobile app version of vmapp.org
Login or Join
Shanna517

: How Can I See Pageviews Per Post - Google Analytics & WordPress Background I just moved my blog over from Blogger to WordPress, and I'm trying to replicate the stats reporting that I had before.

@Shanna517

Posted in: #GoogleAnalytics #Wordpress

Background

I just moved my blog over from Blogger to WordPress, and I'm trying to replicate the stats reporting that I had before. I've got Google Analytics integrated with my website, but I'm having trouble figuring out how to see the data I'm looking for.

What I want is to be able to see a list of all my posts, with the number of page views: today, this week, this month, and forever. Similar to this:



Question

Is it possible to set this up?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Shanna517

3 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan171

( For people searching for same thing and came here, as It is too late to answer )
In PHP you can do something like :-

return $analytics->data_ga->get(
'ga:' . $profileId,
$start_date,
$end_date,
'ga:pageviews',


array('dimensions' => 'ga:pageTitle');


for more idea on it you can visit :-How to use refresh token to get authorized in background and getting access token

And there are 2/3 more posts related to it, I have developed an google analytics plugin for my own use , so you can do something like it.There are some free plugin available you can use them and get the result on your wordpress dashboard.

I got another post just now, you can also see it

10% popularity Vote Up Vote Down


 

@Ann8826881

You can try with Jetpack plugin on WordPress, it's a very good plugin to see pageviews per day/week/month.

If you want check pageviews on Google Analytics too, you can try with Google Analytics by Monster Analytics (formerly Yoast), check it here: wordpress.org/plugins/google-analytics-for-wordpress/

10% popularity Vote Up Vote Down


 

@Welton855

Look under Behavior > Site Content > All Pages

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme