-
-
Notifications
You must be signed in to change notification settings - Fork 59
added analytics.google.com to domains #1133
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
Changes from all commits
d6d4103
c75c758
09d648f
4b34e32
cab9254
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,7 @@ organization: google | |
| google-analytics.com | ||
| region1.google-analytics.com | ||
| googleanalytics.com | ||
| analytics.google.com | ||
| --- domains | ||
|
|
||
| --- filters | ||
|
|
@@ -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-/ | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The regex filters have to be avoided if possible. Please, use: |
||
| --- filters | ||
|
|
||
| ghostery_id: 13 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| name: Plausible Analytics | ||
| category: utilities | ||
| category: site_analytics | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
|
||
|
|
||
There was a problem hiding this comment.
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.