Demo-Integration
Add 8.SDK Web in demo mode to your shop
// Load 8.SDK
(function(d, s, w) {
var apiId = 'db54750f-80fc-4818-9455-30ca233225dc';
window.eightlytics || function (w) {
w.eightlytics = function () {
window.eightlytics.queue = window.eightlytics.queue || [];
window.eightlytics.queue.push(arguments);
};
}(w);
var script = d.createElement(s);
script.src = 'https://wgt.8select.io/' + apiId + '/loader.js';
var entry = d.getElementsByTagName(s)[0];
entry.parentNode.insertBefore(script, entry);
})(document, 'script', window);Add a widget to your shop
Last updated
Was this helpful?