ghostery / ghostery-extension

Ghostery Browser Extension for Firefox, Chrome, Opera, Edge and Safari
Mozilla Public License 2.0
1.34k stars 140 forks source link

TikTok Analytics request misclassified as unidentified #1614

Closed philipp-classen closed 1 month ago

philipp-classen commented 1 month ago

Test page: https://www.hulu.com/welcome Request: https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=&lib=ttq

On the production version 10.3.2 of Ghostery on Edge and Opera, it gets listed as unidentified tracker. However, according to TrackerDB, it should be Site Analytics:

{
  "url": "https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=&lib=ttq",
  "matches": [
    {
      "pattern": {
        "key": "tiktok_analytics",
        "name": "TikTok Analytics",
        "category": "site_analytics",
        "organization": "bytedance_inc",
        "alias": null,
        "website_url": "https://analytics.tiktok.com",
        "ghostery_id": "4050",
        "domains": [
          "analytics.tiktok.com",
          "mon.tiktokv.com"
        ],
        "filters": [
          "||analytics.tiktok.com^$3p",
          "||mon.tiktokv.com^$3p"
        ]
      },
      "category": {
        "key": "site_analytics",
        "name": "Site Analytics",
        "color": "#87d7ef",
        "description": "Data analytics, site usage, and performance trackers."
      },
      "organization": {
        "key": "bytedance_inc",
        "name": "ByteDance Inc",
        "description": "ByteDance, a Chinese multinational internet technology company headquartered in Beijing and legally domiciled in the Cayman Islands. Its main product is TikTok, known in China as Douyin, a video-focused social networking service.",
        "website_url": "https://www.bytedance.com/",
        "country": "KY",
        "privacy_policy_url": "https://sf16-sg.tiktokcdn.com/obj/eden-sg/upsnuhpevbn/bytedance_official/PrivacyPolicy_ByteDance.com.pdf",
        "privacy_contact": "privacy@bytedance.com",
        "ghostery_id": "5432"
      }
    }
  ]
}

With Ghostery 10 locally built from main and tested on Chrome, it correctly classifies it as Site Analytics. Same with Ghostery 8 (Firefox & Chrome).

philipp-classen commented 1 month ago

Just tried with the upcoming 10.3.3 release. Both Opera and Edge now correctly classifies it.

philipp-classen commented 1 month ago

Should be fixed the releases are live.