Skip to content
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

fix: wallet filter device boolean tracking #13207

Merged
merged 1 commit into from
Jun 25, 2024
Merged

fix: wallet filter device boolean tracking #13207

merged 1 commit into from
Jun 25, 2024

Conversation

wackerow
Copy link
Member

Description

  • Fixes reversal of true/false for "Toggle Desktop/Browser/Mobile" Matomo events
  • Adds the word "to" to differentiate between old logs (where T/F have flipped meanings) and the new corrected entries.

Example of new usage: If "Mobile" is switched from off to on, it will log Toggle Mobile to true.

Related Issue

None filed; from UX research sync

Fixes reversal of true/false for "Toggle Desktop/Browser/Mobile". Adds "to" to differentiate between old logs (where T/F have flipped meanings) and the new corrected entries.
Copy link

netlify bot commented Jun 19, 2024

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 41ddad9
🔍 Latest deploy log https://app.netlify.com/sites/ethereumorg/deploys/66732a270235b900086171d3
😎 Deploy Preview https://deploy-preview-13207--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 43 (🟢 up 5 from production)
Accessibility: 92 (no change from production)
Best Practices: 83 (🔴 down 9 from production)
SEO: 93 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -176,7 +176,7 @@ const WalletFilterFeature = ({
eventAction: `${filterOption.title}`,
eventName: `Toggle ${
item.title
} ${!item.showOptions}`,
} to ${item.showOptions}`,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Tested all the different options we have... this event is only fired for the Browser Desktop or Mobile switches shown here

Copy link
Member

@corwintines corwintines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @konopkja can you look and sign off on this too?

@konopkja
Copy link
Contributor

lgtm

@nhsz nhsz merged commit ddf9916 into dev Jun 25, 2024
9 of 10 checks passed
@nhsz nhsz deleted the patch-boolean-flag branch June 25, 2024 12:41
This was referenced Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants