Skip to content

Commit f38108d

Browse files
Swap tracks linker parameters (#90450)
1 parent 9246662 commit f38108d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/calypso-analytics/src/tracks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export function initializeAnalytics(
155155
const tracksLinkerId = getUrlParameter( '_tkl' );
156156
if ( tracksLinkerId && tracksLinkerId !== getTracksAnonymousUserId() ) {
157157
// 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 );
158+
signalUserFromAnotherProduct( tracksLinkerId, 'anon' );
159159
}
160160

161161
// Tracks blocked?

0 commit comments

Comments
 (0)