Skip to content

Integration: How to confirm the JavaScript tracker is properly configured


After you have signed up for a Parse.ly account, the next step is integrating Parse.ly on your site. There are two ways to check for proper implementation:

  • The Parse.ly Validator Tool or
  • Manually via the Google Chrome Inspector

The Parse.ly Validator Tool

The quickest and easiest way to check for proper integration is by pasting an article URL into our Validator Tool here.

Manually via the Google Chrome Inspector

To manually check if the tracker is installed on your website, go to an article page on your site in Google Chrome.

  1. Right click, and click “Inspect Element”.
inspect_element_chrome
  1. Click “Console”.
console_chrome
  1. Type PARSELY.
  1. Press enter.
  • If the implementation of the Javascript tracker was successful, you will see:
Great job! Now you can move forward to implementing the Metadata tag.
  • If the implementation of the Javascript tracker was unsuccessful, you will see:
In this case, you are not integrated properly, please reach out to support@parsely.com and we’ll help you get up and running in no time.

Last updated: January 29, 2024