I have google analytics across multiple domains. My landing pages are all on lp.domainname.com and my products sales and signup forms are on buy.domainname.com.
I’m trying to track clicks from lp.domainname.com to buy.domainname.com/purchase/ but if I place /purchase/ in the Google funnel tracker it shows no clicks. It does show users who visit lp.domainname.com pages but it doesn’t register them clicking through. How can this be resolved?
I suspect it could be one of several things;
When tracking across domains Google recommends using javascript within the href link. But it doesn’t appear possible to do this because unbounce rewrites the href link causing the javascript to break.
The second thing I considered is that because unbounce is rewriting the URL’s I have to modify the funnel URL to properly track it. unbounce changes buy.domainname.com/purchase to /clk/buy/domainname/com/purchase or something along those lines. In short, its not the actual URL. Making tracking harder.
Has anyone been able to find a work around for this? Or gotten it to work in some way?