API Calls

Browsee gives you easy API calls to add metadata to your sessions or get back information from Browsee

Sending Data to Sessions

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.

Learn more about the Log Event Call.

Or, you can identify users with your Id and label using the _browsee.identify call.

Learn more about the Identify Call.

Getting Data

You can link your own internal systems with Browsee sessions using Browsee's Session Url.

Last updated