Deploying a Recommendations Banner Custom Widget
Add Recos Tag to your global code
Add this code snippet
const script = document.createElement('script'); script.src = "https://client.get-potions.com/[SITE_ID]/recos-tag.js"; script.async = true; document.head.appendChild(script);
Where your SITE_ID is to replace by the SITE_ID visible in your account settings
Image without caption Click "SAVE" Dev check : Now when you type : recos.reco(RECO_ID) with RECO_ID being one of your reco_ids, you get a promise that should fulfill with a product list if all the required variables are available on this page.
Configure the Custom Widget the ABTasty team provided to you
Add it to your campaign
PreviousRetrieving recos products from a RECO_ID with Recos TagNextRetrieving a Recommendation RECO_ID
Was this helpful?