window.pipedriveLeadboosterConfig = {
base: 'leadbooster-chat.pipedrive.com',
companyId: 11580370,
playbookUuid: '22236db1-6d50-40c4-b48f-8b11262155be',
version: 2,
}
;(function () {
var w = window
if (w.LeadBooster) {
console.warn('LeadBooster가 이미 존재합니다')
} else {
w.LeadBooster = {
q: [],
on: 함수 (n, h) {
this.q.push({ t: 'o', n: n, h: h })
},
trigger: 함수 (n) {
this.q.push({ t: 't', n: n })
},
}
}
})()
A/B 테스트가 비즈니스에 유용할까요? - The Codest