This preview of pull request 1639 is meant for internal use only.

Elevio Destination

On this page


Elevio quick info

Elevio accepts Identify calls. If you reference it in the Integrations object, call it “Elevio”.

Elevio accepts device-mode data only from Analytics.js.

Elevio is a continuous user education platform that makes your product easier to learn and use. It helps your organization increase user engagement through up-skilling and education while reducing support loads and customer churn. The Elevio Destination is open-source. You can browse the code on GitHub.

This document was last updated on 31 July, 2018. If you notice any gaps, out-dated information or simply want to leave some feedback to help us improve our documentation, let us know!

Getting Started

Before you start, make sure Elevio supports the source type and connection mode you’ve chosen to implement. You can learn more about connection modes here.

Web Mobile Server
📱 Device-mode ⬜️ ⬜️
☁️ Cloud-mode ⬜️ ⬜️ ⬜️
  1. From the Segment web app, click Catalog.
  2. Search for “Elevio” in the Catalog, select it, and choose which of your sources to connect the destination to.
  3. In the destination settings, enter your “Account ID” from your Elevio’s Installation page under “Install via Code Snippet”. You can also use Elevio’s “Install with Segment” workflow from the same page.
  4. Ensure that you have Elevio’s Assistant enabled from your Settings.

Your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading Elevio’s snippet on your page and sending data.

Identify

If you’re not familiar with the Segment Specs, take a look to understand what the Identify method does. An example call would look like:

analytics.identify({
  name: 'Peter Gibbons',
  email: 'pgibbons@example.com',
  plan: 'developer'
});

Passing in the name, email and plan traits allows you to send the user’s information to Elevio and use the access control feature to restrict article access based on the email domain or plan, as well as identifying customers with live chat.

Settings

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

Account Id

You can find your account ID on your elevio widget settings page.

This page was last modified: 20 Oct 2020



Get started with Segment

Segment is the easiest way to integrate your websites & mobile apps data to over 300 analytics and growth tools.
or
Create free account