Skip to content

Snowplow JavaScript Tracker Core v0.3.0

Compare
Choose a tag to compare
@alexanderdean alexanderdean released this 04 Nov 08:32
· 943 commits to master since this release

Laying the groundwork for the JavaScript Tracker v2.1.0.

New functionality

  • Added page scroll parameters to trackPagePing (#257)
  • Added social tracking (#258)
  • Added trackAddToCart and trackRemoveFromCart methods (#260)
  • Added trackFormChange and trackFormSubmission methods (#261)
  • Added trackSiteSearch method (#263)
  • Added content field to trackLinkClick (#262)

Under the hood

  • Applied callback to the Payload for an event rather than the event dictionary (#259)