asariaaara
08-03-2019
Hey,I am getting this error while viewing report.
I did Implement This code in js for this
var operator = application.operator
ctx.vars.username=operator.login
Thanks
jaxtr
09-03-2019
Hello Asariaara,
I think operator is a reserved variable and campaign is overriding the values.
try with
ctx.cvars.username=application.operator.login