Skip to content

Releases: taplytics/taplytics-js-sdk

Taplytics 3.0.2 Release

18 Jan 18:29
Compare
Choose a tag to compare

Taplytics 3.0.1 Release

28 Sep 15:50
Compare
Choose a tag to compare

Taplytics 3.0.0 Release

28 Sep 15:50
Compare
Choose a tag to compare

Taplytics 2.26.1 Release

01 Sep 14:36
Compare
Choose a tag to compare
  • Fix Amplitude integration missing events before it fully loads

Taplytics 2.26.0 Release

23 Aug 14:32
Compare
Choose a tag to compare

Changes

  • New Google Analytics integration!
    • Turn on in the settings to push experiments and variation data to Google Analytics
    • Also tracks any event and pageview events tracked from Google Analytics to Taplytics automatically

Taplytics 2.25.1 Release

13 Aug 19:15
Compare
Choose a tag to compare

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>

Taplytics 2.25.0 Release

12 Jul 17:52
Compare
Choose a tag to compare

Features

Added extra Amplitude integration functionality!

  • now when using the following methods on Amplitude, the data will also be sent to Taplytics!
amplitude.getInstance().logEvent
amplitude.getInstance().logEventWithGroups
amplitude.getInstance().logRevenueV2

Taplytics 2.24.0 Release

07 Jul 19:58
Compare
Choose a tag to compare

Features

Added Amplitude Integration! To turn on, check off Amplitude in the settings of the dashboard of your desired project. Taplytics will then automatically send experiments/variations to Amplitude.

Taplytics 2.15.0 Release

06 Jul 15:16
Compare
Choose a tag to compare
  • Added new option manual_trigger_edits
    • set this to true in the query params of the SDK start link to disable automatic application of the visual edits created through Taplytics
    • you can now call Taplytics.applyVisualEdits() to apply visual edits when your elements are ready

Taplytics 2.13.0 Release

08 Jan 19:18
Compare
Choose a tag to compare
  • Fixed script running multiple times for each edit