I have a SharePoint 2010 site that has both Internet and Intranet zones. I want to capture internal and external traffic to the site. Internet access uses forms based authentication and Intranet access uses windows authentication.
- Internet: http://www.thesite.org
- Intranet: http://thesite
Apart from the landing pages, both sites are the same. Google Analytics Support suggests that the Intranet must be accessible by a fqdn. But I guess that doesn't apply in this case.
So if I place a google analytics tracking code in my master page would it capture the traffic from both sources? Or do I need a different approach?