Set Visitor

You can use this method to send visitors information.

window.$imber.setVisitor({
    email : "example@imber.live",
    name : "test",
    description : "This is a test ",
    phone : "0111111111"
})

Last updated