Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am using google analytics plug in to track my site. I have also another site. How can I track them individually with one google analytics account? Somewhere I read that, one tracking ID can be used with multiple websites. Another thread says:

There are a maximum of 50 profiles per Analytics Account, and a limit of 25 Analytics Accounts per email address.

What does that mean? I do want to use one email id for tracking all my websites. So do I have to open individual analytics account associated with one gmail or do I have to create multiple analytics profile within one analytics account to track multiple wordpress sites? Hope you can help.

share|improve this question
1  
I think this would be a better question for Stack Overflow, tagged Google Analytics: stackoverflow.com/questions/tagged/google-analytics – Matthew Boynes Dec 21 '12 at 2:45

closed as off topic by Milo, Brady Dec 21 '12 at 9:01

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

Adnan, do not use the same tracking ID on multiple domains. It will end up mixing your data and you do not want that.

Better to create different profiles under your Analytics Dashboard. You will have one email id to login to Google Analytics, but once you login, you will see multiple sites in your Dashboard. Each site will have a different tracking ID.

share|improve this answer

Using the same tracking ID for multiple websites will mix up your data together, as if they were one website! That's why you can create separate properties for the one account.

Properties under the same account have the same base tracking ID, but with a number appended to the end. For example: UA-XXXXXXXX-1, UA-XXXXXXXX-2, and UA-XXXXXXXX-3

You can read more about profiles, properties, and accounts on the Google Analytics Help.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.