-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Yandex trackers from the query string #33216
Comments
All of these are removed by the "copy clean link" feature: brave/adblock-lists#1320 |
Verified
|
This comment was marked as outdated.
This comment was marked as outdated.
…browser#33216)"" This reverts commit 478e120.
|
Re-adding the |
Verification PASSED on
|
Yandex uses these query parameters in their analytics and ads products:
yadclid
yadordid
yclid
ymclid
ysclid
yclid
andymclid
Both
yclid
andymclid
are unique click identifiers according to this post (translation) and their documentation:https://yandex.com/support/metrica/data/offline-params.html#offline-params__yclid
https://yandex.com/support/metrica/general/source-tags.html#sources-tags
It turns out we already strip
yclid
because it's used by Yahoo! Japan, but we should stripymclid
too.ysclid
According to this announcement (translation) and the official documentation, it's for tracking search terms when going from Yandex Search to a third-party website and so in theory it's not a user tracker per se.
I used Firefox to search for "brave browser" on yandex.com and found this site with a
ysclid
:Then I repeated the same search in Private Browsing and got a different link
each time I moused over the link:
Even the original window has a different ID now:
So it does not appear to be a stable identifier 😕
That said, we wouldn't otherwise leak out the search terms directly since we cap cross-origin referrers to the origin and so we should remove this too.
yadclid
andyadordid
While looking for examples of
yadclid
(which I found here), I also found ayadordid
parameter:https://bolshayastrana.com/bajkal/znakomstvo-s-bajkalom-kruiz-23041?yadclid=55445739&yadordid=168122925
https://raylab.ru/catalog/svetofiltry/?utm_source=yandex&utm_medium=cpc&utm_campaign=yandex_cpc_raylab_search_all-goods_all-russia_age-all_device-all_none%7C73067181&utm_term=%D1%84%D0%B8%D0%BB%D1%8C%D1%82%D1%80+%D0%BF%D0%BE%D0%BB%D1%8F%D1%80%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%BD%D1%8B%D0%B9+raylab+cpl&yd_position=1&yd_source=none&yadclid=97189350&yadordid=173067181&ZGlyZWN0LnlhbmRleC5ydTs3MzA2NzE4MTsxMTk4Nzc1MjIwMDt5YW5kZXgucnU6cHJlbWl1bQ=&yclid=11775243539642843135&force=true&page=2
I've not been able to find any documentation about these online. Maybe they are unique identifiers? Maybe they are identifiers for a given creative, campaign or advertiser?
The text was updated successfully, but these errors were encountered: