4.0.0 • Published 3 years ago

is-google-analytics-anonymized v4.0.0

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
3 years ago

Command Line

Install

Install this globally and you'll have access to the is-google-analytics-anonymized command anywhere on your system.

npm i is-google-analytics-anonymized -g

Usage

is-google-analytics-anonymized
Usage: is-google-analytics-anonymized <url>

Commands:
  url  URL to check

Options:
  -h, --help     Show help                 [boolean]
  -v, --version  Show version number       [boolean]
  
Examples:
  is-google-analytics-anonymized https://www.epfl.ch
  is-google-analytics-anonymized https://apple.com

API

Install

npm i is-google-analytics-anonymized --save

Usage

var isGoogleAnalyticsAnonymized = require('is-google-analytics-anonymized');

isGoogleAnalyticsAnonymized('https://www.epfl.ch', function(error, data) {
  if (error) {
    throw error;
  }
  console.log(data);
  // {
  //   trackers: [{
  //     id: 'UA-4833294-1',
  //     anonymized: true
  //   }],
  //   hasError: false,
  //   errorMsg: '',
  //   url: 'https://www.epfl.ch/'
  // }
});

Screenshot

command line screenshot

Contributing

Contributions are always welcome.

See Contributing.

Developer

License

Apache License 2.0

Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
Modified work (c) William Belle, 2018-2021.

See the LICENSE file for more details.

4.0.0

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago