1.0.2 • Published 4 years ago

gaoptout v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

ApGaOptOut

Basic usage

Inset code before google analytics

    <script type="text/javascript" src="ApGaOptOut.js"></script>
    <script type="text/javascript">
        $(document).ready(function () {
            var gaOptOut = new ApGaOptOut({
                gaAppId: 'UA-xxxxxxxx-x',
                optOutCallEvent: 'click',
                elementSelector: '[href="#jsgaoptout"]',
                debug: true
            });
        });
    </script>