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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

해결됨

Order Id captured in the reports whereas other metrics like Units, revenue, shipping etc details are 0

Avatar

Level 2

Hello all,
I am using Adobe analytics Platform Web SDK, Schema, Processing rules, Adobe Launch for the adobe commerce website.
For some orders, the order id is captured but no corresponding data is available for the order, like Product is showing as undefined, Orders = 1, but Units = 0, Revenue/Order = 0.00, Shipping = 0 etc.

This is happening for I can say if we have 100 orders per day, for 20% order the data is showing as 0.

This is not country specific issue also, happening for different countries different time.

If anyone can help me figure out what can be the reason for this, that would be really helpful.

banerjee_pritha_omds_1-1678796537568.png
Thanks in advance.

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

This is odd.. it's failing only about 20% of the time... and there is no pattern to which products or orders are failing?

 

Have you been able to replicate this behaviour in your Dev environment? It would be interesting to know if there is an error on the page that is preventing the data from populating... if you can replicate it, then digging into the behaviour would be the best way to attempt to resolve the issue...

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

This is odd.. it's failing only about 20% of the time... and there is no pattern to which products or orders are failing?

 

Have you been able to replicate this behaviour in your Dev environment? It would be interesting to know if there is an error on the page that is preventing the data from populating... if you can replicate it, then digging into the behaviour would be the best way to attempt to resolve the issue...

Hi Jennifer,
Thanks for the reply.

We haven't noticed any pattern yet for the failing, its random. 
In the development environment we haven't noticed any kind of issues like this. 

Avatar

Community Advisor and Adobe Champion

Honestly... those are the worst to track down!

 

There could be so many potential causes... and it will also depend on how you are getting the values.. the issue could be from your developers where their data layer is failing to populate with correct values... to your code failing to extract them... it could be related to a latency issue, where the code technically works fine... but something is delay and the code runs at the wrong time (before or after the data is available).....

 

Does your development team have any sort of tools that can create an automated script that can run many users through a purchase flow (in dev.. or your prod environment, but overriding locally the tracking files so your data goes to dev)... basically, try to catch the issue by using higher volume of purchases....

 

If it's in your dev environment, maybe your devs can throw in extra logging, and you can try adding some extra check/logs to try and get more visibility into the issue?

 

Good luck!