I am building workflow in Adobe Campaign which puts Target recommended products into email. Do you know how these constraints work in real live scenarios?
I have workflow like that.In JS node I write the request to Target delivery API. Then it responds with JSON with products for a particular user. Delivery API has such a constraint. Do you have any ideas how I can workaround this in Campaign workflow? I am a little newbie to Campaign that's why I am ...
I am using Campaign V8 client console.My workflow looks like this: As an output of JS node in workflow I have these variables - I assume that these become workflow variables:instance.vars.x1 = price1;instance.vars.x2 = name1;instance.vars.x3 = image1; In the delivery script node I put something like...
Is it possible to fetch bestsellers (sales ranking from Target back-end?) from Target to somehow check if bestsellers recommendations are made properly? I know that there is a workaround is AA etc.