alloy("sendEvent", {
data: {
__adobe: {
target: {
orderTotal: 123.45,
orderId: "ABC6789",
productPurchasedId: "123,234,SLKF-123",
},
},
},
decisionScopes: ["orderConfirmation"]
})
Questions:
- Can I assume that if I have the above code fire on the order confirmation page, and send the above WebSDK send event with the three values (orderTotal, orderId, productPruchasedId) and include a decisionScope, is that enough for the recommendation algorithm for “bought this, bought that”, etc., to learn from?
- Do I need to configure any additional activities within Adobe Target for Target to take this information and apply it? i.e. create an activity. Note: I’m not asking about setting up a goal for an activity, I’m just inquiring about how to send transactional events to Adobe Target to inform the “bought” algorithms.
Thanks