1. Home
  2. Knowledge Base
  3. How To's
  4. How to turn off click tracking

How to turn off click tracking

  1. Go to Pretty Links and find the link you want to stop tracking
  2. Hover over the link title and click the “Edit” link that appears
  3. Click on the Advanced tab
  4. Uncheck the “Tracking” checkbox
pretty links settings click tracking
  1. Click the “Update” button to save the changes.
  1. Go to Pretty Links->Options
  2. Click on the Links tab
  3. Uncheck the “Enable Tracking” checkbox. This will disable tracking on all newly created links by default.
pretty links options to enable tracking
  1. Click the “Update” button to save the changes.
  2. You will then need to go into any existing links that are being tracked and uncheck the “Tracking” checkbox as described in the section above.

ADVANCED USERS: If you have access to your database, you can run this SQL query to update all the links at once instead of opening each one individually. We recommend creating a backup before running any SQL queries on your database:

UPDATE wp_prli_links SET track_me = 0; 
Was this article helpful?

Related Articles