Skip to content

Commit 8eb1c63

Browse files
jethronbenjben
authored andcommitted
Add Threads detection support
Threads was previously using Instagram's referer URL, but as of December 2023 this has been split out to a dedicated domain. Source: https://www.socialmediatoday.com/news/threads-adds-separate-link-url-threads-help-track-referral-traffic/702085/ Also add support for the Android app, based on the bundle ID in the Play Store. E.g. https://play.google.com/store/apps/details?id=com.instagram.barcelona Thanks: DPG Media
1 parent f4c6ac9 commit 8eb1c63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/referers.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,12 @@ social:
276276
- l.instagram.com
277277
- com.instagram.android # Instagram for Android app
278278

279+
Threads:
280+
domains:
281+
- threads.net
282+
- l.threads.net
283+
- com.instagram.barcelona # Threads for Android app
284+
279285
Youtube:
280286
domains:
281287
- youtube.com

0 commit comments

Comments
 (0)