Skip to content
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

Chartable analytics tracker monitoring - nyt / spotify test #7561

Merged
merged 3 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Tests/fixtures/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5833,6 +5833,17 @@
name: phpMyAdmin
category: Service Agent
url: https://www.phpmyadmin.net/

-
user_agent: Trackable/0.1 NNjCeA
bot:
name: Chartable
category: Site Monitor
url: "https://help.chartable.com/article/34-what-is-the-trackable-analytics-prefix"
producer:
name: 'Chartable'
url: 'https://chartable.com'

-
user_agent: Matomo/4.15.1
bot:
Expand Down
30 changes: 17 additions & 13 deletions Tests/fixtures/podcasting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,22 @@
model: ''
os_family: Unknown
browser_family: Unknown
-
user_agent: 'Spotify/120800923 OSX/0 (MacBookPro6,2)'
os:
name: Mac
version: ""
platform: ""
client:
type: mobile app
name: Spotify
version: "120800923"
device:
type: "desktop"
brand: "Apple"
model: 'MacBook Pro 15" (2010)'
os_family: Mac
browser_family: Unknown
-
user_agent: 'AmazonMusic'
os: [ ]
Expand Down Expand Up @@ -8883,19 +8899,7 @@
model: ''
os_family: iOS
browser_family: Unknown
-
user_agent: 'Trackable/0.1 NNjCeA'
os: [ ]
client:
type: mobile app
name: Trackable
version: "0.1"
device:
type: ""
brand: ""
model: ''
os_family: Unknown
browser_family: Unknown

-
user_agent: 'Uforia/1056 CFNetwork/1406.0.4 Darwin/22.4.0'
os:
Expand Down
8 changes: 8 additions & 0 deletions regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,14 @@
category: 'Feed Reader'
url: 'https://theoldreader.com'

- regex: 'Trackable/0.1'
name: 'Chartable'
category: 'Site Monitor'
url: 'https://help.chartable.com/article/34-what-is-the-trackable-analytics-prefix'
producer:
name: 'Chartable'
url: 'https://chartable.com'

- regex: 'trendictionbot'
name: 'Trendiction Bot'
category: 'Crawler'
Expand Down
7 changes: 1 addition & 6 deletions regexes/client/mobile_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2181,11 +2181,6 @@
name: 'NPR One'
version: '$1'

# unsure what this is, but is used quite a bit
- regex: 'Trackable/([\d\.]+)'
name: 'Trackable'
version: '$1'

- regex: 'Uforia/([\d\.]+)'
name: 'Uforia'
version: '$1'
Expand All @@ -2194,7 +2189,7 @@
name: 'L.A. Times'
version: ''

- regex: '(?:^NYT(?: |%20)?Audio|nytios)/([\d.]+)'
- regex: '(?:^NYT(?: |%20)?Audio(?:-iOS)?|nytios)/([\d.]+)'
name: 'The New York Times'
version: '$1'

Expand Down
Loading