-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
during usage cross-domain linking on some laptops cid is incorrect. For example:
and
cid :10835945668.1484569125
so there is a difference between cid on two pages.
Settings on parent site:
ga('create', 'XXXXXXXXXXX', 'auto', {'allowLinker': true});
ga('require', 'linker');
ga('linker:autoLink', ['YYYY.com'] );
ga('send', 'pageview');
And settings on YYYY.com
AnalyticsProvider.setAccount({
tracker: 'XXXXXXXXXXX',
name: "tracker1",
fields: {
cookieDomain: 'YYYY.com',
cookieName: '_ga',
cookieExpires: 63072000
},
crossDomainLinker: true,
crossLinkDomains: ['perent-site.com'],
displayFeatures: true,
enhancedLinkAttribution: true,
select: function (args) {
return true;
},
set: {
forceSSL: true
},
trackEvent: true,
trackEcommerce: true
});
But in 90% all is correct. This issue is reproducing on some laptops when you open parent site in incognito mode. Help pls.
Metadata
Metadata
Assignees
Labels
No labels