WalkMe Destination
Destination Info
- Accepts Page, Identify and Track calls.
- Refer to it as WalkMe in the Integrations object
- This integration is partner owned. Please reach out to the partner's support for any issues.
Components
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.
- From the Segment web app, click Catalog.
- Search for "WalkMe" in the Catalog, select it, and choose which of your sources to connect the destination 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.
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.
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:
1analytics.identify('userId123', {2email: 'john.doe@example.com'3});
Identify calls will be sent to WalkMe as an identify event.
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.
Segment lets you change these destination settings from the Segment app without having to touch any code.
Optional
Directory Bucket where files will be stored. Leave it blank by default.
WalkMe environment that should be loaded (e.g. Test, Production), you can find it in the Editor's Snippet area
Optional
Sub-resource Integrity (SRI) SHA hash.
Optional
If enabled, WalkMe events will be sent to Segment
falseOptional
If enabled, WalkMe DXA events will be sent to Segment
falseWalkMe system ID - you can find it in the Editor's Snippet area (GUID parameter)