Skip to content

Commit

Permalink
📈 : [SUPPORT] Update Market Widget Button clicks analytics (#6925)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger committed May 24, 2024
1 parent 636dd1e commit 69a7d59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/brave-spiders-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

update Market Widget Button clicks analytics
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function MarketPerformanceWidgetFooter() {
width={"48%"}
onClick={() => onClickButton("swap")}
event="button_clicked"
eventProperties={{ button: "swap", page: "portfolio" }}
eventProperties={{ button: "swap market widget", page: "portfolio" }}
>
{t("dashboard.marketPerformanceWidget.swap")}
</ButtonV3>
Expand All @@ -31,7 +31,7 @@ export function MarketPerformanceWidgetFooter() {
width={"48%"}
onClick={() => onClickButton("exchange")}
event="button_clicked"
eventProperties={{ button: "buy", page: "portfolio" }}
eventProperties={{ button: "buy market widget", page: "portfolio" }}
>
{t("dashboard.marketPerformanceWidget.buy")}
</ButtonV3>
Expand Down

0 comments on commit 69a7d59

Please sign in to comment.