Hello,
I was trying to use the Delivery API to inform Adobe Target which products were seen by the user, in order to feed the criterial.
I've created some products and categories specially for testing this API.
I found out the notification parameters could work for me, but after doing several tries sending the product.id and product.category , the recomendation is not showing the new category.
This are the parameters sent:
Solved! Go to Solution.
Views
Replies
Total Likes
@LuziaV have you tried passing the entity attributes as mboxParams as demonstrated under this document : https://experienceleague.adobe.com/docs/target/using/recommendations/entities/custom-entity-attribut... .
Another option could be to use "window.adobe.target.getOffer()" function . Details are listed here : https://developer.adobe.com/target/implement/client-side/atjs/atjs-functions/adobe-target-getoffer/?...
Both these options will help you in passing the entity attribute value dynamically on the page which you could utilize for criteria algo's.
Hope this helps.
@LuziaV have you tried passing the entity attributes as mboxParams as demonstrated under this document : https://experienceleague.adobe.com/docs/target/using/recommendations/entities/custom-entity-attribut... .
Another option could be to use "window.adobe.target.getOffer()" function . Details are listed here : https://developer.adobe.com/target/implement/client-side/atjs/atjs-functions/adobe-target-getoffer/?...
Both these options will help you in passing the entity attribute value dynamically on the page which you could utilize for criteria algo's.
Hope this helps.
@Gaurav_Singh thanks for your response!
I've took a look into the documentation.
There's a way that should work for me, sending the entities as an mbox parameter, but I cannot see the recommendations changing... how could I check that the implementation is working propertily?
Thank you!