In order to exclude internal referrals you can add in the GA script some lines looking like:
_gaq.push(['_addIgnoredRef', '.tealium.com']);
_gaq.push(['_addIgnoredRef', 'tealium.training.com']);
I assumed that this list could just be added as a JS extension and the scope set as the Google Analytics tag.
However this does not seem to have much impact.
Is there a more efficient method via extensions?
Or should we modify the tag template and add the lines in there?
Tx
Siegert