| | #1 |
| Active Warrior Join Date: 2014
Posts: 31
Thanks: 11
Thanked 1 Time in 1 Post
|
I have a forum on vBulletin (domain.com/forum) and a Wordpress blog (domain.com/blog) - originally I had one analytic's ID for the forums and a different one for the blog. All worked well until yesterday when I got this message Property Domain Blog is receiving data from redundant hostnames. Some of the redundant hostnames are:
To avoid this problem, consider setting up a 301 redirect from one of your redundant hostnames to the other, or create a search-and-replace filter that strips "www." from hostnames. I did this so that I could easily see how the blog was performing over the forums since I could control SEO much tighter in the blog over freeform user posts. But now the data isnt split. Can I have two different IDs or should I really be doing this in a different way? Thanks. |
| |
| | #2 |
| Midnight Oil Warrior Join Date: 2013 Location: Bridgeport, WV.
Posts: 6,794
Thanks: 3,618
Thanked 6,634 Times in 3,500 Posts
|
Maybe this might help you - https://developers.google.com/analyt...leSubDirectory |
| Success is an ACT not an idea | |
| |
| | #3 |
| Warrior Member Join Date: 2015
Posts: 27
Thanks: 0
Thanked 2 Times in 2 Posts
|
I think you did a htaccess redirect.Right?If you successfully redirected your domain to www version of no www version this can't be happening.If you didn't do an htaccess redirect, use below code. RewriteBase / RewriteEngine On RewriteCond %{HTTP_HOST} !^www.yourdomain.com$ [NC] RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301] |
| | |
| |
|
| Bookmarks |
| Tags |
| analytics, google, question, quick |
| |