Logo

Common Events

  1. Social Interactions: Sharing, liking or commenting
  2. Impressions: when an advertisement is displayed to a visitor
  3. Clicks: when a user clicks on an advertisement
  4. Add to Cart: when a user adds a product to the shopping cart
  5. Conversions:  when a user takes a desired action like making a purchase or submitting a form

Once an event is identified and triggered, the tracking code sends the tracking data with metadata like event category, event name, timestamp, and other related attributes.  

The tracking of these events can occur either on the client side or the server side

Client vs. server tracking

Pasted image 20240801165636.png

Client-side tracking (CST)

  • Tracks events directly on the browser
  • These events include clicks, form submissions, page views, scrolling, etc.
  • The data is typically sent asynchronously to a third-party analytics platform or server through techniques like pixel tracking or AJAX calls
  • Faster than SST

Server Side Tracking (SST)

  • Tracks data by logging it on the server when requests are made, or actions are completed, making it less prone to client-side restrictions and ad blockers

  • A fool-proof (works even with ad blocker enabled or cookie disabled)

© 2025 All rights reservedBuilt with DataHub Cloud

Built with LogoDataHub Cloud