I have followed documentation to show inbound offer for identified user
on website.Created webapp (http://instancename/webApp/APP5) in the same
instance and added below code First Best Offer
Second Best Offer
Partner Offer interactionDivs={};interactionDivs{"ContBO1"}=(space:"SPC10",categories:"OC7_liveRcp,OC5_liveVisitor"};interactionDivs{"ContBO2"}=(space:"SPC10_2",categories:"OC7_liveRcp,OC5_liveVisitor"};interactionDivs{"ContPtn"}=(space:"SPC9",categories:"OC9_liveRcp,OC6_liveVisitor"};interactionTarget="xyz@gmail.com"; Added email attribute in advanced
parameters while creating offer space.After loading APP5, expectation
is, if email id is available identified offers would be displaced, if
not anonymous offers would be displayed ,but offers are not getting
loaded.PFA screenshot, After lo...