Skip to content
Closed
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
2 changes: 1 addition & 1 deletion db/patterns/adobe_experience_cloud.eno
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ adoberesources.net
||.122.2o7.net^$3p
||adoberesources.net/alloy/*/alloy^$3p
/h10000/cma/tms/metrics.js
/metrics\..*\.(com|net|org)\/b\/(s|ss)\//
/\/b\/ss?\/[^\/]+\/\d+\//

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, move this into a separate pull request. It seems like this has nothing to do with Google Analytics.

||2o7.net^$3p
||du8783wkf05yr.cloudfront.net^$3p
||hitbox.com^$3p
Expand Down
2 changes: 2 additions & 0 deletions db/patterns/google_analytics.eno
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ organization: google
google-analytics.com
region1.google-analytics.com
googleanalytics.com
analytics.google.com
--- domains

--- filters
Expand All @@ -27,6 +28,7 @@ googleanalytics.com
||stats.g.doubleclick.net/__utm.gif
||stats.g.doubleclick.net/dc.js
||googleanalytics.com/analytics.js
/\/g\/collect\?v=\d+&tid=G-/

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The regex filters have to be avoided if possible. Please, use: /g/collect^ instead.

--- filters

ghostery_id: 13
2 changes: 1 addition & 1 deletion db/patterns/plausible_analytics.eno
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Plausible Analytics
category: utilities
category: site_analytics

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I later found there's a separate pull request for this. Please, cancel this changes here.

website_url: https://plausible.io/
organization: plausible

Expand Down