# Rockerbox Destination

## Destination Info

* Accepts [Page](/docs/segment/connections/spec/page), [Track](/docs/segment/connections/spec/track) calls.
* In Device-mode, refer to it as **Hindsight** in the [Integrations object.](/docs/segment/guides/filtering-data/#filtering-with-the-integrations-object)

### Components

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

## 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

To integrate with Rockerbox, you need a pixel code. To request one, contact [Rockerbox](info@rockerbox.com).

## Page

Triggering a Page call fires `window.RB.track('view')` and passes on page properties, including any custom properties outside of `url`, `path`, `title`.

## Track

Rockerbox can accept any custom `.track()` events and properties.

## Settings

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

| Field                  | Description                                                                                                                                                                                                                                  | Required | Type    |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------- |
| Custom Tracking Domain | Load trackers and pixels from specified domain https://help.rockerbox.com/docs/cname-integration                                                                                                                                             | No       | string  |
| Enable Cookie Sync     | Enable cookie sync between their domain and Rockerbox. Depending on the data a company sends to Rockerbox, this may be necessary to adhere to CCPA regulations. More info here: https://help.rockerbox.com/docs/segment-pixel-implementation | No       | boolean |
| Pixel Code             | Please enter your Hindsight Pixel Code. You can find this inside Hindsight's provided snippet. It is the value being passed into the \`RB.initialize()\`                                                                                     | Yes      | string  |
