Skip to content

Commit

Permalink
feat: add A/B testing entities (#161)
Browse files Browse the repository at this point in the history
fixes #160
  • Loading branch information
christobill authored Jan 7, 2022
1 parent 281e09b commit 0d899ef
Showing 1 changed file with 20 additions and 30 deletions.
50 changes: 20 additions & 30 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,21 @@ module.exports = [
domains: ['hm.baidu.com', 'hmcdn.baidu.com'],
examples: ['hm.baidu.com', 'hmcdn.baidu.com'],
},
{
name: 'Insider',
homepage: '',
categories: ['analytics'],
domains: ['*.useinsider.com'],
examples: ['hit.api.useinsider.com'],
},
{
name: 'Adobe Experience Cloud',
company: 'Adobe',
homepage: '',
categories: ['analytics'],
domains: ['*.2o7.net', 'du8783wkf05yr.cloudfront.net', '*.hitbox.com', '*.imageg.net', '*.nedstat.com', '*.omtrdc.net'],
examples: ['audiag.112.2o7.net', 'du8783wkf05yr.cloudfront.net/NS_mbox.js'],
},
{
name: 'Adobe Tag Manager',
company: 'Adobe',
Expand Down Expand Up @@ -1400,7 +1415,7 @@ module.exports = [
name: 'VWO',
homepage: 'https://vwo.com',
categories: ['analytics'],
domains: ['*.visualwebsiteoptimizer.com'],
domains: ['*.vwo.com', '*.visualwebsiteoptimizer.com', 'd5phz18u4wuww.cloudfront.net', '*.wingify.com'],
examples: ['dev.visualwebsiteoptimizer.com'],
},
{
Expand Down Expand Up @@ -2103,13 +2118,6 @@ module.exports = [
categories: ['content'],
domains: ['wwwimages.adobe.com', '*.scene7.com', '*.everestads.net', '*.everestjs.net'],
},
{
name: 'Adobe Surveys',
company: 'Adobe Systems',
categories: ['analytics'],
domains: ['*.2o7.net'],
examples: ['survey.112.2o7.net'],
},
{
name: 'Adobe Systems',
categories: ['content'],
Expand All @@ -2121,13 +2129,6 @@ module.exports = [
categories: ['hosting'],
domains: ['*.businesscatalyst.com'],
},
{
name: 'Adobe Test & Target',
company: 'Adobe Systems',
categories: ['analytics'],
domains: ['*.omtrdc.net'],
examples: ['tt.omtrdc.net'],
},
{
name: 'Adocean',
company: 'Gemius',
Expand Down Expand Up @@ -5689,7 +5690,7 @@ module.exports = [
{
name: 'Kameleoon',
categories: ['analytics'],
domains: ['*.kameleoon.com'],
domains: ['*.kameleoon.com', '*.kameleoon.eu'],
},
{
name: 'Kampyle',
Expand Down Expand Up @@ -6267,7 +6268,7 @@ module.exports = [
{
name: 'Maxymiser',
categories: ['analytics'],
domains: ['*.maxymiser.net'],
domains: ['*.maxymiser.net, maxymiser.hs.llnwd.net'],
},
{
name: 'McAffee',
Expand Down Expand Up @@ -6992,13 +6993,6 @@ module.exports = [
categories: ['ad'],
domains: ['*.liftdna.com'],
},
{
name: 'Opentag',
company: 'Qubit',
categories: ['tag-manager'],
domains: ['*.qutics.com', 'd3c3cq33003psk.cloudfront.net'],
examples: ['opentag-stats.qutics.com'],
},
{
name: 'Opinion Stage',
categories: ['analytics'],
Expand Down Expand Up @@ -7606,8 +7600,9 @@ module.exports = [
},
{
name: 'Qubit',
company: 'Qubit',
categories: ['analytics'],
domains: ['*.qubit.com', '*.qubitproducts.com'],
domains: ['*.qubit.com', '*.qutics.com', 'd3c3cq33003psk.cloudfront.net', '*.goqubit.com', '*.qubitproducts.com'],
},
{
name: 'Qubit Deliver',
Expand Down Expand Up @@ -9935,11 +9930,6 @@ module.exports = [
categories: ['utility'],
domains: ['*.visualstudio.com'],
},
{
name: 'Visual Web Optimizer',
categories: ['analytics'],
domains: ['*.vwo.com'],
},
{
name: 'VisualDNA',
categories: ['ad'],
Expand Down

0 comments on commit 0d899ef

Please sign in to comment.