Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apolloeleven/gaoptout


https://github.com/apolloeleven/gaoptout

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ApGaOptOut

## Basic usage ##

Inset code before google analytics
```


$(document).ready(function () {
var gaOptOut = new ApGaOptOut({
gaAppId: 'UA-xxxxxxxx-x',
optOutCallEvent: 'click',
elementSelector: '[href="#jsgaoptout"]',
debug: true
});
});


```