An open API service indexing awesome lists of open source software.

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

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:**

![GUI](GoogleDomainHashCalculator/gui.png)

[**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.