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>