Omnichannel Experiences

Omnichannel Dynamic Bundle Action Request

here's an example of an engine api request for an omnichannel dynamic bundles action example omnichannel dynamic bundle action request { "channel" "a 927c8120/p/example com", "events" \[ { "eventtype" "monetate\ decision\ decisionrequest", "requestid" "sample unique request id abc 123", "includereporting" true }, { "eventtype" "monetate\ context\ productdetailview", "products" \[ { "productid" "context item id" } ] } ] } the response to this request appears much like the following example example omnichannel dynamic bundle action response { "meta" { "code" 200, "monetateid" "5 1982474515 1616616018101" }, "data" { "responses" \[ { "requestid" "sample unique request id abc 123", "actions" \[ { "actiontype" "monetate\ action\ omnichannelrecommendation", "actionid" 4185123, "items" \[ "productid" "pid1", "productid" "pid2", "productid" "pid3", "productid" "pid4" ], "actionevents" \[ "op click", "op impression" ], "component" "foo" }, ] } ] } }