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

Adobe Experience Platform (AEP) & Apps User Groups are live to Network, learn, and share in your regional locations.

Mark Solution

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

해결됨

Mobile App, Purchase Event, Processing Rules & Handling incrementor events and merchandising evars

Avatar

Level 10

Hello - I am implementing a mobile app.  Our product string contains several incrementor events and a single merchandising eVar.  See example below.  I am not sure how to set up processing rules to handle the incrementor events and the merchandising evar.  They are all showing up as 0.   Is there anything special you need to do in order to get the data to show up accurately?  Please note I know that some of the events have 0 in them already.  Thanks for the help!

 

;c5cb53cb212e41f9a9f5812d6c047629;2;22.64;event70=24.84|event71=24.84|event72=2.7|event73=0.5|event74=0|event75=0|event84=2|event85=2|event86=0|event87=0;evar65=Jet

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

This is solved.

The documentation did not have information discussing &&events in conjuction with incrementor events.  So if you are using incrementor events in the product string, you must use &&events.  merchandising evars work fine in the product string (&&products) simmilar to web.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Level 9

Hi Michael,

In the events report do the events show as zero, or only when added to the eVar report? Per the documentation here

"Processing rules cannot read eVar values from the product list. eVars used by processing rules must be populated directly on the page (for example s.eVar1="news") or by using a processing rule earlier in the processing order."

If this is a product variable syntax the processing rule wouldn't work. The eVar would need to either be set on the image request, or implemented by a processing rule earlier in the order to set the eVar. I think in this case that is the most likely cause of the issue.

-Tacia

Avatar

정확한 답변 작성자:
Level 10

This is solved.

The documentation did not have information discussing &&events in conjuction with incrementor events.  So if you are using incrementor events in the product string, you must use &&events.  merchandising evars work fine in the product string (&&products) simmilar to web.

Avatar

Level 9

HI Michael,

Thank you for replying this is great information. You are correct, I did find the corresponding documentation here: 

Android: https://marketing.adobe.com/resources/help/en_US/mobile/android/products_variable_evars_events.html

iOS: https://marketing.adobe.com/resources/help/en_US/mobile/ios/products_variable_evars_events.html

I updated the event documentation to clarify how events are set with the SDK here: https://helpx.adobe.com/analytics/kb/comparing-event-types.html

Best,

Tacia