Releases: taplytics/taplytics-js-sdk
Releases · taplytics/taplytics-js-sdk
Taplytics 3.0.2 Release
Taplytics 3.0.1 Release
v3.0.1
Taplytics 3.0.0 Release
v3.0.0
Taplytics 2.26.1 Release
- Fix Amplitude integration missing events before it fully loads
Taplytics 2.26.0 Release
Changes
- New Google Analytics integration!
- Turn on in the settings to push experiments and variation data to Google Analytics
- Also tracks any
event
andpageview
events tracked from Google Analytics to Taplytics automatically
Taplytics 2.25.1 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>
Taplytics 2.25.0 Release
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
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
- 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
- set this to
Taplytics 2.13.0 Release
- Fixed script running multiple times for each edit