コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

events added to product string not showing up in reports

Avatar

Level 1

I am passing 3 events  one for each  tax, shipping, handling at the end of the product string. These are firing in the Omnibug but in reports there is no data. The events are set as “currency”. Where and what should I correct? Please help. Thank you.

1 受け入れられたソリューション

Avatar

正解者
Employee

@whythis ,

Could you please make sure you pass those 3 events in s.events as well. 

For exmaple:
s.events = event1, event2, event3

s.products = ;;;;event1=123|event2=456|event3=654

元の投稿で解決策を見る

4 返信

Avatar

Level 2

 

A few checks:

- What is the currency code set with the AA call?

- Are you passing any other event (mainly ecommerce) with these events?

- Is product string populated? 

Avatar

Community Advisor

Did you set the product string properly? Note that even a wrong punctuation mark or the wrong order will cause data to not be recorded properly. Documentation: https://experienceleague.adobe.com/docs/analytics/implementation/vars/page-vars/products.html?lang=e...

Avatar

正解者
Employee

@whythis ,

Could you please make sure you pass those 3 events in s.events as well. 

For exmaple:
s.events = event1, event2, event3

s.products = ;;;;event1=123|event2=456|event3=654

Avatar

Level 1

Thank you all for your inputs. The mistake was not adding the 
s.events = s.apl(s.events,"event81,event82,event83", ",", 2); properly.