Revenue not being tracked alongside view mbox revenue goal
I'm having difficulties passing revenue through the newer websdk to Target.
With a campaign setup with the revenue metric for an mbox `order-confirmation`, I see only a zero value AOV.
I'm triggering the event with:
alloy("sendEvent", {
"renderDecisions": true,
"decisionScopes": [
"order-confirmation"
],
"xdm": {
"commerce": {
"order": {
"purchaseID": "a8g784hjq1mnp7",
"purchaseOrderNumber": "VAU3127",
"currencyCode": "CAD",
"priceTotal": 75
},
"purchases": {
"value": 1
}
}
}
})
This should in theory be the equivalent to previously using at.js, but doesn't seem to be being passed on.