Hello guys,
Anyone knows why I have empty Result form the code below for some pages despite i have the same payload?
adobe.target.getOffer({
"mbox": "api_courses",
"mbox3rdPartyId":digitalData.user.id,
"at_property":'xxx',
"params":{
"message": "Accountancy"
},
"success": function(offer) {
console.log("Result: "+JSON.stringify(offer));
},
"error": function(status, error) {
console.log('Error', status, error);
}
});
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Thanks for your question here Luca_Lattarini and for your +1 to it GavinAttard! I know the original question is almost two years old now but in case anyone wants to try to take a stab at it to close it out with deeper insights, please do
CC our brilliant Advisors: ambikaTewari_ATCI, Andrew_Wathen_, Avinash_Gupta_, Eric_Vidana, Gokul_Agiwal, Perrin_Ennen, Rajneesh_Gautam_, and Umamaheswari_Yakkala
and our inspiring Mentors: @abhilashsape, @Gokul_Agiwal, @Rajneesh_Gautam_, @PratheepArunRaj, and @Sneha-Parmar
Views
Replies
Total Likes
Did you ever figure this out? experiencing same but with html offer.
Thanks for your question here Luca_Lattarini and for your +1 to it GavinAttard! I know the original question is almost two years old now but in case anyone wants to try to take a stab at it to close it out with deeper insights, please do
CC our brilliant Advisors: ambikaTewari_ATCI, Andrew_Wathen_, Avinash_Gupta_, Eric_Vidana, Gokul_Agiwal, Perrin_Ennen, Rajneesh_Gautam_, and Umamaheswari_Yakkala
and our inspiring Mentors: @abhilashsape, @Gokul_Agiwal, @Rajneesh_Gautam_, @PratheepArunRaj, and @Sneha-Parmar
Views
Replies
Total Likes