# Gauges Destination

## Destination Info

* Accepts [Page](/docs/segment/connections/spec/page) calls.
* Refer to it as **Gauges** in the [Integrations object.](/docs/segment/guides/filtering-data/#filtering-with-the-integrations-object)

### Components

* [Browser](https://github.com/segment-integrations/analytics.js-integration-gauges)

## Connection Modes

[Learn more about connection modes.](/docs/segment/connections/destinations/#connection-modes)

### Device-Mode

* web: yes
* mobile: no
* server: no

### Cloud-Mode

* web: no
* mobile: no
* server: no

## Getting Started

When you enable Gauges in the Segment web app, your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading Gauges' `track.js` onto your page.

This means you should remove Gauges' snippet from your page.

Gauges starts automatically collecting data on your site.

## Page

When you call [`page`](/docs/segment/connections/spec/page/), we call Gauges' `track` method with no arguments.

## Troubleshooting

### My visits aren't showing up in Gauges

Gauges doesn't record data from any browser where you've signed into Gauges. That way your data doesn't get polluted by your own actions. If you want your browsing to show up in Gauges - open an incognito/private window in your browser.

## Settings

Segment lets you change these destination settings from the Segment app without having to touch any code.

| Field   | Description                                                                                                                                                                                                                      | Required | Type   |
| ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------ |
| Site ID | You can find your Site ID under \*\*Management > Tracking Code\*\* in your \[Gauges Dashboard]\(https://secure.gaug.es/dashboard).  It should be 24 characters long, and look something like this: \`93f0e8b9f5a1f530a7000001\`. | Yes      | string |
