- Add Recos Tag to your global code
- go to https://app2.abtasty.com/settings/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
- 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
Deploying a Recommendations Banner Custom Widget
Was this article helpful?
/