Option for two tracking IDs?
-
I have a normal GA property and a roll-up property, so I need to be able to include two (at least) Tracking IDs in the code snippet. The end result can include something like:
_gaCustom('create', 'UA-#######-##', { 'cookieDomain': 'auto', 'cookieName': '_gaCustomC', 'name': 'main' }); _gaCustom('create', 'UA-#######-##', { 'cookieDomain': 'auto', 'cookieName': '_gaCustomC', 'name': 'rollup' }); _gaCustom('main.send', 'pageview'); _gaFSLib('rollup.send', 'pageview');
You willing to add one more optional field to the form?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Option for two tracking IDs?’ is closed to new replies.