How Do I Know That DXA Events Are Being Sent to WalkMe?
DXA events are all the user’s interactions with the website - clicks, inputs, and so on.
The best way is to simulate an event by performing a click in your website and verifying that one single event is being sent.

In the preceding image thetell event exists, therefore DXA Events are being sent.
How to Check DXA Events Are Being Sent
- Open your website.
- Open the developer tools by clicking F12 (Windows) or Command+Option+I (Mac).
- Go to the Network tab.
- Perorm a click.
- In the Network tab, you will see a tell event being sent. Tell events are the DXA events.
- You may want to clear the network log first by clicking the Clear button (highlighted in the preceding screen capture in the toolbar).
- If a Tell event is sent upon each click, this means that data is being collected.