Not exactly a PHP question, but I go to this thread for my Regex confusion from time to time.
I am using Google Analytics filters (for a subdomain profile) to filter out my primary domain. One filter I have with Regex exclude is this:
^www\.domain\.com$
I think the subdomain is still picking up domain.com, so if I add another filter, would I just do… domain\.com$
Is that all it takes?
Cheers!
Ryan