Combining Content Data in Google Analytics
Posted
by David Csonka
on Stack Overflow
See other posts from Stack Overflow
or by David Csonka
Published on 2010-03-19T17:16:50Z
Indexed on
2010/03/19
17:21 UTC
Read the original article
Hit count: 165
google-analytics
When I first start one of my Wordpress blogs, I had the permanent URL for each post include the date of posting.
The slug format looked like this: /blog/2010/01/25/this-is-my-article/
Later on, I changed it so that the date was not included in the permanent URL, like this: /blog/this-is-my-article/ and setup a redirect plugin to make sure that users would get to the page they wanted until the site was re-indexed.
In Google Analytics, when I review the stats for content I now have multiple records for what is essentially the same page. ie:
Top Content List:
- 45 Pageviews- /blog/this-is-my-article/
- 24 Pageviews- /blog/2010/01/25/this-is-my-article/
- 33 Pageviews- /blog/some-other-article/
Is there any way to combine those records somehow?
© Stack Overflow or respective owner