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

Offer inbound SOAP API Call for anonymous visitors

Avatar

Level 1

Hi, 

 

I have an use case to pop up birthday offers using offer interaction module in mobile App channel. For this I have prepared the soap call for identified users and its working fine by returning the response with proposition id and HTML representation. But i cant use the same SOAP call for anonymous visitors even though my offer space is linked with fall back mechanism to retrieve offers from visitors offer space . Let me know if anyone of you have come across this use case. 

 

<SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'>

                <SOAP-ENV:Body>

                                           <Propose>                                            

                                                <targetId>4567</targetId>

                                                <maxCount>10</maxCount>

                                                <context></context>

                                                <!--optional-->

                                                <categories></categories>

                                                <!--optional-->

                                                <themes></themes>

                                </Propose>

                </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

 

Thanks,

Moseen

1 Accepted Solution

Avatar

Correct answer by
Level 1

Hi Manoj,

Hope you are doing well !!!!  

Yes that option is enabled and here is my response from the above soap call, attached both the screenshots. 

Offer Visitors Screenshot.pngOffer soap screenshot.png

 

Best part this is working fine while using javascript call both identified and anonymous use case..

 

Thanks,

Moseen

View solution in original post

7 Replies

Avatar

Community Advisor

Hello @moseenCC ,

 

Can you share the screenshot of the Visitors environment?

 

You will have to check the checkbox highlight below to make it work.

 

manojk62306941_0-1593027549957.png

 

Thanks

 


     Manoj
     Find me on LinkedIn

Avatar

Correct answer by
Level 1

Hi Manoj,

Hope you are doing well !!!!  

Yes that option is enabled and here is my response from the above soap call, attached both the screenshots. 

Offer Visitors Screenshot.pngOffer soap screenshot.png

 

Best part this is working fine while using javascript call both identified and anonymous use case..

 

Thanks,

Moseen

Avatar

Administrator

Hi @_Manoj_Kumar_
Can you please look into the information shared by @moseenCC and help further accordingly? 

Thanks!



Sukrity Wadhwa

Avatar

Community Advisor
Monseen was able to solve this issue himself.

     Manoj
     Find me on LinkedIn

Avatar

Administrator
@_Manoj_Kumar_ Apologies, my bad. I could not see it completely earlier.


Sukrity Wadhwa

Avatar

Level 1

Hi Manoj & Sukrity,

 

Yes this issue has been fixed now, thanks for looking into it.