Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 9f44272

Browse files
committed
Merge pull request #140 from appirio-tech/hf/SUP-1153
hotfix SUP 1153
2 parents ec3d524 + bb75e54 commit 9f44272

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/js/init-header.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,12 @@ if (!loginState) {
10011001
} else {
10021002
fields.password = $('#registerForm input.pwd').val();
10031003
}
1004+
1005+
if (utmSource) {
1006+
fields.utm_source = utmSource;
1007+
fields.utm_medium = utmMedium;
1008+
fields.utm_campaign = utmCampaign;
1009+
}
10041010

10051011
if (_kmq)
10061012
_kmq.push(['identify', fields.email]);

0 commit comments

Comments
 (0)