Expand my Community achievements bar.

SOLVED

get Offer Regional Mbox Empty JSON from AT

Avatar

Community Advisor

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);
}
});

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Administrator

Thanks for your question here  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  Cheers!

CC our brilliant Advisors:  , and 

and our inspiring Mentors: @abhilashsape@Gokul_Agiwal@Rajneesh_Gautam_@PratheepArunRaj, and @Sneha-Parmar

View solution in original post

2 Replies

Avatar

Level 2

Did you ever figure this out? experiencing same but with html offer. 

Avatar

Correct answer by
Administrator

Thanks for your question here  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  Cheers!

CC our brilliant Advisors:  , and 

and our inspiring Mentors: @abhilashsape@Gokul_Agiwal@Rajneesh_Gautam_@PratheepArunRaj, and @Sneha-Parmar