@ghostery/trackerdb 1.0.732 → 1.0.733

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/dist/trackerdb.db CHANGED
Binary file
Binary file
@@ -19929,6 +19929,15 @@
19929
19929
  "privacy_contact": "privacy@thetradedesk.com",
19930
19930
  "ghostery_id": "560"
19931
19931
  },
19932
+ "thecoolcompany": {
19933
+ "name": "The COOL company",
19934
+ "description": "The COOL company, formerly Insticator (founded 2012), provides digital marketing and advertising solutions. Its tools enhance audience engagement, optimize ad revenue, and streamline campaign management for publishers and advertisers.",
19935
+ "website_url": "https://cool.co/",
19936
+ "country": "US",
19937
+ "privacy_policy_url": "https://cool.co/publisher-experiences/privacy/",
19938
+ "privacy_contact": "privacy@cool.co",
19939
+ "ghostery_id": null
19940
+ },
19932
19941
  "themoviedb": {
19933
19942
  "name": "The Movie DB",
19934
19943
  "description": null,
@@ -36007,6 +36016,19 @@
36007
36016
  "||cookieyes.com^$3p"
36008
36017
  ]
36009
36018
  },
36019
+ "cool_publisher_experiences": {
36020
+ "name": "COOL Publisher Experiences",
36021
+ "category": "advertising",
36022
+ "organization": "thecoolcompany",
36023
+ "alias": null,
36024
+ "website_url": "https://cool.co/publisher-experiences/",
36025
+ "ghostery_id": null,
36026
+ "domains": [
36027
+ "cool.co",
36028
+ "ingage.tech"
36029
+ ],
36030
+ "filters": []
36031
+ },
36010
36032
  "cooliris": {
36011
36033
  "name": "Cooliris",
36012
36034
  "category": "customer_interaction",
@@ -74510,6 +74532,8 @@
74510
74532
  "cdn-cookieyes.com": "cookieyes",
74511
74533
  "log.cookieyes.com": "cookieyes",
74512
74534
  "cookieyes.com": "cookieyes",
74535
+ "cool.co": "cool_publisher_experiences",
74536
+ "ingage.tech": "cool_publisher_experiences",
74513
74537
  "lite.piclens.com": "cooliris",
74514
74538
  "copacet.com": "copacet",
74515
74539
  "raasnet.com": "coreaudience",
@@ -4968,6 +4968,10 @@ touchclarity
4968
4968
  ||log.cookieyes.com^
4969
4969
  ! trackerdb_id:cookieyes trackerdb_category:consent trackerdb_domain
4970
4970
  ||cookieyes.com^
4971
+ ! trackerdb_id:cool_publisher_experiences trackerdb_category:advertising trackerdb_domain
4972
+ ||cool.co^
4973
+ ! trackerdb_id:cool_publisher_experiences trackerdb_category:advertising trackerdb_domain
4974
+ ||ingage.tech^
4971
4975
  ! trackerdb_id:cooliris trackerdb_category:customer_interaction trackerdb_filter
4972
4976
  ||lite.piclens.com^$3p
4973
4977
  ! trackerdb_id:cooliris trackerdb_category:customer_interaction trackerdb_domain
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.732",
3
+ "version": "1.0.733",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {