I have a couple of problems with implementing Google Analytics to record traffic across two domains using the same analytics account I just can't seem to solve. I have a website running Google Universal Analytics which works fine. The site has links on to an external 'course application' website. I would like to be able to track traffic across these two domains. I know that the usual way to do this is with the Auto linker plugin. However that works by adding a variable onto the url of the second site; unfortunately the second website does not allow additional variables to be added to the url as it carries other info in the query string for its sign up process which errors.
Is there an alternative way to link the analytics data for multiple domains into the same Google Analytics account without using the Autolinker plugin? I guess using cookies is not possible because of the limitation of passing info across domains.
Also is there a way to limit this data to populate the Analytics account only if the visitor has come from my website and not from any other? The secondary 'course application sign up' website is linked to from a number of other websites as well as the one I am working on. Any ideas? thanks