https://github.com/danzek/google-analytics-domain-hash-calculator
Google Analytics Domain Hash (UTMA) Windows GUI Calculator
https://github.com/danzek/google-analytics-domain-hash-calculator
Last synced: over 1 year ago
JSON representation
Google Analytics Domain Hash (UTMA) Windows GUI Calculator
- Host: GitHub
- URL: https://github.com/danzek/google-analytics-domain-hash-calculator
- Owner: danzek
- License: mit
- Created: 2017-08-28T20:01:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T14:54:08.000Z (about 8 years ago)
- Last Synced: 2025-02-05T21:02:39.220Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Analytics Domain Hash Calculator (UTMA)
Calculates Google Analytics Domain Hash given domain name and provides simple GUI for ease of use.
When analyzing Google Analytics cookies, you will see an Urchin Tracking Module A (UTMA) value (utma=) in the URL. The part for comparison is only the number before the first dot ("."). For instance, in "utma=173272373.nnnnn...", the domain hash is 173272373 ("google.com", where n is any arbitrary number). Please enter the domain (without the protocol, e.g., "http://") and the domain hash will be calculated.
**Simple GUI interface:**

[**Download Compiled Assembly (EXE)**](http://4n68r.com/downloads/GoogleDomainHashCalculator.exe)
Note you will need the .NET 4.5 runtime.
I also wrote [a C++ Gist of the hash function](https://gist.github.com/danzek/8bc7820dfefa025e681bc4f4a7a02627) and [a C++ CLI](https://github.com/danzek/gadhash) for Linux — see [`gadhash` repo.](https://github.com/danzek/gadhash).
For more information see https://developers.google.com/analytics/devguides/collection/analyticsjs/cookie-usage
## C++ CLI
[`gadhash` is a C++ command-line interface](https://github.com/danzek/gadhash) that accepts a list of domains (in file(s) or from stdin) and outputs a delimited file containing the hashes.