@@ -170,18 +170,18 @@ const WalletsPage = () => {
170
170
href : "/wallets/find-wallet/" ,
171
171
content : t ( "page-wallets-find-wallet-link" ) ,
172
172
matomo : {
173
- eventCategory : "wallet hero buttons" ,
173
+ eventCategory : "Header buttons" ,
174
174
eventAction : "click" ,
175
- eventName : "find wallet " ,
175
+ eventName : "Find_wallet " ,
176
176
} ,
177
177
} ,
178
178
{
179
179
href : `#${ SIMULATOR_ID } ` ,
180
180
content : "How to use a wallet" ,
181
181
matomo : {
182
- eventCategory : "wallet hero buttons" ,
182
+ eventCategory : "Header buttons" ,
183
183
eventAction : "click" ,
184
- eventName : "interactive tutorial " ,
184
+ eventName : "How_to_use_wallet " ,
185
185
} ,
186
186
variant : "outline" ,
187
187
} ,
@@ -191,9 +191,9 @@ const WalletsPage = () => {
191
191
href : "/wallets/find-wallet/" ,
192
192
content : t ( "page-wallets-find-wallet-link" ) ,
193
193
matomo : {
194
- eventCategory : "wallet hero buttons " ,
194
+ eventCategory : "Header button " ,
195
195
eventAction : "click" ,
196
- eventName : "find wallet " ,
196
+ eventName : "Find_wallet " ,
197
197
} ,
198
198
} ,
199
199
] ,
@@ -253,22 +253,42 @@ const WalletsPage = () => {
253
253
title : t ( "page-wallets-protecting-yourself" ) ,
254
254
description : "MyCrypto" ,
255
255
link : "https://support.mycrypto.com/staying-safe/protecting-yourself-and-your-funds" ,
256
+ customEventOptions : {
257
+ eventCategory : "Link" ,
258
+ eventAction : "Clicked_external" ,
259
+ eventName : "protecting_yourself" ,
260
+ } ,
256
261
} ,
257
262
{
258
263
title : t ( "page-wallets-keys-to-safety" ) ,
259
264
description : t ( "page-wallets-blog" ) ,
260
265
link : "https://www.coinbase.com/learn/crypto-basics/how-to-secure-crypto" ,
266
+ customEventOptions : {
267
+ eventCategory : "Link" ,
268
+ eventAction : "Clicked_external" ,
269
+ eventName : "the_keys_to_keeping_crypto_safe" ,
270
+ } ,
261
271
} ,
262
272
]
263
273
264
274
const guides = [
265
275
{
266
276
title : t ( "additional-reading-how-to-create-an-ethereum-account" ) ,
267
277
link : "/guides/how-to-create-an-ethereum-account/" ,
278
+ customEventOptions : {
279
+ eventCategory : "Link" ,
280
+ eventAction : "Clicked" ,
281
+ eventName : "Create_eth_acc" ,
282
+ } ,
268
283
} ,
269
284
{
270
285
title : t ( "additional-reading-how-to-use-a-wallet" ) ,
271
286
link : "/guides/how-to-use-a-wallet/" ,
287
+ customEventOptions : {
288
+ eventCategory : "Link" ,
289
+ eventAction : "Clicked" ,
290
+ eventName : "How_to_use_wallet" ,
291
+ } ,
272
292
} ,
273
293
]
274
294
@@ -400,7 +420,14 @@ const WalletsPage = () => {
400
420
>
401
421
{ t ( "page-wallets-features-desc" ) }
402
422
</ Box >
403
- < ButtonLink href = "/wallets/find-wallet/" >
423
+ < ButtonLink
424
+ href = "/wallets/find-wallet/"
425
+ customEventOptions = { {
426
+ eventCategory : "header buttons" ,
427
+ eventAction : "click" ,
428
+ eventName : "Find_wallet" ,
429
+ } }
430
+ >
404
431
{ t ( "page-wallets-find-wallet-btn" ) }
405
432
</ ButtonLink >
406
433
< Image
0 commit comments