window.hoopcompany_leadform = new Object;
window.hoopcompany_leadform.topic_id = '';
window.hoopcompany_leadform.page_url = window.location.href;
window.hoopcompany_leadform.page_name = document.title;
window.getCookie=function(cname) {
var name = cname + '=';
var decodedCookie = decodeURIComponent(document.cookie);
var ca = decodedCookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return '';
};
window.setCookie=function(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
var expires = "expires=" + d.toUTCString();
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
}
window.addEventListener('message', function(event) {
if(event.data=='setClient'){
window.setCookie('hoopCliente',1,90);
}
});
window.hoopcompany_campaign = new Object;
window.hoopcompany_campaign = {"id":1199,"name":"Website","company":254176,"pipe":0,"extradata":{"btnSize":100,"companies":[{"id":"254176","selectedPipe":47784}],"fontColor":"#f5f5f5","btnPostion":{"x":10,"y":10,"type":"px","placement":"down-rigth"},"textHeader":null,"basicFields":{"name":{"able":true,"required":true},"email":{"able":true,"required":true},"place":{"able":false,"required":true},"whats":{"able":true,"required":true},"plugin":true,"termOfUse":{"able":false,"required":false},"disableForm":true},"buttonColor":"#95989A","show_configs_whats":{"list":[],"type":"all","triggers":[]}},"created_at":"2024-09-16 13:04:03","updated_at":"2024-09-24 13:47:22","image":null,"deleted_at":null,"group":null,"title":"Contato","objective":null,"disabled":0,"token":"eadb0c2ae3477722a07a99ffd47c36c4","type_campaign":"default","topics":[{"id":1694,"name":"website","message":"Ol\u00e1","campaign_id":1199,"popup_id":null,"last_seller":0,"created_at":"2024-09-16 13:09:58","updated_at":"2025-04-03 15:59:52","new_cliente_redirect":1,"seller_for_client":1,"cliente_redirect":1,"seller_for_new_client":1,"extradata":{"companies":[{"id":254176,"last_seller":0}]},"CTA":1,"redirect_url":null,"model_id":null,"open_form":1,"success_message":null,"clicks":0},{"id":1797,"name":"Ecommerce","message":"","campaign_id":1199,"popup_id":null,"last_seller":0,"created_at":"2025-03-25 11:11:20","updated_at":"2025-03-25 11:11:20","new_cliente_redirect":1,"seller_for_client":1,"cliente_redirect":1,"seller_for_new_client":1,"extradata":null,"CTA":1,"redirect_url":null,"model_id":null,"open_form":1,"success_message":null,"clicks":0}],"urls":[],"popups":[],"fields":[]};window.hoopcompany_trackPlatform = 'plugin';
var tid = setInterval( function () {
if ( document.readyState !== 'complete' ) return;
clearInterval( tid );
if(window.hoopcompany_trackPlatform != 'tray'){
(function(document, tag) {
var scriptTag = document.createElement(tag);
firstScriptTag = document.getElementsByTagName(tag)[0];
scriptTag.setAttribute('type', 'text/javascript');
scriptTag.setAttribute('charset', 'UTF-8');
scriptTag.src = '//d2wy8f7a9ursnm.cloudfront.net/v7/bugsnag.min.js';
scriptTag.id = 'bugsnag';
firstScriptTag.parentNode.insertBefore(scriptTag, firstScriptTag);
}(document, 'script'));
document.getElementById('bugsnag').addEventListener('load', function() {
(function(document, tag) {
var scriptTag = document.createElement(tag);
firstScriptTag = document.getElementsByTagName(tag)[0];
scriptTag.setAttribute('type', 'text/javascript');
scriptTag.src = 'https://hoopdecor.com/hoopcompany_ecommerce/plugin/7b6cff4af3aa0c72cab150ee42ba13a9/254176/1199/1694';
firstScriptTag.parentNode.insertBefore(scriptTag, firstScriptTag);
}(document, 'script'));
});
}
if (window.hoopcompany_campaign.extradata.show_configs_whats) {
if (window.hoopcompany_campaign.extradata.show_configs_whats.type == 'all') {
window.show_whats = 1;
window.hoopcompany_campaign.extradata.show_configs_whats.list.forEach(function(url) {
if (window.location.href.includes(url)) {
window.show_whats = 0;
}
});
} else {
window.show_whats = 0;
window.hoopcompany_campaign.extradata.show_configs_whats.list.forEach(function(url) {
if (window.location.href.includes(url)) {
window.show_whats = 1;
}
});
}
} else {
window.show_whats = 0;
}
var verifyTriggers=function(popup){
//verifica gatilhos
if(window.hoop_popup && popup.configs.show_configs.triggers &&popup.configs.show_configs.triggers.length && window.getCookie('hoop_popup_id')!=popup.id){
for(var i=0;i