Tags
// Call this when the scrollbar reaches the end
UST.addTag('scrolled_to_footer')
// Call this when user adds an item to the basket
UST.addTag('add_to_basket_timestamp: ' + Date.now())Examples: Using tags
1. Track if user scrolled on the homepage
JavaScript:
Result:

2. Record all clicked elements
Last updated