How to verify Pendo snippet installation?

813 Views Asked by At

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.

2

There are 2 best solutions below

0
On

From Pendo's documentation, you can run pendo.validateInstall() in a browser's console. You will be able to see the data.

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