How to verify my Pendo snippet installation is correct, or simply see the data sent to Pendo? Preferably done in a browser's dev tool.
Asked
Active
Viewed 441 times
2 Answers
2
From Pendo's documentation, you can run pendo.validateInstall()
in a browser's console. You will be able to see the data.

Shao
- 121
- 1
- 4
1
- Open Google Chrome (or any web browser with dev tools).
- Visit your domain with the Pendo snippet installed; usually it's your http://localhost:<InsertYourPort> during development.
- <Right Click> -> Inspect -> Console.
- Type
pendo.validateInstall()
as what Shao has suggested with Pendo's docs attached. - If problems occur, Pendo's docs has debugging tips and commands you can use.

lattejiu
- 119
- 8