Install the Ripe SDK Script

How to install the Ripe SDK JavaScript snippet

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

Start by going to the Integrations page 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.

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

Example of the Ripe SDK script

<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.

Last updated