API Calls
Browsee gives you easy API calls to add metadata to your sessions or get back information from Browsee
While Browsee automatically captures all page URLs and clicks on your site, there may be certain additional information that you may want to send to Browsee.
You can use
_browsee.logEvent
call to specify a certain event like in GA or Mixpanel. Or, you can identify users with your Id and label using the
_browsee.identify
call.Last modified 3yr ago