We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To cleanup self-referrals in cross tracking setting, can I do this?:
_gas.push(['_setAccount', 'UA-########-1']); // Account ID _gas.push(['_setAllowLinker', true]); _gas.push(['_setAllowAnchor', true]); _gas.push(['_setDomainName', '.domain1.com']); // Cross Domain 1 _gas.push(['_setDomainName', '.domain2.org']); // Cross Domain 2 _gas.push(['_addIgnoredRef', 'domain1.com']); _gas.push(['_addIgnoredRef', 'domain2.org']); _gas.push(['_gasMultiDomain', 'click']);
The text was updated successfully, but these errors were encountered:
Looks good / should work
On Wed, Mar 5, 2014 at 1:07 PM, Michael Lommel [email protected]:
To cleanup self-referrals in cross tracking setting, can I do this?: _gas.push(['_setAccount', 'UA-########-1']); // Account ID _gas.push(['_setAllowLinker', true]); _gas.push(['_setAllowAnchor', true]); _gas.push(['_setDomainName', '.domain1.com']); // Cross Domain 1 _gas.push(['_setDomainName', '.domain2.org']); // Cross Domain 2 _gas.push(['_addIgnoredRef', 'domain1.com']); _gas.push(['_addIgnoredRef', 'domain2.org']); _gas.push(['_gasMultiDomain', 'click']); Reply to this email directly or view it on GitHubhttps://github.com//issues/65 .
Reply to this email directly or view it on GitHubhttps://github.com//issues/65 .
Sorry, something went wrong.
No branches or pull requests
To cleanup self-referrals in cross tracking setting, can I do this?:
The text was updated successfully, but these errors were encountered: