0

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.

Shao
  • 121
  • 1
  • 4

2 Answers2

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
  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.
lattejiu
  • 119
  • 8