Gauges


Website Analytics you can Actually Understand

Gauges helps you focus on your most important web traffic stats - in real time. Real Time Web Analytics

Gauges is updated live as each view comes in. You never even have to refresh the dashboard. No more waiting for today’s metrics!

{primary} Stackpile makes it easy to install Gauges on your website and start sending data to all your integrations with a simple unified API.

Install Gauges

Getting Started


{primary} Important

If you already have the Gauges snippet installed on your site, please remove it.

Once the Stackpile snippet has been installed on your website, add Gauges to your stack on your Stackpile Dashboard, add your Site ID (see Settings on how to obtain this) and click on Install Gauges.

The Stackpile - Gauges integration will then start gathering your website traffic in real-time!.

Settings


Site ID

You can find your Site ID on your Gauges Site Dashboard under Tracking Code in the JavaScript snippet as the 24 character hexadecimal number after the t.setAttribute('data-site-id' tag , e.g.

{primary} t.setAttribute('data-site-id', '132466f547364cc2763b5455');

<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t   = document.createElement('script');
t.type  = 'text/javascript';
t.async = true;
t.id    = 'gauges-tracker';
t.setAttribute('data-site-id', '132466f547364cc2763b5455');
t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif');
t.src = 'https://d36ee2fcip1434.cloudfront.net/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>