SDK Installation

Learn how to install the Rdentify Javascript SDK on your website.


Pre-requisites

Before proceeding with the SDK installation, make sure you have:

  • Access to your website’s source code.
  • Basic understanding of HTML and Javascript.
  • Your unique data-key attribute, which can be obtained from your account manager.

Installation Steps

Step 1: Add the SDK Script

Include the Rdentify Javascript SDK in the <head> section of your website’s HTML. Replace Your-Data-ID-Here with the data-key attribute specific to your integration (provided by your account manager or found in your account):

<script src="https://cdn.rdentify.com/static/sdk.js" data-key="Your-Data-Key-Here"></script>

Step 2: Verify Installation

To ensure that the SDK is installed correctly, you can:

  1. Check your website’s console for any Rdentify-related logs or errors.
  2. Inspect network activity to see if SDK calls are being made to Rdentify servers.

Next Steps