Hi,
I'm sending it from my Cloud Code:
var request = new SparkRequests.AnalyticsRequest(); request.data = {'price': item.price, 'result': item.result}; request.key = 'convertItem'; var response = request.Send();
but unfortunately I can't find it at the "API Stream" (i DO see it at the script.log).
Kiryl Paliakou
Hi,
I'm sending it from my Cloud Code:
but unfortunately I can't find it at the "API Stream" (i DO see it at the script.log).