Have AB Tasty tag. To verify that you have successfully installed it on your website, open your console and type
recos
You should see a global context object if the tag is correctly installed. Else contact your CSM.
There are three main options for displaying product lists.
AB Tasty provides a widget that manages API calls + HTML/CSS Embeds the widget.
AB Tasty Tag collects contextual variables.
Retrieve a product list with:
recos.reco(RECO_ID).then(console.log)
Manage your banners with HTML or CSS.
Customer integrates directly with ABT API:
Client → Server calls.
Server → Server calls.
Prebuilt API requests are provided in the platform.
Enrich HTML with attributes:
<div data-reco-id="[RECO_ID]"> <div data-item-id="[ITEM_ID]"> <div data-reco-click="go_to_page"></div> </div> </div>
Connect with your analytics tools
For GA4
Events automatically pushed to DataLayer (show, go_to_page, add_to_cart_item).
show
go_to_page
add_to_cart_item
Setup GTM
Create trigger: ab_recos custom event.
ab_recos
Create variables (action_id, reco_id, etc.).
action_id
reco_id
Create GA4 tag.
Verify in GA4 DebugView.
For Piano or Matomo
Events automatically pushed to your analytic tool (show, go_to_page, add_to_cart_item).
No setup needed
Last updated 1 month ago
Was this helpful?