Expand my Community achievements bar.

SOLVED

Problem with passing events & merchandising evar in s.products

Avatar

Level 3

Hi everyone, 

Could you please help me with debugging the following issue. We are passing numeric events (event85) and merchandising variables (evar63) as s.products' attributes. Event85 is specific to different values of evar63 - it may be omitted or it may be set to event85=2. So, i can't pass it into s.events="prodView, event85=1" and apply it to all products in s.products string. 

Here is the page code:

s.events = “prodView”
s.products = “Modules; Mod001;;;event39=1,
                     Modules; Mod001;;;event85=1;evar63=’id_1’,
                     Modules; Mod001;;;event85=1;evar63=’id_2’

                     Modules; Mod002;;;event39=1,
                     Modules; Mod002;;;event85=1;evar63=’id_3’,
                     Modules; Mod002;;;event85=1;evar63=’id_4’"

 

When i'm checking the data in DigitalPulse, all events85 are passed correctly (see the attachment). But they are not getting to the SC reports. All stats for event85 are zeros.

Could you think of any reason why it happens?

Thanks a lot!

1 Accepted Solution

Avatar

Correct answer by
Level 10

Since this is an older post, I'm assuming you've solved this issue. If others find this post, please refer to the latest documentation - https://experienceleague.adobe.com/docs/analytics/implementation/vars/page-vars/products.html#produc...

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Since this is an older post, I'm assuming you've solved this issue. If others find this post, please refer to the latest documentation - https://experienceleague.adobe.com/docs/analytics/implementation/vars/page-vars/products.html#produc...