Closed ezgi-cengiz closed 1 year ago
the events are:
enum TrackingEvents {
REQUEST = 'sdk_connect_request_started',
CONNECT = 'sdk_connection_established',
DISCONNECT = 'sdk_disconnected',
}
with the sdk_connect_request_started
event we also send:
This is the meaning for the platform
options:
// React Native or Nodejs
NonBrowser = 'NonBrowser',
// MetaMask Mobile in-app browser
MetaMaskMobileWebview = 'MetaMaskMobileWebview',
// Desktop Browser
DesktopWeb = 'DesktopWeb',
// Mobile Browser
MobileWeb = 'MobileWeb',
Install the Segment snippet on your website Copy the Segment snippet and paste it high in the
of your website. Learn more about setting up Segment in the Analytics.js guide.