added analytics.google.com to domains#1133
Closed
jhpacker wants to merge 5 commits into
Closed
Conversation
changed plausible_analytics to category site_analytics
The previous regex /metrics\..*\.(com|net|org)\/b\/(s|ss)\// required
"metrics." in the hostname and only matched .com/.net/.org TLDs. This
missed first-party Adobe Analytics proxies using other subdomain names
(e.g. smon.loc.gov) or other TLDs (.gov, .edu, etc.).
The /b/ss/{suite_id}/{version}/ path structure is unique to Adobe
Analytics (formerly Omniture SiteCatalyst), so matching on the path
alone is sufficient and avoids false negatives.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
seia-soto
requested changes
Apr 12, 2026
seia-soto
left a comment
Member
There was a problem hiding this comment.
analytics.google.com is already listed in google_signals.eno.
db/patterns/google_signals.eno
7:analytics.google.com
11:||analytics.google.com^$third-party
12:||region1.analytics.google.com^$third-party
Regarding plausible_analytics re-categorisation, I suggest to open an issue if you think it's wrongly categorised.
seia-soto
reviewed
Apr 12, 2026
| ||adoberesources.net/alloy/*/alloy^$3p | ||
| /h10000/cma/tms/metrics.js | ||
| /metrics\..*\.(com|net|org)\/b\/(s|ss)\// | ||
| /\/b\/ss?\/[^\/]+\/\d+\// |
Member
There was a problem hiding this comment.
Please, move this into a separate pull request. It seems like this has nothing to do with Google Analytics.
seia-soto
reviewed
Apr 12, 2026
| ||stats.g.doubleclick.net/__utm.gif | ||
| ||stats.g.doubleclick.net/dc.js | ||
| ||googleanalytics.com/analytics.js | ||
| /\/g\/collect\?v=\d+&tid=G-/ |
Member
There was a problem hiding this comment.
The regex filters have to be avoided if possible. Please, use: /g/collect^ instead.
seia-soto
reviewed
Apr 12, 2026
| @@ -1,5 +1,5 @@ | |||
| name: Plausible Analytics | |||
| category: utilities | |||
| category: site_analytics | |||
Member
There was a problem hiding this comment.
I later found there's a separate pull request for this. Please, cancel this changes here.
Member
Member
|
Also, duplicate of #251. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
in many cases GA measurement requests are sent to analytics.google.com, e.g.:
https://analytics.google.com/g/collect?v=2&tid=G-xxx