https://github.com/dp6/venom
Biblioteca javascript para uso do Google Universal Analytics.
https://github.com/dp6/venom
Last synced: about 1 year ago
JSON representation
Biblioteca javascript para uso do Google Universal Analytics.
- Host: GitHub
- URL: https://github.com/dp6/venom
- Owner: DP6
- Created: 2014-10-01T19:46:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-04T17:52:18.000Z (about 11 years ago)
- Last Synced: 2025-03-20T00:48:51.780Z (about 1 year ago)
- Language: JavaScript
- Size: 480 KB
- Stars: 0
- Watchers: 34
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#Venom *by [dp6](http://www.dp6.com.br/)*
## Syntax Indentation
Use [JsFormat](https://github.com/jdc0589/JsFormat) with the following settings
```json
{
"indent_with_tabs": true,
"preserve_newlines": true,
"jslint_happy": true,
"keep_function_indentation": false,
"break_chained_methods": false
}
```
## Plugins
- gaHitHook.js
- copyCookie.js
- timeOnPage.js
- trackForm.js
- trackYoutube.js
- mirrorTracker.js
### Todo
- Amostragem: Opcionalmente limitar a execução dos plugins a uma porcentagem dos usuários
- Modo Debug: Ativar logs em pontos cruciais de execução para facilitar o entendimento da *Venom*
- Otimização: Externalizar as funções mais usadas do util para que sejam otimizadas pelo minificador