window.pipedriveLeadboosterConfig = {
base: 'leadbooster-chat.pipedrive.com',
companyId: 11580370,
playbookUuid: '22236db1-6d50-40c4-b48f-8b11262155be',
versión: 2,
}
;(function () {
var w = window
if (w.LeadBooster) {
console.warn('LeadBooster ya existe')
} else {
w.LeadBooster = {
q: [],
on: function (n, h) {
this.q.push({ t: 'o', n: n, h: h })
},
trigger: function (n) {
this.q.push({ t: 't', n: n })
},
}
}
})()
Cómo aumentar el rendimiento de Rails - The Codest