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
VITE_APP_GOOGLE_TAG_ID
is setup in.env
file- 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.