Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apolloeleven/gaoptout
https://github.com/apolloeleven/gaoptout
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apolloeleven/gaoptout
- Owner: apolloeleven
- Created: 2018-05-24T11:12:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T09:59:56.000Z (about 5 years ago)
- Last Synced: 2024-08-08T20:56:23.246Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
});
});
```