Skip to content

Taplytics 2.25.1 Release

Compare
Choose a tag to compare
@jsalaber jsalaber released this 13 Aug 19:15
· 34 commits to master since this release

Summary

  • Added a way to override options using third party analytics aggregators (e.g. mParticle, Segment, etc.)
  • Add this before any analytics that initialize Taplytics:
<script>
   window.tl_options = {
      // your options go here
   };
</script>