Google Analytics, Marketo, Landing Pages... and Regular Expressions?
I know my way around Google Analytics pretty well, but haven't used many of the advanced features. Our company is fairly new with Marketo and I haven't used any of the reporting within Marketo (someone else here does - but my primary focus is our company's website, not the emails specifically). I'm finding that Marketo has thrown a little wrench into the website data. Nothing too bad, but I'd love to fix it... and I'm hoping someone else has already figured out how and can explain to me in simple terms how to fix it in Google Analytics.
Issue 1: How to remove the Marketo Munchkin code from the URL?
When I look at landing pages on Google Analytics, it shows that www.Example.com/page1 is a different page than www.Example.com/page1?mkt_tok=blahblahblahblahblahetc.
So even though 100 people visited one web page, the analytics show that 100 pages were each visited once. It looks to me that I should be able to use a Regular Expression to remove the marketo munchkin code from the URL in Google Analytics's reporting, so that Google Analytics groups all visits under /page1 as one bucket again. I tried to follow this example, under a Testing Property View Filters, using (.*)/?mkt_tok.* as the Field A -> Extract A; and then $A1 as the Output to -> Constructor. Does that look right? Any concerns I should be aware of?
Issue 2: How do I fix the go.example.com issue?
Every link in our emails are actually pointed to "go.example.com" instead of "www.example.com". When you click on the link in the email, it first goes to "go.example.com/blahblahblah" and then instantly redirects to "www.example.com/page1?utm_source=example&lots-more" So, this is where I'm getting super confused. The go.example.com displays as a referral in Google Analytics and the traffic spikes don't seem to mirror the spikes of when we send a large email list. Unlike issue 1, where I can try and remove everything after mkt_tok in the URL, there isn't a pattern at the beginning to filter the "blahblahblahblah"? Also, since go.example.com/blahblahblah redirects the link... I think /blahblahblahblah is getting the credit as the landing page instead of the actual landing page that it redirects to (or maybe not since it's a referral)??
I'd just love to have the landing page results in Google Analytics be close to accurate, and then to clean up all the extra single visits to webpages that aren't real pages, but are actually just pages with extra Marketo blahblah appended to it.
Thanks for any help or recommendations from others on how best to clean this all up fairly accurately!