Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

NGPVAN/spam-filter-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spam Filter Insertion Tool

The Spam Filter Insertion Tool allows you to automatically add and link a number of spam filters to the user's existing Google Analytics profiles.

The tool is built with Bootstrap and the Google Analytics JavaScript API. Because it's the JS API, it's a hallmark of functional, asynchronous chaining which, at some point, will hopefully be obsolete once the calls can be run synchronously.

To get it up and running, you will need to create a new Google API Project under https://code.google.com/apis/console/.

Make sure you've selected the Analytics API for the project.

You will need to create a "Client ID for web application" (set JavaScript Origins to your site and Redirect URIs to empty) as well as a public API key.

In js/authutil.js, modify the clientId and apiKey variables accordingly.

About

DEPRECATED Google Analytics Spam Filter Insertion Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.3%
  • HTML 9.5%
  • CSS 3.2%