Skip to content

Commit ec0d685

Browse files
committed
implemetação de Smart Look
1 parent 24d4a0b commit ec0d685

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/static/js/script.js

+10
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,13 @@ document.addEventListener("DOMContentLoaded", function () {
223223
}
224224
});
225225
});
226+
227+
228+
// Smart Look
229+
230+
window.smartlook||(function(d) {
231+
var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
232+
var c=d.createElement('script');o.api=new Array();c.async=true;c.type='text/javascript';
233+
c.charset='utf-8';c.src='https://web-sdk.smartlook.com/recorder.js';h.appendChild(c);
234+
})(document);
235+
smartlook('init', 'ad3875c906935bc2ae62ed1486287db14e777076', { region: 'eu' });

0 commit comments

Comments
 (0)