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(?:$|\\?)", "url": "\\.cfm(?:$|\\?)",
"website": "http://adobe.com/products/coldfusion-family.html" "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": { "Adobe Experience Manager": {
"cats": [ "cats": [
1 1
@ -2181,7 +2189,10 @@
"criteo_pubtag": "", "criteo_pubtag": "",
"criteo_q": "" "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" "website": "http://criteo.com"
}, },
"Cross Pixel": { "Cross Pixel": {
@ -2832,6 +2843,14 @@
}, },
"website": "http://emberjs.com" "website": "http://emberjs.com"
}, },
"Ensighten": {
"cats": [
42
],
"script": "//nexus\\.ensighten\\.com/",
"icon": "ensighten.png",
"website": "https://success.ensighten.com/hc/en-us"
},
"Enyo": { "Enyo": {
"cats": [ "cats": [
12, 12,
@ -8864,6 +8883,20 @@
], ],
"website": "http://shopware.com" "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": { "Silva": {
"cats": [ "cats": [
1 1
@ -9654,7 +9687,7 @@
"script": [ "script": [
"^//tags\\.tiqcdn\\.com/", "^//tags\\.tiqcdn\\.com/",
"/tealium/utag\\.js$" "/tealium/utag\\.js$"
], ],
"website": "http://tealium.com" "website": "http://tealium.com"
}, },
"TeamCity": { "TeamCity": {
@ -11180,6 +11213,15 @@
}, },
"website": "http://smallbusiness.yahoo.com/ecommerce" "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": { "Yahoo! Web Analytics": {
"cats": [ "cats": [
10 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