Adobe Launch Rules for EEDL
Hi,
I've started working with EDDL. I've created the below as an example
var analytics = window.analytics = window.analytics || []; analytics.push(
{ "event": "prodView",
"product": [
{ "name": "<name>",
"sku": "<sku>",
"color": "<color>",
"brand": "<brand>"
}] });
What I'm stuck on is, how do you create the required rules in Adobe Launch for this event? do we need to use custom code?
Any feedback would be helpful.
cheers,
Winston