Tracking Between Google Analytics and Marketo Landing Pages | Community
Skip to main content
Level 2
November 20, 2014
Question

Tracking Between Google Analytics and Marketo Landing Pages

  • November 20, 2014
  • 1 reply
  • 2266 views
We track our website as well as our Marketo landing pages with Google Analytics. If someone travels between the two URL domains, it appears that they have left one of the websites (so this leads to high bounce rates, time on pages, # of pages per session), but are really still on "our" pages.

Is there a way in Google Analytics that you are tracking all this traffic together?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

November 21, 2014
Because Marketo landing pages are hosted in a different subdomain Google Analytics will count that as an exit. 

Add your tracking code to your landing pages too but add this to your Google tracking code so Google will count it as part of the same website

_gaq.push(['_setDomainName', 'YOURDOMAIN.COM']);

More infor about tracking subdomains here:

https://developers.google.com/analytics/devguides/collection/gajs/gaTrackingSite