Skip to content

intermundia-de/GaOptOut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>
   

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published