New Tag Manager additions (#2465)

* New TMS addition

* Adobe DTM HTML detector error

* Signal Bright Tag escaping "?" error fixed

* Changed HTML to Script detector

* Yahoo TMS updated

* Added better Criteo detection, Tag Manager edits

* Signal category updated, signalData js method added

* Special character escaping update for Ensighten
main
Nathan Pinciak 6 years ago committed by Elbert Alias
parent 362cf2d12c
commit ff71a8e28e

@ -277,6 +277,14 @@
"url": "\\.cfm(?:$|\\?)",
"website": "http://adobe.com/products/coldfusion-family.html"
},
"Adobe DTM": {
"cats": [
42
],
"script": "//assets.adobedtm.com/",
"icon": "adobedmt.png",
"website": "https://marketing.adobe.com/resources/help/en_US/dtm/c_overview.html"
},
"Adobe Experience Manager": {
"cats": [
1
@ -2181,7 +2189,10 @@
"criteo_pubtag": "",
"criteo_q": ""
},
"script": "//(?:cas\\.criteo\\.com|(?:[^/]\\.)?criteo\\.net)/",
"script":[
"//(?:cas\\.criteo\\.com|(?:[^/]\\.)?criteo\\.net)/",
"//static.criteo.net/js/ld/ld.js"
],
"website": "http://criteo.com"
},
"Cross Pixel": {
@ -2832,6 +2843,14 @@
},
"website": "http://emberjs.com"
},
"Ensighten": {
"cats": [
42
],
"script": "//nexus\\.ensighten\\.com/",
"icon": "ensighten.png",
"website": "https://success.ensighten.com/hc/en-us"
},
"Enyo": {
"cats": [
12,
@ -8864,6 +8883,20 @@
],
"website": "http://shopware.com"
},
"Signal": {
"cats": [
32
],
"script": [
"//s\\.btstatic\\.com/tag\\.js",
"//s\\.thebrighttag\\.com/iframe\\?"
],
"js": {
"signalData": ""
},
"icon": "signal.png",
"website": "https://www.signal.co/"
},
"Silva": {
"cats": [
1
@ -11180,6 +11213,15 @@
},
"website": "http://smallbusiness.yahoo.com/ecommerce"
},
"Yahoo! Tag Manager": {
"cats": [
42
],
"html":"<!-- (?:End )?Yahoo! Tag Manager -->",
"script": "b\\.yjtag\\.jp/iframe",
"icon": "yahoo.png",
"website": "https://tagmanager.yahoo.co.jp/"
},
"Yahoo! Web Analytics": {
"cats": [
10

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB