-
Notifications
You must be signed in to change notification settings - Fork 160
Remove Umami event attributes from site links, add the ones bibi wanted #617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,7 +35,6 @@ const cardList: Plugin[] = [...cards.slice(0, 3)] | |
| <a | ||
| href={card.cta.href} | ||
| class='btn flexible secondary' | ||
| data-umami-event={card.cta.event} | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we should also remove the
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And, in general, we should remove this property everywhere else it’s no longer being used. |
||
| target='_blank' | ||
| rel='noreferrer noopener' | ||
| > | ||
|
|
@@ -50,7 +49,6 @@ const cardList: Plugin[] = [...cards.slice(0, 3)] | |
| <a | ||
| href={libraryUrl} | ||
| class='btn flexible primary' | ||
| data-umami-event='Developers page - Full plugin list' | ||
| target='_blank' | ||
| rel='noreferrer noopener' | ||
| > | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would have thought we would be interest in wallet list clicks, especially for the Interledger app wallet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised that we'd remove event tracking for the primary audience CTAs.