How to separate google analytics on magento/wordpress

I’d like to track Magento store and WordPress blog separately, where magento is in root directory and wordpress is in sub-directory e.g www.my-mage-store/wordpress.

Problem I’m having is that I already have GA on magento store and it tracks blog trafic as well, is it possible to separate reports for blog and store visitors somehow?

Related posts

Leave a Reply

1 comment

  1. In the GA dashboard, create a custom report, select “Page” from the “Include” dropdown (sub “Filters”), and select “Regex” (in your case, the regex value should be: ^/wordpress/).