Hello Experts,
Solved! Go to Solution.
Hi @Knowledgeseeker98, sorry for the delay in my reply.
I believe you need to add the mandatory mbox parameters in your confirmation mbox.
adobe.target.trackEvent({
"mbox": "orderConfirmPage",
"params":{
"orderId": "ORDER ID FROM YOUR ORDER PAGE",
"orderTotal": "ORDER TOTAL FROM YOUR ORDER PAGE",
"productPurchasedId": "PRODUCT ID FROM YOUR ORDER PAGE, PRODUCT ID2, PRODUCT ID3"
}
});
I hope this helps.
Kind regards,
Jonas
Hi,
I believe it would be best if you shared how you have deployed the order confimation mbox and provide the code.
Kind regards,
Jonas
@Jonasvvd Thanks for the reply,
We have deployed the the order confirmation mbox through launch.For your reference i have added the code below.
adobe.target.trackEvent({mbox:"orderConfirmPage",params:
{dataelement:_satellite.getVar("cat"),b:"2"}});
Thanks
Views
Replies
Total Likes
Hi @Knowledgeseeker98, sorry for the delay in my reply.
I believe you need to add the mandatory mbox parameters in your confirmation mbox.
adobe.target.trackEvent({
"mbox": "orderConfirmPage",
"params":{
"orderId": "ORDER ID FROM YOUR ORDER PAGE",
"orderTotal": "ORDER TOTAL FROM YOUR ORDER PAGE",
"productPurchasedId": "PRODUCT ID FROM YOUR ORDER PAGE, PRODUCT ID2, PRODUCT ID3"
}
});
I hope this helps.
Kind regards,
Jonas
Views
Likes
Replies
Views
Likes
Replies