Skip to content

Commit 43c02a0

Browse files
mathieumousnierRomain Jamet
authored andcommitted
fix(okms): level2 tracking id & minor config for download certificates links
ref: #MANAGER-18832 Signed-off-by: Mathieu Mousnier <[email protected]>
1 parent fcbe0ec commit 43c02a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/manager/apps/okms/src/components/dashboard/downloadKmsPublicCaLink/DownloadKmsPublicCaLink.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ export const DownloadKmsPublicCaLink = ({
7878
});
7979

8080
trackClick({
81-
location: PageLocation.page,
82-
buttonType: ButtonType.button,
83-
actionType: 'navigation',
81+
location: PageLocation.tile,
82+
buttonType: ButtonType.link,
83+
actionType: 'action',
8484
actions: [resources[type].tracking],
8585
});
8686
} catch {

packages/manager/apps/okms/src/tracking.constant.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
export const LEVEL2 = {
22
EU: {
33
config: {
4-
level2: '88',
4+
level2: '140',
55
},
66
},
77
CA: {
88
config: {
9-
level2: '88',
9+
level2: '140',
1010
},
1111
},
1212
US: {
1313
config: {
14-
level2: '88',
14+
level2: '140',
1515
},
1616
},
1717
};

0 commit comments

Comments
 (0)