Updated on 2026-08-14
This commit is contained in:
parent
54d1103944
commit
4423770ba8
4 changed files with 6 additions and 5 deletions
|
|
@ -294,6 +294,6 @@ sealed class WcAnalyticAccountEvents(
|
|||
)
|
||||
|
||||
companion object {
|
||||
const val WC_CATEGORY_ACCOUNT_NAME = "WalletConnect - Account"
|
||||
const val WC_CATEGORY_ACCOUNT_NAME = "WalletConnect / Account"
|
||||
}
|
||||
}
|
||||
|
|
@ -84,6 +84,7 @@ sealed class AccountSettingsAnalyticEvents(
|
|||
event = "Account Error",
|
||||
params = buildMap {
|
||||
put("Error", error)
|
||||
put("Source", source.value)
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -22,11 +22,11 @@ internal class PortfolioAnalyticsEvent(
|
|||
)
|
||||
|
||||
fun popupToChooseAccount() = PortfolioAnalyticsEvent(
|
||||
event = "Popup to choose account",
|
||||
event = "Choose Account Opened",
|
||||
)
|
||||
|
||||
fun addToNotMainAccount() = PortfolioAnalyticsEvent(
|
||||
event = "Button - Add (token not to main Account)",
|
||||
event = "Button - Add To Account",
|
||||
)
|
||||
|
||||
fun addToPortfolioWalletChanged() = PortfolioAnalyticsEvent(event = "Wallet Selected")
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ sealed class ReferralEvents(event: String) : AnalyticsEvent(REFERRAL_PROGRAM_CAT
|
|||
|
||||
sealed class ReferralEventsAccounts(event: String) : AnalyticsEvent(REFERRAL_PROGRAM_ACCOUNT_CATEGORY, event) {
|
||||
|
||||
class ListChooseAccount : ReferralEventsAccounts(event = "List - choose account")
|
||||
class ListChooseAccount : ReferralEventsAccounts(event = "List - Choose Account")
|
||||
}
|
||||
|
||||
private const val REFERRAL_PROGRAM_CATEGORY = "Referral Program"
|
||||
private const val REFERRAL_PROGRAM_ACCOUNT_CATEGORY = "Referral program - Account"
|
||||
private const val REFERRAL_PROGRAM_ACCOUNT_CATEGORY = "Referral program / Account"
|
||||
Loading…
Add table
Add a link
Reference in a new issue