# Pingdom Destination

## Destination Info

* Accepts [Page](/docs/segment/connections/spec/page), [Alias](/docs/segment/connections/spec/alias), [Group](/docs/segment/connections/spec/group), [Identify](/docs/segment/connections/spec/identify), [Track](/docs/segment/connections/spec/track) calls.
* Refer to it as **Pingdom** in the [Integrations object.](/docs/segment/guides/filtering-data/#filtering-with-the-integrations-object)

### Components

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

## 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 Pingdom in the Segment web app, your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading Pingdom's JavaScript onto your page. This means you should remove Pingdom's snippet from your page if had previously put it there.

* Pingdom will automatically start recording page load times. Go to [Pingdom](https://my.pingdom.com/rum) to view your page load performance data.

Since Pingdom only records data about page load performance, it does not collect any of the data represented by our API.

## Settings

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

| Field                   | Description                                                                                                                                                                                                                                                                                                                                                                               | Required | Type   |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------ |
| Real User Monitoring ID | You can find your Real User Monitoring ID in your Pingdom dashboard by expanding \*Vertical Monitoring\* on the left-hand menu, and clicking into \*Visitor Insights (RUM)\*. Then click the three dot menu to the right of your website, and click \*View code snippet\*.&#xA;&#xA;Your ID will be the \`xxxxxxxxxx\` in the code snippet \`//rum-static.pingdom.net/pa-xxxxxxxxxx.js\`. | Yes      | string |
