We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9246662 commit f38108dCopy full SHA for f38108d
packages/calypso-analytics/src/tracks.ts
@@ -155,7 +155,7 @@ export function initializeAnalytics(
155
const tracksLinkerId = getUrlParameter( '_tkl' );
156
if ( tracksLinkerId && tracksLinkerId !== getTracksAnonymousUserId() ) {
157
// Link tk_ai anonymous ids if _tkl parameter is present in URL and ids between pages are different (e.g. cross-domain)
158
- signalUserFromAnotherProduct( 'anon', tracksLinkerId );
+ signalUserFromAnotherProduct( tracksLinkerId, 'anon' );
159
}
160
161
// Tracks blocked?
0 commit comments