Skip to content

Matomo page ids

kutsal kaan bilgin edited this page Apr 3, 2020 · 7 revisions

Below is a proposal for Matomo screen tracking parameters for Tari Wallet MVP screens.

Code sample for Android Matomo tracking library:

TrackHelper.track()
    .screen("/onboarding/create_wallet")
    .title("Onboarding - Create Wallet")
    .with(tracker)

We can omit the title if screen name is enough.

Screen Title Description
/onboarding/introduction Onboarding - Introduction Screen w/ the purple orb.
/onboarding/create_wallet Onboarding - Create Wallet
/onboarding/create_emoji_id Onboarding - Create Emoji Id
/onboarding/enable_local_auth Onboarding - Enable Local Authentication
/onboarding/enable_push_notif Onboarding - Enable Push Notifications
/local_auth Local Authentication
/home Home - Transaction List
/home/profile Profile - Wallet Info
/home/tx_details Transaction Details
/home/send_tari/add_recipient Send Tari - Add Recipient
/home/send_tari/add_recipient/qr_scan Send Tari - Add Recipient - Scan QR Code
/home/send_tari/add_amount Send Tari - Add Amount
/home/send_tari/add_note Send Tari - Add Note
/home/send_tari/finalize Send Tari - Finalize
Clone this wiki locally