Ripe Docs
  • Welcome to Ripe Docs
  • Getting Started
    • Connect your product data
    • Connecting your CRM
  • Connect Product Data
    • Connect with Segment
    • Connect with Tag Manager
    • Connect with Ripe SDK
      • Install the Ripe SDK Script
      • Ripe.identify
      • Ripe.track
      • Ripe.page
      • All Ripe SDK Calls
    • Connect with Ripe API
  • Sync CRM
    • Connect Salesforce
      • Key Concepts Overview
      • Timeline data
      • Automatic entity creation
    • Connect HubSpot
      • Key concepts Overview
      • Sync Modes
      • Automatic entity creation
      • Workflows & Automation
      • Timeline data
  • Widget customization
    • Page targeting
    • Widget visibility
    • Widget position & offset
    • Personalization Variables
  • Ripe Concepts
    • Leads
    • Companies
    • Workflows
    • Videos
      • Profile videos
      • Sending videos
    • Sessions
  • How-to
    • Whitelist Ripe in your CSP
    • Identity resolution
Powered by GitBook
On this page
  1. Connect Product Data
  2. Connect with Ripe SDK

Install the Ripe SDK Script

How to install the Ripe SDK JavaScript snippet

PreviousConnect with Ripe SDKNextRipe.identify

Last updated 11 months ago

You will need anapi_key to complete this step, you can access one .

Start by going to the under Settings.

Click Ripe SDK and copy the snippet.

This snippet is pre-populated with your unique API Key, so it's ready to go.

Example of the Ripe SDK script

This example is not pre-populated with your API key. But it can be used in case you already have an API Key or have been sent one

<script>
  (function(a,b){var c=function(a){return fetch("".concat("https://storage.getripe.com","/sdk%2Fversion.txt?alt=media"),{cache:"no-store"}).then(function(a){return a.text()}).then(function(b){a(b)})};a.Ripe=a.Ripe||[],["init","identify","group","track","page"].forEach(function(b){a.Ripe[b]=function(){for(var c=arguments.length,d=Array(c),e=0;e<c;e++)d[e]=arguments[e];var f=Array.prototype.slice.call(d);return f.unshift(b),a.Ripe.push(f),a.Ripe}}),a.Ripe.load=function(){var a=b.createElement("script"),d=b.getElementsByTagName("script")[0];a.async=!0,c(function(b){var c;a.src="".concat("https://storage.getripe.com","/sdk%2F").concat(b,"%2Fsdk.umd.js?alt=media"),null===d||void 0===d||null===(c=d.parentNode)||void 0===c?void 0:c.insertBefore(a,d)})},a.Ripe.load()})(window,document);
  window.Ripe.init('<YOUR_API_KEY_HERE>');
</script>

Once you have the script running, the next step is to start identifying your leads/users. This will enable you to start populating the Ripe app with leads and companies.

here
Integrations page
Click on Ripe SDK to get the JavaScript snippet
Copy and paste your unique JavaScript Snippet