Can I clarify with you guys please?
According to GA ... "You need to edit the tracking code snippet for cross domain tracking to work. " An example of the edits you need to make (to the new Universal code) as follows:
Find the create line in the snippet. For a website called example-1.com, it looks like this:
_ ga('create', 'UA-XXXXXXX-Y', 'example-1.com'); Make the following changes to the snippet (the changes you need to make are in bold ):_
ga('create', 'UA-XXXXXXX-Y', **'auto', {'allowLinker': true}); ga('require', 'linker'); ga('linker:autoLink', ['example-2.com'] );**
Remember to replace the example tracking ID (UA-XXXXXX-Y) with your own tracking ID, and replace the example secondary domain (example-2.com) with your own secondary domain name.
So amongst other setup elements, if this process isn't followed, it could quite possibly track sessions and visits incorrectly, as well as your goals.
Thats my understanding, anyone under a different impression? Or has tried it first hand and knows for sure? I'd love to have a difinative answer...