Credsii
(function(){
var credsii = window.credsii = window.credsii || {};
credsii.APIKey = '22dda82d-5007-4e7d-a111-fb88e4cf05e3';
credsii.analytics_endpoint = 'https://credsii.com/analytics/widget';
credsii.credsii_api_uri = 'https://credsii.com/api/credsii/widget/init';
credsii.credsii_base_modal_uri = 'https://credsii.com/modal/#/';
credsii.google_analytics = false; // set to true for google analytics integration
//load the credsii JS SDK from our CDN
credsii.loadSDK = function(){
var script = document.createElement('script');
script.type = 'text/javascript';
script.async = true;
script.src = 'https://cdn.credsii.com/sdk/latest/sdk.min.js';
// Insert our script next to the first script element.
var first = document.getElementsByTagName('script')[0];
first.parentNode.insertBefore(script, first);
};
credsii.loadSDK();
})();