ABalytics icon indicating copy to clipboard operation
ABalytics copied to clipboard

Simple client-side A/B testing in pure javascript

Results 2 ABalytics issues
Sort by recently updated
recently updated
newest added

My Analtyics code snippet looks like this ```html window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-XXXXXX-X'); ``` My page doesn't fire any explicit...

Allows more flexible types of element modifications than just string HTML chunk replacement