Hello,
The documentation on the custom variables that can be submitted through the javascript api don't seem to work for me. Can you please give me a detailed example of how to submit custom variables (udeParams) through the javascript api?
Currently I'm doing the following:
window.lpc.requestChat({
"udeParams": {
"ude!74415": "Pat",
"ude!74414": "pmcerlean@gmail.com",
"ude!725770": "General Product Issues"
}
});