Skip to contentSkip to navigationSkip to topbar
On this page
Looking for more inspiration?Visit the
(information)
You're in the right place! Segment documentation is now part of Twilio Docs. The content you are used to is still here—just in a new home with a refreshed look.

Chartbeat Destination


Destination Info
  • Accepts Page, Alias, Group, Identify and Track calls.
  • Refer to it as Chartbeat in the Integrations object
Connection Modes
Device-modeCloud-mode
Web Web
Mobile Mobile
Server Server

Our Chartbeat destination code is open-source on GitHub if you want to check it out(link takes you to an external page).


Getting started

getting-started page anchor

When you enable Chartbeat in the Segment web app, your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading chartbeat.js onto your page. This means you should remove Chartbeat's snippet from your page.

  • Your Chartbeat real-time dashboard will start showing live concurrent visitors.

Chartbeat is only supported on the client-side.


The page method in Analytics.js will call Chartbeat's virtualPage function with either the Url you provide or the current window's pathname. Use the page method if you have a one-page app that doesn't reload the browser page between views.

You can also set a section and author for each page. For example, analytics.page('putSectionHere', 'putNameOfPageHere', { author: 'putAuthorNameHere' }.


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

Property nameTypeRequiredDescription
Domainstring
required

The same domain name you entered when adding your site's dashboard to Chartbeat. Don't include the www. because Chartbeat handles that for you automatically.


sendNameAndCategoryAsTitleboolean

Optional

Chartbeat expects(link takes you to an external page) the document.title ( Segment page's props.title) to populate as title. </br> </br>

This setting respects Segment's legacy behavior of setting the page name and category as title for existing users, but defaults new users to the correct behavior of sending document.title as title to Chartbeat, and allows current users to opt-in to the correct behavior if they chose.

Default: false

UIDstring
required

You can find your UID on the Chartbeat Adding The Code(link takes you to an external page) page.


Use Chartbeat Video Scriptboolean

Optional

If you select this option, we'll load chartbeat_video.js instead of chartbeat.js. The video library has the ability to listen for play/pause events from HTML5 video tags and common 3rd party video players.

Default: false