Hi @Mohit_KBansal did you get the chance to check this help article : https://experienceleague.adobe.com/docs/target/using/recommendations/recommendations-design/customizing-a-template.html?lang=en
To get the list of cookies for the request you can try this command : $cookies.all
Hi @shoeb131 you can follow below steps if that helps you :
create collection of using each and every category mentioned above
Use custom design using velocity JS something like below :
#foreach($e in $entities)#if($e.category=="Workbags")"slot-01": "$entity1.id",#end#if($e.category=="Totes")"slo...
Hi @justinpatrick We could not use A4T due to no Analytics tracking placed on our Product Pages. We are using Adobe Target as reporting source for Recommendation Activities. We want to get the order data at productPurchasedId level. In Adobe Target reports, we get the consolidated data around number...
Is there any way we can check through API in which mboxEdgeHost a user profile resides?Recently we came across an issue where if we access a user profile ("id": { "thirdPartyId": "404E6E64713525A58A05C121644C391F5.U1" } ) through delivery API from different edge host then the user profil...
Hi Team, We are using AEM fragments in Adobe Target Personalization activity. We are facing issue with the content rendering. We have experience fragment with Product Hero component which is getting successfully exported except the Price Info to Adobe Target. The price info on the Hero component is ...
Hi @JPFiber you can use the anti flicker code a mention in the help doc > https://experienceleague.adobe.com/docs/target-dev/developer/client-side/at-js-implementation/at-js/manage-flicker-with-atjs.html#managing-flicker-when-loading-at.js-asynchronously This anti flicker must be present before th...
Hi @nnakirikanti Thank you for your prompt reply.
1. Yes we have implemented entity.id param on our products pages
2. When I use
user.isFirstSession": "\${user.isFirstSession}
, it comes as false
3. When I user mboTrace I could see values under user.endpoint.lastViewedEntity
user.endpoint.lastVi...
Hi @Mycal_Tamariki Sometimes it takes 6-12 hours for A4T links to generate (A4T data collection) .
When did you push this experiment live ?
If its more than 24 hours then check if you can see sdid param value(param present in AT call ) is matching with supplementalDataId param value(parameter prese...