From 0731abf66eb9c10077e78e0f5f9422cb67ed7bfd Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 12 Jun 2023 23:15:01 +0600 Subject: [PATCH 1/2] Add Container Media Group / advertising --- .../webextension/images/icons/Container Media.svg | 11 +++++++++++ src/technologies/c.json | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Container Media.svg diff --git a/src/drivers/webextension/images/icons/Container Media.svg b/src/drivers/webextension/images/icons/Container Media.svg new file mode 100644 index 000000000..6d2d96b0d --- /dev/null +++ b/src/drivers/webextension/images/icons/Container Media.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index 89236a551..d70da385c 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -3056,6 +3056,19 @@ "scriptSrc": "/wp-content/plugins/contact-form-7/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", "website": "https://contactform7.com" }, + "Container Media Group": { + "cats": [ + 36 + ], + "description": "Container Media Group offers technical solutions for agencies and brands to plan, execute, optimise, and report on advertising campaigns. They specialize in creating engaging custom creatives and utilise advanced tracking pixels to monitor user advertising activity across media channels.", + "icon": "Container Media Group.svg", + "saas": true, + "scriptSrc": "\\.containermedia\\.net/", + "pricing": [ + "poa" + ], + "website": "https://containermedia.net" + }, "Contao": { "cats": [ 1 From b24da8d6cfe896c53f5463ef50b0a9b8f5845379 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 12 Jun 2023 23:17:10 +0600 Subject: [PATCH 2/2] fix --- .../icons/{Container Media.svg => Container Media Group.svg} | 0 src/technologies/c.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/drivers/webextension/images/icons/{Container Media.svg => Container Media Group.svg} (100%) diff --git a/src/drivers/webextension/images/icons/Container Media.svg b/src/drivers/webextension/images/icons/Container Media Group.svg similarity index 100% rename from src/drivers/webextension/images/icons/Container Media.svg rename to src/drivers/webextension/images/icons/Container Media Group.svg diff --git a/src/technologies/c.json b/src/technologies/c.json index d70da385c..bd9d5b162 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -3060,7 +3060,7 @@ "cats": [ 36 ], - "description": "Container Media Group offers technical solutions for agencies and brands to plan, execute, optimise, and report on advertising campaigns. They specialize in creating engaging custom creatives and utilise advanced tracking pixels to monitor user advertising activity across media channels.", + "description": "Container Media Group offers technical solutions for agencies and brands to plan, execute, optimise, and report on advertising campaigns. They specialise in creating engaging custom creatives and utilise advanced tracking pixels to monitor user advertising activity across media channels.", "icon": "Container Media Group.svg", "saas": true, "scriptSrc": "\\.containermedia\\.net/",