@ghostery/trackerdb 1.0.31 → 1.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,8 +10,8 @@ At Ghostery, we're committed to describing things exactly as they are.
|
|
|
10
10
|
|
|
11
11
|
The structure of Ghostery Tracker Database is simple and consists of three main elements:
|
|
12
12
|
* **categories** - [advertising, site analytics, consent management, etc.](docs/categories.md)
|
|
13
|
-
* **organizations** - companies like Google or
|
|
14
|
-
* **patterns** - that express various behaviors performed by organizations. For example, a pattern for Google Analytics is categorized as site analytics, but a pattern for Google Tag Manager is categorized as essential.
|
|
13
|
+
* **organizations** - companies like [Google](db/organizations/google.eno) or [Meta](db/organizations/facebook.eno), but also open source software like [Matomo](db/organizations/matomo.eno)
|
|
14
|
+
* **patterns** - that express various behaviors performed by organizations. For example, a pattern for [Google Analytics](db/patterns/google_analytics.eno) is categorized as [site analytics](docs/categories.md#site-analytics], but a pattern for [Google Tag Manager](db/patterns/google_tag_manager.eno) is categorized as [essential](docs/categories.md#essential).
|
|
15
15
|
|
|
16
16
|
## Where is it used?
|
|
17
17
|
|