TypeAlias.WalletInstallation
type WalletInstallation = {
appleInstalled: number;
applePercentage: number;
combinedInstalled: number;
combinedPercentage: number;
googleInstalled: number;
googlePercentage: number;
totalAccounts: number;
};
Wallet installation metrics (Google and Apple Wallet adoption).
Counts and percentages used by the dashboard to estimate campaign reach.
Type Declaration
| Name | Type |
|---|---|
appleInstalled | number |
applePercentage | number |
combinedInstalled | number |
combinedPercentage | number |
googleInstalled | number |
googlePercentage | number |
totalAccounts | number |