내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Orderconfim Mbox Call error

Avatar

Level 3

Hello Experts,

We tried to add order confirm mbox call to send some data to target to utilize it in VIsitor profile
 
We are getting following error imediately once fire the mbox call rule: Failed to load resource: the server responded with a status of 400 ()
What could be the issue?
I'm adding error screenshot below.
 
 
Target Error.png
1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hi @Ashok_Adiyolil, 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"
}
});

 

https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/deploy-at-js/imple...

 

I hope this helps.

 

Kind regards,

Jonas

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Employee

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

Avatar

Level 3

@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 

 

Avatar

정확한 답변 작성자:
Employee

Hi @Ashok_Adiyolil, 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"
}
});

 

https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/deploy-at-js/imple...

 

I hope this helps.

 

Kind regards,

Jonas