WalkMe Destination
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.
NOTE: The WalkMe Destination is currently in beta, which means that they are still actively developing the destination. This doc was last updated on July 29, 2019. If you are interested in joining their beta program or have any feedback to help improve the WalkMe Destination and its documentation, let their team know!
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 |
- From your Segment UI’s Destinations page click on “Add Destination”.
- Search for “WalkMe” within the Destinations Catalog and confirm the Source you’d like to connect to.
- In the WalkMe settings, select an Environment (for example Production, Test etc.)
- Enter your WalkMe system ID which you can find in your WalkMe Editor under Menu > Snippet tab.
- 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: 09 Jun 2020
Need support?
Questions? Problems? Need more info? Contact us, and we can help!