Navigation

Test your integration

It's important to verify that your integration is working before deploying to production. This guide will walk you through testing your integration and ensuring it is ready to be deployed.

For the easiest test steps, we'll use a Google Chrome browser.

  1. Open Google Chrome and open the DevTools utility from Window > DevTools and open the Network tab. Make sure it's recording. Show DevTools
  2. Visit your website where the integration is active.
  3. Search for a network call to an access endpoint. Verify that it returns 200 status. View network monitor
  4. Toggle the device toolbar from the DevTools and then select another device (a mobile device for example). Device toolbar
  5. Delete any local storage items that were not generated by your site (look for sbl_device_id for example).
  6. Refresh the page.
  7. Repeat until the devices limit is exceeded and you should see a prevention dialog if it’s enabled.
  8. Verify that the user has the expected number of devices on your dashboard. Make sure to toggle dev mode if you are using development keys. Users dashboard