Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

Updating the proposition status through URL

Avatar

Level 4

Hi All,

 

As per the adobe documentation, below is the URL that offer engine generates and updates the proposition status.

 

Greeshma_Sampath1_0-1610950576865.png

 

Documentation URL: 

https://experienceleague.adobe.com/docs/campaign-classic/using/managing-offers/managing-environments...

 

Based on the acceptance of the URL which is by default in the offer

<%@ include option='NmsServer_URL' %>/interaction/<%= interaction.env %>/<%= interaction.offerSpace %>?a=UpdateStatus&p=<%= proposition.proposition_id%>&st=4&r=<%= encodeURIComponent(proposition.offer.view.trackedUrls.url_jst) %>

 

Greeshma_Sampath1_2-1610951012074.png

 

 

When we pass the same URL in the campaign, the page is empty and the data is not getting updated.

No error.

 

https://SERVER URL/interaction/livePERD/DEVSPC35?a=UpdateStatus&p=272601431&st=4&r=,REDIRECT URL>

 

 

Greeshma_Sampath1_1-1610950576877.png

 

Kindly provide us the solution.

 

Thanks.

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Greeshma,

 

Your configuration clearly said Inbound interaction. So it may not work for Outbound offers

 

Thanks,



David Kangni

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi Greeshma,

 

Your configuration clearly said Inbound interaction. So it may not work for Outbound offers

 

Thanks,



David Kangni