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.
How to verify Pendo snippet installation?
813 Views Asked by Shao At
2
There are 2 best solutions below
0

- 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.
From Pendo's documentation, you can run
pendo.validateInstall()
in a browser's console. You will be able to see the data.