Batch data processing to one tag | Community
Skip to main content
January 23, 2024
Question

Batch data processing to one tag

  • January 23, 2024
  • 1 reply
  • 586 views

I'm working in a grocery domain company, and we are trying to convert batch data to one tag. So for example I'm investigating for coupons & deals, when a user clicks on coupon click there will be single server call happening, as in for each user clicks example hundred then it shoots hundred server calls. Our idea is that all this hundred or so server calls(data) should shoot(trigger) when I or user goes to another page. how can this be implemented? Please let me know if you guys have any idea on this, any ideas are appreciated. Thank you.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
January 23, 2024

It would help to see the actual behaviour of the site, but based on this description, on a general sense of how to track this, I would suggest using s.products.

 

I assume that the site would show a big list of coupons, and the clicks you are describing would flag the coupon as "on" or "off"... and navigating to the next page would basically add the selected coupons to your list, or to send those coupons to the user, etc

 

You would have to work with your developers on this, but it if there are in fact "hundreds" of potential coupons, you might be better to track these all on the next page (so that you don't risk the processing and tracking from being aborted as the user navigates from the "selection" page to the "confirmation" page).. but the developers should know all the data about what was selected... they could provide you a data layer of all the selected items on the confirmation page, and you could include ALL the coupon data in s.products as part of the page view (not only reducing server calls by your individual clicks, but combining it to a server call you already have in your implementation.

 

https://experienceleague.adobe.com/docs/analytics/implementation/vars/page-vars/products.html?lang=en