Developer Documentation
HomeHelp Center
  • Getting Started
  • Moving From Classic
  • Libraries
    • Browser
      • Chat
      • Content Security Policy
      • Cookies & Storage
      • Privacy Tools
    • Node.js
Powered by GitBook
On this page
  • Testing the latest version
  • Backwards Compatibility
  • Tracking behavior tags as events
  • Using custom data to identify visitor profiles

Moving From Classic

If you are using the classic version of Lucky Orange and want to move to the latest version, use this guide to see what you need to change to make the migration as smooth as possible.

PreviousGetting StartedNextBrowser

Last updated 4 years ago

Testing the latest version

The latest version of browser library can be used alongside the classic version. Both versions will track independently so you can test the new version without worrying about causing any issues for your existing sites.

If you are running both versions of the browser library at the same time, their LO API methods will be merged together on a single object. For example, you will have access to both LO.get_recording_id() and LO.sessions.getSessionId().

Backwards Compatibility

If you are already using the existing on page LO API, certain functionality will continue to work seamlessly with the latest version.

Tracking behavior tags as events

If you are using the existing , those tags will automatically be tracked as events using the new version.

Using custom data to identify visitor profiles

If you are using the existing to add data to recordings, that custom data will now automatically be used to identify the active visitor profile.

Javascript Behavior Tagging API
Custom Data API