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

WalkMe Destination

WalkMe quick info

WalkMe is in beta, and accepts Track, Page, and Identify calls. If you reference it in the Integrations object, call it “WalkMe”.

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

WalkMe Digital Adoption Platform provides guidance, engagement, insights and automation to users.

This destination is maintained by WalkMe. For any issues with the destination, contact the WalkMe Support team.

This document is about a destination which is in beta

This means that the WalkMe Destination is in active development, and some functionality may change before it becomes generally available.

Getting Started

Before you start, make sure WalkMe 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 “WalkMe” in the Catalog, select it, and choose which of your sources to connect the destination to.
  3. In the WalkMe settings, select an Environment (for example Production, Test etc.)
  4. Enter your WalkMe system ID which you can find in your WalkMe Editor under Menu > Snippet tab.
  5. You’re all set! For specific steps on using Segment data within the WalkMe editor, read here.

Page

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

analytics.page()

Page calls will be sent to WalkMe as a pageview.

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('userId123', {
  email: 'john.doe@example.com'
});

Identify calls will be sent to WalkMe as an identify event.

Track

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

analytics.track('Clicked Login Button')

Track calls will be sent to WalkMe as a track event.

Settings

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

API Key

Environment

WalkMe environment that should be loaded (e.g. Test, Production), you can find it in the Editor’s Snippet area

Track WalkMe DXA Events

If enabled, WalkMe DXA events will be sent to Segment

Track WalkMe Events

If enabled, WalkMe events will be sent to Segment

WalkMe system ID

WalkMe system ID - you can find it in the Editor’s Snippet area (GUID parameter)

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