how to pass totalrevenue value in s.products using DTM
Hi,
I tried the below. I'm not sure what i'm missing. Getting "undefined" in the place of total revenue.
var totalrevenue = _satellite.getVar("revenue");
s.products=;;;+totalrevenue
thanks in advance