Skip to content

Commit 8a37a96

Browse files
#RI-5790 fix utm package was not sent
1 parent 214136f commit 8a37a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redisinsight/api/src/modules/cloud/common/providers/cloud.api.provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export class CloudApiProvider {
4141
utm_medium: utm?.medium,
4242
utm_campaign: utm?.campaign,
4343
utm_amp: utm?.amp,
44+
utm_package: utm?.package,
4445
};
4546
}
4647

0 commit comments

Comments
 (0)