Hi Team,
We are planning to use Adobe Target Recommendations using Server Side.
I am referring the help doc developer.adobe.com/target/before-administer/recs-api/fetch-recs-server-side-delivery-api/ to implement this. I need to check the json response of the recommendation activity
I have already defined the json design (non html) and form based recs activity using Adobe Target . I am facing issue with API body so wanted to check the exact structure (it is not clear in the help doc)
Any pointers in this regard will be really helpful.
#serverside #recommendations
Solved! Go to Solution.
Views
Replies
Total Likes
It looks like your delivery api mbox response is coming through without issue (and you are able to see the mbox trace).
The response code NO_CONTENT indicates the issue most likely lies with your Recommendations Criteria.
I would review your criteria and maybe use a basic one like "most popular" (and enable backup recommendations) as a starting point and remove any inclusion/exclusion rules.
You might also want to review the Global Exclusions, I can see there are a bunch defined in your Mbox Trace that could be stopping you getting any Recommendations back.
There are some common causes documented here:
Views
Replies
Total Likes
Hello @ambikaTewari_ATCI,
maybe this will help you from the API documentation to validate your design?
https://developers.adobetarget.com/api/recommendations/#operation/validateDesign
Views
Replies
Total Likes
Assuming you have created a Recommendations Activity with the form based composer that returns a JSON recommendations design as outlined on that page.
Is your issue related to formatting the body of the /delivery API call? (in JSON format)
This page contains some good examples:
https://developer.adobe.com/target/implement/delivery-api/
Views
Replies
Total Likes
Thank you @Jacob_T1 @Perrin_Ennen thank you for your response.
I have used this request body alongwith trace:
Views
Replies
Total Likes
It looks like your delivery api mbox response is coming through without issue (and you are able to see the mbox trace).
The response code NO_CONTENT indicates the issue most likely lies with your Recommendations Criteria.
I would review your criteria and maybe use a basic one like "most popular" (and enable backup recommendations) as a starting point and remove any inclusion/exclusion rules.
You might also want to review the Global Exclusions, I can see there are a bunch defined in your Mbox Trace that could be stopping you getting any Recommendations back.
There are some common causes documented here:
Views
Replies
Total Likes
yes @Jacob_T1 I was not using the correct criteria. I used another one and it worked.
Views
Replies
Total Likes
Views
Like
Replies