@ghostery/trackerdb 1.0.607 → 1.0.609

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
@@ -22044,6 +22044,15 @@
22044
22044
  "privacy_contact": null,
22045
22045
  "ghostery_id": "1356"
22046
22046
  },
22047
+ "xqueue": {
22048
+ "name": "XQueue",
22049
+ "description": "XQueue GmbH is a German company specializing in email marketing platforms for enterprises.",
22050
+ "website_url": "https://maileon.com/",
22051
+ "country": "DE",
22052
+ "privacy_policy_url": "https://maileon.com/privacy-policy/",
22053
+ "privacy_contact": "info@xqueue.de",
22054
+ "ghostery_id": null
22055
+ },
22047
22056
  "xxxlutz": {
22048
22057
  "name": "XXXLutz KG",
22049
22058
  "description": null,
@@ -49765,6 +49774,18 @@
49765
49774
  "||list-manage.com/track/"
49766
49775
  ]
49767
49776
  },
49777
+ "maileon": {
49778
+ "name": "Maileon",
49779
+ "category": "site_analytics",
49780
+ "organization": "xqueue",
49781
+ "alias": null,
49782
+ "website_url": "https://maileon.com/",
49783
+ "ghostery_id": null,
49784
+ "domains": [
49785
+ "analytics.maileon.com"
49786
+ ],
49787
+ "filters": []
49788
+ },
49768
49789
  "mailerlite.com": {
49769
49790
  "name": "Mailerlite",
49770
49791
  "category": "hosting",
@@ -63455,6 +63476,18 @@
63455
63476
  ],
63456
63477
  "filters": []
63457
63478
  },
63479
+ "spotify_ad_analytics": {
63480
+ "name": "Spotify Ad Analytics",
63481
+ "category": "site_analytics",
63482
+ "organization": "spotify",
63483
+ "alias": null,
63484
+ "website_url": "https://help.adanalytics.spotify.com/about-ad-analytics",
63485
+ "ghostery_id": null,
63486
+ "domains": [
63487
+ "pixel.byspotify.com"
63488
+ ],
63489
+ "filters": []
63490
+ },
63458
63491
  "spotify_embed": {
63459
63492
  "name": "Spotify Embed",
63460
63493
  "category": "audio_video_player",
@@ -74872,6 +74905,7 @@
74872
74905
  "chimpstatic.com": "mailchimp_tracking",
74873
74906
  "list-manage.com": "mailchimp_tracking",
74874
74907
  "mailchimp.com": "mailchimp_tracking",
74908
+ "analytics.maileon.com": "maileon",
74875
74909
  "mailerlite.com": "mailerlite.com",
74876
74910
  "mailtrack.io": "mailtrack.io",
74877
74911
  "mainadv.com": "mainadv",
@@ -76184,6 +76218,7 @@
76184
76218
  "spoteffects.net": "spoteffect",
76185
76219
  "scdn.co": "spotify",
76186
76220
  "spotify.com": "spotify",
76221
+ "pixel.byspotify.com": "spotify_ad_analytics",
76187
76222
  "embed.spotify.com": "spotify_embed",
76188
76223
  "spotifycdn.com": "spotify_embed",
76189
76224
  "squeezely.tech": "spotler_activate",
@@ -10344,6 +10344,8 @@ foresee/foresee-alive.js
10344
10344
  ||list-manage.com^
10345
10345
  ! trackerdb_id:mailchimp_tracking trackerdb_category:customer_interaction trackerdb_domain
10346
10346
  ||mailchimp.com^
10347
+ ! trackerdb_id:maileon trackerdb_category:site_analytics trackerdb_domain
10348
+ ||analytics.maileon.com^
10347
10349
  ! trackerdb_id:mailerlite.com trackerdb_category:hosting trackerdb_domain
10348
10350
  ||mailerlite.com^
10349
10351
  ! trackerdb_id:mailtrack.io trackerdb_category:advertising trackerdb_filter
@@ -15402,6 +15404,8 @@ api-*.smartseer.com
15402
15404
  ||scdn.co^
15403
15405
  ! trackerdb_id:spotify trackerdb_category:audio_video_player trackerdb_domain
15404
15406
  ||spotify.com^
15407
+ ! trackerdb_id:spotify_ad_analytics trackerdb_category:site_analytics trackerdb_domain
15408
+ ||pixel.byspotify.com^
15405
15409
  ! trackerdb_id:spotify_embed trackerdb_category:audio_video_player trackerdb_filter
15406
15410
  ||embed.spotify.com^$3p
15407
15411
  ! trackerdb_id:spotify_embed trackerdb_category:audio_video_player trackerdb_domain
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.607",
3
+ "version": "1.0.609",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {