Free Online Privacy Training 101
  • Online Privacy Training
  • About this online privacy training course
  • Contents
  • Introduction
    • Disclaimer
  • Modules
    • 1. Online Privacy: an introduction
      • Lesson 1: Understanding the Digital Landscape
      • Lesson 2: Privacy Policies & User Agreements
    • 2. Privacy Basics and Background
      • Lesson 1: The Public You vs. The Private You
      • Lesson 2: Dissecting Your Digital Footprint: Data and Metadata
      • Lesson 3: Tracking (Cookies, Link Tracking and Data Aggregation)
        • Part 1: Cookies
        • Part 2: Link Tracking
        • Part 3: Data Aggregation
      • Lesson 4: Proprietary vs. Open Source
    • 3. Privacy Architecture
      • Lesson 1: Privacy Architecture
      • Lesson 2: Operating System Layer
      • Lesson 3: Networking Layer
      • Lesson 4: Application Layer and Above
      • Privacy Architecture Summary
    • 4. Private Messaging with Signal Messenger
    • 5. Private Browsing
    • 6. Data Encryption, User Name and Password Management
      • Lesson 1: User Name and Password Best Practices
      • Lesson 2: USB Disk Encryption
      • Lesson 3: Password Management with KeePassX
    • 7. Virtual Private Networks (VPNs)
    • 8. Private Email
    • Summary
Powered by GitBook
On this page

Was this helpful?

  1. Modules
  2. 2. Privacy Basics and Background
  3. Lesson 3: Tracking (Cookies, Link Tracking and Data Aggregation)

Part 2: Link Tracking

Section explaining link tracking, URL stripping, private browsing, data theft, personally identifiable information (PII)

Link tracking uses special links in place of “plain” URLs and is common in email, and in links to websites. If you click on the tracked link, the tracker’s server gets “pinged” with your IP address and can access information including when you clicked the link or received or opened an email, frequency of clicks or links, geolocation information and even what device you used.

How do I stop link tracking?

This is known as URL stripping and generally it is quite intuitive.

Hover your mouse pointer over the link you want to strip in your email. You should be able to see the tracking data in the link – it is all the information that appears after the first question mark. In this example, it is everything after “landing-page”:

https://www.example.com/landing-page?utm_campaign=Example-Campaign&utm_content=image&utm_source=email

Instead of just clicking the link, follow this process:

  1. Hover over the link in the email

  2. Right click to reveal the copy option

  3. Copy the link

  4. Paste the link into your browser address bar

  5. Delete all the information after the first question mark (in the example above this would mean deleting ?utm_campaign=Example-Campaign&utm_content=image&utm_source=email

  6. Press go!

Now the tracking data is absent, and your activities on https://www.example.com/landing-page will not be tied back to your email address (unless you are logged in) or your identity.

PreviousPart 1: CookiesNextPart 3: Data Aggregation

Last updated 1 year ago

Was this helpful?