Expand my Community achievements bar.

Adobe Target on mobile application via adobe-journey-optimizer-decisioning extension edge sdk

Avatar

Level 1

Hi Team,

 

We are implementing Adobe Target on Mobile App using the below documentation.

https://developer.adobe.com/client-sdks/documentation/adobe-journey-optimizer-decisioning/

 

We have multiple activities on total 4 decision scopes. Issue – Optimize.onPropositionUpdate() keep incrementing the callback as many times as we fire updatePropositions for a specific decision scope.

The relationship should be 1:1 whereas it keep changing to 1:2 , 1:3 , 1:4 and so on. So, on the first updateProposition() method call, we get the single response with the content of the activity.

 

On second updateProposition() method call, we get the same content twice in the response and so on.

 

Please let me know if there are any resolutions to just get the most recent responses instead of duplicated responses every time updateProposition gets called.

0 Replies