Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 3.06 KB

ANALYTICS.md

File metadata and controls

32 lines (21 loc) · 3.06 KB

Google Analytics Events for Explorer

Explorer reports the following Google Analytics recommended events:

action Reported each time…
page_view … user navigates in Explorer
search … user activates Search Bar

Explorer reports the following Google Analytics custom events:

action event_category event_label Reported each time…
connect wallet {walletName} … user connects to wallet {walletName}
connection_failure wallet {walletName} … connection to {walletName} fails
associate_token transaction … user associates a token to an account
dissociate_token transaction … user dissociates a token from an account
change_staking transaction … user change/stop staking for an account
verify_contract contract Full Match
Partial Match
Mismatch
… user verifies a contract
call_contract contract call signature … user runs a contract call in ABI tab

Note 1: events above are sent when

  1. VITE_APP_GOOGLE_TAG_ID is setup in .env file
  2. User has given her agreement to cookie usage

Note 2: events above are explicitly sent by Explorer.
gtag() function may send other events when Enhanced Measurement Events are enabled in GA account.