Skip to content

Question: How does GAS treat _addIgnoredRef in Multi-Domain context? #65

@KarinaLibrary

Description

@KarinaLibrary

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']);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions