<script type="text/javascript">
var zdnetStickyAds = [];
//zdnetStickyAds.push('sky_right');
</script>
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.zdnet.de\/wp\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.12"}};
!function(a,b,c){function d(a,b){var c=String.fromCharCode;
l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);
var d=k.toDataURL();
l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);
var e=k.toDataURL();
return d===e}function e(a){var b;
if(!l||!l.fillText)return!1;
switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,564***,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,564***,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);
case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");
c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");
for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;
i<j.length;
i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);
c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,do***ent,window._wpemojiSettings);
</script>
<script type="text/javascript" src="https://www.zdnet.de/wp-content/themes/korasa-zdnet-de/js/jquery.js?ver=4.9.12"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp-content/plugins/nme-webtracking/js/nme-probance-tagger.js?ver=1.0"></script>
<script type="text/javascript" src="https://www.zdnet.de/wp-content/themes/korasa-zdnet-de/js/jquery.custom.js?ver=4.9.12"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp-content/themes/korasa-zdnet-de/js/jquery.colorbox_patched.js?ver=1_9.5.11"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp-content/themes/korasa-zdnet-de/js/jquery.hoverIntent.min.js?ver=1_9.5.11"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp-content/themes/korasa-zdnet-de/js/jquery.nmiDoubleclickads.js?ver=1_9.5.11"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp-content/themes/korasa-zdnet-de/js/jquery.nmiGallery.js?ver=1_9.5.11"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp-content/themes/korasa-zdnet-de/js/jquery.nmiSliderBox.js?ver=1_9.5.11"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp-content/themes/korasa-zdnet-de/js/jquery.simpletip.js?ver=1_9.5.11"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp-content/themes/korasa-zdnet-de/js/jquery.validate.js?ver=1_9.5.11"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp-content/themes/korasa-zdnet-de/js/zdnet.js?ver=1_9.5.11"></script>
<script type="text/javascript" src="https://www.zdnet.de/wp-content/plugins/kamino-hutt/assets/js/visible.min.js?ver=4.9.12"></script>
<script type="text/javascript">
var kaminoCookie = {
getItem: function (name) {
var cookies = do***ent.cookie.split(';
');
name += "=";
for (var i = 0, n = cookies.length;
i < n;
i++) {
var c = cookies[i];
while (' ' === c.charAt(0)) {
c = c.substring(1);
}
if (0 === c.indexOf(name)) {
return unescape(c.substring(name.length));
}
}
return null;
},
setItem: function (name, value, days, path, domain, secure) {
var expires;
if ('number' === typeof days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = date.toGMTString();
}
do***ent.cookie = name + "=" + escape(value) +
((expires) ? ";
expires=" + expires : "") +
((path) ? ";
path=" + path : "") +
((domain) ? ";
domain=" + domain : "") +
((secure) ? ";
secure" : "");
},
unset: function (name) {
this.setItem(name, '', 0);
},
getSubscriptionItem: function (name) {
var decodeCookie = decodeURIComponent(do***ent.cookie.replace(new RegExp("(?:(?:^|.*;
)\\s*" + encodeURIComponent(name).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=\\s*([^;
]*).*$)|^.*$"), "$1"));
if (decodeCookie) return decodeCookie;
else return null;
}
};
</script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
dataLayer.push({
'page': {
'publicationDate': undefined,
'author': undefined,
'tagContent': undefined,
'format': undefined,
'canonicalSite': undefined,
'parentPage': undefined,
'childPage': undefined,
'companyId': undefined,
'contentId': undefined,
'templatePage': 'homepage' },
'user': {
'userProfile': 'anonymous' }
});
</script>
<script type="text/javascript">
(function(w,d,s,l,i){w[l]=w[l]||[];
w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});
var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';
j.async=true;
j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;
f.parentNode.insertBefore(j,f);
})(window,do***ent,'script','dataLayer','GTM-NWGXDWB');
</script>
<script type="text/javascript">
var wamid = '3799';
/* Wam Account ID */
var typ = '1';
/* Event Type default 1 */
var Wvar = {
"content_id":0,
"profile":'anonymous',
"userid":undefined,
"job-description":undefined,
"industrial-sector":undefined,
"number-of-employees":undefined,
"format":undefined,
"tags":undefined,
"category":undefined,
"device":"desktop"};
(function () {
var w = do***ent.createElement("script");
w.type = "text/javascript";
w.src = do***ent.location.protocol + "//cstatic.weborama.fr/js/wam/customers/wamfactory_dpm.wildcard.min.js?rnd=" + new Date().getTime();
w.async = true;
var body = do***ent.getElementsByTagName('script')[0];
body.parentNode.insertBefore(w, body);
})();
</script>
<script type="text/javascript">
var nme_ga_events = [{"name":"type","value":"home"},{"name":"theme","value":"zdnet-de"}];
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;
i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();
a=s.createElement(o),
m=s.getElementsByTagName(o)[0];
a.async=1;
a.src=g;
m.parentNode.insertBefore(a,m)
})(window,do***ent,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-456680-2');
ga('set', 'anonymizeIp', true);
ga('require', 'linkid', 'linkid.js');
ga('require', 'displayfeatures');
for (i = 0;
i < nme_ga_events.length;
i++) {
ga('send', 'event', nme_ga_events[i].name, nme_ga_events[i].value);
}
ga('send', 'pageview');
</script>
<script type="text/javascript">
{
"@context": "http://schema.org",
"@type": "WebSite",
"publisher": {
"@type": "WebSite",
"name": "ZDNet.de"
}
}
</script>
<script type="text/javascript">
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function () {
var gads = do***ent.createElement("script");
gads.async = true;
gads.type = "text/javascript";
var useSSL = "https:" == do***ent.location.protocol;
gads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js";
var node = do***ent.getElementsByTagName("script")[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script type="text/javascript">
dfp_device_view = "mobile";
hutt_defineSlot = {};
hutt_defineSlot_slot_object = {};
hutt_defineSlot_slot_object_infinite_scroll = [];
hutt_original_page_id = "";
//This will detect if we are on desktop or mobile device
var only_for_desktop = jQuery(".only-for-desktop").filter(":visible");
if(only_for_desktop.length > 0){
dfp_device_view = "desktop";
}
googletag.cmd.push(function() {
googletag.pubads().enableSingleRequest();
googletag.pubads().collapseEmptyDivs();
googletag.pubads().disableInitialLoad();
googletag.enableServices();
});
</script>
<script type="text/javascript">
var _qevents = _qevents || [];
(function() {
var elem = do***ent.createElement('script');
elem.src = (do***ent.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
elem.async = true;
elem.type = "text/javascript";
var scpt = do***ent.getElementsByTagName('script')[0];
scpt.parentNode.insertBefore(elem, scpt);
})();
_qevents.push({
qacct:"p-b_u_Xb_WWfVRW"
});
</script>
<script type="text/javascript">
var ezt = ezt ||[];
(function(){
var elem = do***ent.createElement('script');
elem.src = (do***ent.location.protocol == "https:" ? "https://secure" : "http://pixel") + ".quantserve.com/aquant.js?a=p-jjcJ16u-aRp5x";
elem.async = true;
elem.type = "text/javascript";
var scpt = do***ent.getElementsByTagName('script')[0];
scpt.parentNode.insertBefore(elem,scpt);
}());
ezt.push({qacct: 'p-jjcJ16u-aRp5x',
orderid: '',
revenue: ''
});
</script>
<script type="text/javascript" src="https://sac.ayads.co/sublime/29844"></script>
<script type="text/javascript">
var screensize = do***ent.do***entElement.clientWidth;
if (screensize < ***00) {var minscreenwidth = "1280";
} else {var minscreenwidth = "1920";
}var u_company = "n/a";
var u_job_description = "n/a";
var u_company_size = "n/a";
var u_industry = "n/a";
if (kaminoCookie.getItem("ct_echo") != undefined) {var ct_echo = JSON.parse(kaminoCookie.getItem("ct_echo"));
ct_echo.details = ct_echo.details || {};
u_company = ct_echo.company || "n/a";
u_job_description = ct_echo.details.jd || "n/a";
u_company_size = ct_echo.details.ne || "n/a";
u_industry = ct_echo.details.is || "n/a";
}console.log("id:DESKTOP_SKIN-0");
var scr = do***ent.getElementById("DESKTOP_SKIN-0");
var device = "desktop";
if(dfp_device_view == device){var slot_div = do***ent.createElement("div");
slot_div.setAttribute("id", "div-gpt-ad-DESKTOP_SKIN-0");
slot_div.setAttribute("class", "dfp_ad div-gpt-ad-DESKTOP_SKIN-0 desktop");
slot_div.setAttribute("height", "0");
var word = "";
if(word != ""){var slot_word_div = do***ent.createElement("div");
slot_word_div.setAttribute("class", "dfp_word");
slot_word_div.innerHTML = word;
slot_div.appendChild(slot_word_div);
}scr.parentNode.insertBefore(slot_div, scr.nextSibling);
googletag.cmd.push(function() {var infinite_scroll = false;
if("" != ""){infinite_scroll = true;
if(hutt_original_page_id != ""){hutt_original_page_id = "";
hutt_defineSlot_slot_object_infinite_scroll = [];
}}var slot = googletag.defineSlot("/16255858/zdnet/home",[1, 1], "div-gpt-ad-DESKTOP_SKIN-0").setTargeting("min_width", minscreenwidth).setTargeting("job_description", u_job_description).setTargeting("company_size", u_company_size).setTargeting("industry", u_industry).setTargeting("company", u_company).addService(googletag.pubads());
if(infinite_scroll == true){hutt_defineSlot_slot_object_infinite_scroll.push( slot );
}googletag.display("div-gpt-ad-DESKTOP_SKIN-0");
});
}
</script>
<script type="text/javascript">
var screensize = do***ent.do***entElement.clientWidth;
if (screensize < ***00) {var minscreenwidth = "1280";
} else {var minscreenwidth = "1920";
}var u_company = "n/a";
var u_job_description = "n/a";
var u_company_size = "n/a";
var u_industry = "n/a";
if (kaminoCookie.getItem("ct_echo") != undefined) {var ct_echo = JSON.parse(kaminoCookie.getItem("ct_echo"));
ct_echo.details = ct_echo.details || {};
u_company = ct_echo.company || "n/a";
u_job_description = ct_echo.details.jd || "n/a";
u_company_size = ct_echo.details.ne || "n/a";
u_industry = ct_echo.details.is || "n/a";
}console.log("id:MOBILE_BANNER-1");
var scr = do***ent.getElementById("MOBILE_BANNER-1");
var device = "mobile";
if(dfp_device_view == device){var slot_div = do***ent.createElement("div");
slot_div.setAttribute("id", "div-gpt-ad-MOBILE_BANNER-1");
slot_div.setAttribute("class", "dfp_ad div-gpt-ad-MOBILE_BANNER-1 mobile");
slot_div.setAttribute("height", "0");
var word = "";
if(word != ""){var slot_word_div = do***ent.createElement("div");
slot_word_div.setAttribute("class", "dfp_word");
slot_word_div.innerHTML = word;
slot_div.appendChild(slot_word_div);
}scr.parentNode.insertBefore(slot_div, scr.nextSibling);
googletag.cmd.push(function() {var infinite_scroll = false;
if("" != ""){infinite_scroll = true;
if(hutt_original_page_id != ""){hutt_original_page_id = "";
hutt_defineSlot_slot_object_infinite_scroll = [];
}}var slot = googletag.defineSlot("/16255858/zdnet/home",[[320, 50], [300, 50]], "div-gpt-ad-MOBILE_BANNER-1").setTargeting("pos", 1).setTargeting("min_width", minscreenwidth).setTargeting("job_description", u_job_description).setTargeting("company_size", u_company_size).setTargeting("industry", u_industry).setTargeting("company", u_company).addService(googletag.pubads());
if(infinite_scroll == true){hutt_defineSlot_slot_object_infinite_scroll.push( slot );
}googletag.display("div-gpt-ad-MOBILE_BANNER-1");
});
}
</script>
<script type="text/javascript">
var screensize = do***ent.do***entElement.clientWidth;
if (screensize < ***00) {var minscreenwidth = "1280";
} else {var minscreenwidth = "1920";
}var u_company = "n/a";
var u_job_description = "n/a";
var u_company_size = "n/a";
var u_industry = "n/a";
if (kaminoCookie.getItem("ct_echo") != undefined) {var ct_echo = JSON.parse(kaminoCookie.getItem("ct_echo"));
ct_echo.details = ct_echo.details || {};
u_company = ct_echo.company || "n/a";
u_job_description = ct_echo.details.jd || "n/a";
u_company_size = ct_echo.details.ne || "n/a";
u_industry = ct_echo.details.is || "n/a";
}console.log("id:DESKTOP_MEGA-1");
var scr = do***ent.getElementById("DESKTOP_MEGA-1");
var device = "desktop";
if(dfp_device_view == device){var slot_div = do***ent.createElement("div");
slot_div.setAttribute("id", "div-gpt-ad-DESKTOP_MEGA-1");
slot_div.setAttribute("class", "dfp_ad div-gpt-ad-DESKTOP_MEGA-1 desktop");
slot_div.setAttribute("height", "0");
var word = "";
if(word != ""){var slot_word_div = do***ent.createElement("div");
slot_word_div.setAttribute("class", "dfp_word");
slot_word_div.innerHTML = word;
slot_div.appendChild(slot_word_div);
}scr.parentNode.insertBefore(slot_div, scr.nextSibling);
googletag.cmd.push(function() {var infinite_scroll = false;
if("" != ""){infinite_scroll = true;
if(hutt_original_page_id != ""){hutt_original_page_id = "";
hutt_defineSlot_slot_object_infinite_scroll = [];
}}var slot = googletag.defineSlot("/16255858/zdnet/home",[[728, 90], [728, 200], [900, 200], [970, 250], [970, 90], [976, 50], [976, 66], [976, 150], [1016, 150], [1016, 300], [1080, 90], [1080, 200], [1080, 250], [1080, 300], [976, 250], [970, 150], [1014, 300], [1080, 440]], "div-gpt-ad-DESKTOP_MEGA-1").setTargeting("pos", 1).setTargeting("min_width", minscreenwidth).setTargeting("job_description", u_job_description).setTargeting("company_size", u_company_size).setTargeting("industry", u_industry).setTargeting("company", u_company).addService(googletag.pubads());
if(infinite_scroll == true){hutt_defineSlot_slot_object_infinite_scroll.push( slot );
}googletag.display("div-gpt-ad-DESKTOP_MEGA-1");
});
}
</script>
<script type="text/javascript">
var screensize = do***ent.do***entElement.clientWidth;
if (screensize < ***00) {var minscreenwidth = "1280";
} else {var minscreenwidth = "1920";
}var u_company = "n/a";
var u_job_description = "n/a";
var u_company_size = "n/a";
var u_industry = "n/a";
if (kaminoCookie.getItem("ct_echo") != undefined) {var ct_echo = JSON.parse(kaminoCookie.getItem("ct_echo"));
ct_echo.details = ct_echo.details || {};
u_company = ct_echo.company || "n/a";
u_job_description = ct_echo.details.jd || "n/a";
u_company_size = ct_echo.details.ne || "n/a";
u_industry = ct_echo.details.is || "n/a";
}console.log("id:MOBILE_MPU-4");
var scr = do***ent.getElementById("MOBILE_MPU-4");
var device = "mobile";
if(dfp_device_view == device){var slot_div = do***ent.createElement("div");
slot_div.setAttribute("id", "div-gpt-ad-MOBILE_MPU-4");
slot_div.setAttribute("class", "dfp_ad div-gpt-ad-MOBILE_MPU-4 mobile");
slot_div.setAttribute("height", "0");
var word = "";
if(word != ""){var slot_word_div = do***ent.createElement("div");
slot_word_div.setAttribute("class", "dfp_word");
slot_word_div.innerHTML = word;
slot_div.appendChild(slot_word_div);
}scr.parentNode.insertBefore(slot_div, scr.nextSibling);
googletag.cmd.push(function() {var infinite_scroll = false;
if("" != ""){infinite_scroll = true;
if(hutt_original_page_id != ""){hutt_original_page_id = "";
hutt_defineSlot_slot_object_infinite_scroll = [];
}}var slot = googletag.defineSlot("/16255858/zdnet/home",[[300, 250], [300, 600]], "div-gpt-ad-MOBILE_MPU-4").setTargeting("pos", 4).setTargeting("min_width", minscreenwidth).setTargeting("job_description", u_job_description).setTargeting("company_size", u_company_size).setTargeting("industry", u_industry).setTargeting("company", u_company).addService(googletag.pubads());
if(infinite_scroll == true){hutt_defineSlot_slot_object_infinite_scroll.push( slot );
}googletag.display("div-gpt-ad-MOBILE_MPU-4");
});
}
</script>
<script type="text/javascript">
var screensize = do***ent.do***entElement.clientWidth;
if (screensize < ***00) {var minscreenwidth = "1280";
} else {var minscreenwidth = "1920";
}var u_company = "n/a";
var u_job_description = "n/a";
var u_company_size = "n/a";
var u_industry = "n/a";
if (kaminoCookie.getItem("ct_echo") != undefined) {var ct_echo = JSON.parse(kaminoCookie.getItem("ct_echo"));
ct_echo.details = ct_echo.details || {};
u_company = ct_echo.company || "n/a";
u_job_description = ct_echo.details.jd || "n/a";
u_company_size = ct_echo.details.ne || "n/a";
u_industry = ct_echo.details.is || "n/a";
}console.log("id:DESKTOP_NATIVE_FEED_HOME-1");
var scr = do***ent.getElementById("DESKTOP_NATIVE_FEED_HOME-1");
var device = "desktop";
if(dfp_device_view == device){var slot_div = do***ent.createElement("div");
slot_div.setAttribute("id", "div-gpt-ad-DESKTOP_NATIVE_FEED_HOME-1");
slot_div.setAttribute("class", "dfp_ad div-gpt-ad-DESKTOP_NATIVE_FEED_HOME-1 desktop");
slot_div.setAttribute("height", "0");
var word = "";
if(word != ""){var slot_word_div = do***ent.createElement("div");
slot_word_div.setAttribute("class", "dfp_word");
slot_word_div.innerHTML = word;
slot_div.appendChild(slot_word_div);
}scr.parentNode.insertBefore(slot_div, scr.nextSibling);
googletag.cmd.push(function() {var infinite_scroll = false;
if("" != ""){infinite_scroll = true;
if(hutt_original_page_id != ""){hutt_original_page_id = "";
hutt_defineSlot_slot_object_infinite_scroll = [];
}}var slot = googletag.defineSlot("/16255858/zdnet/home",[8, 8], "div-gpt-ad-DESKTOP_NATIVE_FEED_HOME-1").setTargeting("pos", 1).setTargeting("min_width", minscreenwidth).setTargeting("job_description", u_job_description).setTargeting("company_size", u_company_size).setTargeting("industry", u_industry).setTargeting("company", u_company).addService(googletag.pubads());
if(infinite_scroll == true){hutt_defineSlot_slot_object_infinite_scroll.push( slot );
}googletag.display("div-gpt-ad-DESKTOP_NATIVE_FEED_HOME-1");
});
}
</script>
<script type="text/javascript">
do***ent.getElementById('div-gpt-ad-DESKTOP_NATIVE_FEED_HOME-1').style.backgroundImage = 'none';
do***ent.getElementById('div-gpt-ad-DESKTOP_NATIVE_FEED_HOME-1').style.marginBottom = '0';
do***ent.getElementById('div-gpt-ad-DESKTOP_NATIVE_FEED_HOME-1').style.margintop = '0';
</script>
<script type="text/javascript">
var screensize = do***ent.do***entElement.clientWidth;
if (screensize < ***00) {var minscreenwidth = "1280";
} else {var minscreenwidth = "1920";
}var u_company = "n/a";
var u_job_description = "n/a";
var u_company_size = "n/a";
var u_industry = "n/a";
if (kaminoCookie.getItem("ct_echo") != undefined) {var ct_echo = JSON.parse(kaminoCookie.getItem("ct_echo"));
ct_echo.details = ct_echo.details || {};
u_company = ct_echo.company || "n/a";
u_job_description = ct_echo.details.jd || "n/a";
u_company_size = ct_echo.details.ne || "n/a";
u_industry = ct_echo.details.is || "n/a";
}console.log("id:DESKTOP_MPU-1");
var scr = do***ent.getElementById("DESKTOP_MPU-1");
var device = "desktop";
if(dfp_device_view == device){var slot_div = do***ent.createElement("div");
slot_div.setAttribute("id", "div-gpt-ad-DESKTOP_MPU-1");
slot_div.setAttribute("class", "dfp_ad div-gpt-ad-DESKTOP_MPU-1 desktop");
slot_div.setAttribute("height", "0");
var word = "";
if(word != ""){var slot_word_div = do***ent.createElement("div");
slot_word_div.setAttribute("class", "dfp_word");
slot_word_div.innerHTML = word;
slot_div.appendChild(slot_word_div);
}scr.parentNode.insertBefore(slot_div, scr.nextSibling);
googletag.cmd.push(function() {var infinite_scroll = false;
if("" != ""){infinite_scroll = true;
if(hutt_original_page_id != ""){hutt_original_page_id = "";
hutt_defineSlot_slot_object_infinite_scroll = [];
}}var slot = googletag.defineSlot("/16255858/zdnet/home",[[300, 250], [300, 600], [300, 90]], "div-gpt-ad-DESKTOP_MPU-1").setTargeting("pos", 1).setTargeting("min_width", minscreenwidth).setTargeting("job_description", u_job_description).setTargeting("company_size", u_company_size).setTargeting("industry", u_industry).setTargeting("company", u_company).addService(googletag.pubads());
if(infinite_scroll == true){hutt_defineSlot_slot_object_infinite_scroll.push( slot );
}googletag.display("div-gpt-ad-DESKTOP_MPU-1");
});
}
</script>
<script type="text/javascript">
var screensize = do***ent.do***entElement.clientWidth;
if (screensize < ***00) {var minscreenwidth = "1280";
} else {var minscreenwidth = "1920";
}var u_company = "n/a";
var u_job_description = "n/a";
var u_company_size = "n/a";
var u_industry = "n/a";
if (kaminoCookie.getItem("ct_echo") != undefined) {var ct_echo = JSON.parse(kaminoCookie.getItem("ct_echo"));
ct_echo.details = ct_echo.details || {};
u_company = ct_echo.company || "n/a";
u_job_description = ct_echo.details.jd || "n/a";
u_company_size = ct_echo.details.ne || "n/a";
u_industry = ct_echo.details.is || "n/a";
}console.log("id:DESKTOP_MPU-3");
var scr = do***ent.getElementById("DESKTOP_MPU-3");
var device = "desktop";
if(dfp_device_view == device){var slot_div = do***ent.createElement("div");
slot_div.setAttribute("id", "div-gpt-ad-DESKTOP_MPU-3");
slot_div.setAttribute("class", "dfp_ad div-gpt-ad-DESKTOP_MPU-3 desktop");
slot_div.setAttribute("height", "0");
var word = "";
if(word != ""){var slot_word_div = do***ent.createElement("div");
slot_word_div.setAttribute("class", "dfp_word");
slot_word_div.innerHTML = word;
slot_div.appendChild(slot_word_div);
}scr.parentNode.insertBefore(slot_div, scr.nextSibling);
googletag.cmd.push(function() {var infinite_scroll = false;
if("" != ""){infinite_scroll = true;
if(hutt_original_page_id != ""){hutt_original_page_id = "";
hutt_defineSlot_slot_object_infinite_scroll = [];
}}var slot = googletag.defineSlot("/16255858/zdnet/home",[[300, 250], [300, 600], [300, 90]], "div-gpt-ad-DESKTOP_MPU-3").setTargeting("pos", 3).setTargeting("min_width", minscreenwidth).setTargeting("job_description", u_job_description).setTargeting("company_size", u_company_size).setTargeting("industry", u_industry).setTargeting("company", u_company).addService(googletag.pubads());
if(infinite_scroll == true){hutt_defineSlot_slot_object_infinite_scroll.push( slot );
}googletag.display("div-gpt-ad-DESKTOP_MPU-3");
});
}
</script>
<script type="text/javascript">
var screensize = do***ent.do***entElement.clientWidth;
if (screensize < ***00) {var minscreenwidth = "1280";
} else {var minscreenwidth = "1920";
}var u_company = "n/a";
var u_job_description = "n/a";
var u_company_size = "n/a";
var u_industry = "n/a";
if (kaminoCookie.getItem("ct_echo") != undefined) {var ct_echo = JSON.parse(kaminoCookie.getItem("ct_echo"));
ct_echo.details = ct_echo.details || {};
u_company = ct_echo.company || "n/a";
u_job_description = ct_echo.details.jd || "n/a";
u_company_size = ct_echo.details.ne || "n/a";
u_industry = ct_echo.details.is || "n/a";
}console.log("id:DESKTOP_MPU-2");
var scr = do***ent.getElementById("DESKTOP_MPU-2");
var device = "desktop";
if(dfp_device_view == device){var slot_div = do***ent.createElement("div");
slot_div.setAttribute("id", "div-gpt-ad-DESKTOP_MPU-2");
slot_div.setAttribute("class", "dfp_ad div-gpt-ad-DESKTOP_MPU-2 desktop");
slot_div.setAttribute("height", "0");
var word = "";
if(word != ""){var slot_word_div = do***ent.createElement("div");
slot_word_div.setAttribute("class", "dfp_word");
slot_word_div.innerHTML = word;
slot_div.appendChild(slot_word_div);
}scr.parentNode.insertBefore(slot_div, scr.nextSibling);
googletag.cmd.push(function() {var infinite_scroll = false;
if("" != ""){infinite_scroll = true;
if(hutt_original_page_id != ""){hutt_original_page_id = "";
hutt_defineSlot_slot_object_infinite_scroll = [];
}}var slot = googletag.defineSlot("/16255858/zdnet/home",[[300, 250], [300, 600], [300, 90]], "div-gpt-ad-DESKTOP_MPU-2").setTargeting("pos", 2).setTargeting("min_width", minscreenwidth).setTargeting("job_description", u_job_description).setTargeting("company_size", u_company_size).setTargeting("industry", u_industry).setTargeting("company", u_company).addService(googletag.pubads());
if(infinite_scroll == true){hutt_defineSlot_slot_object_infinite_scroll.push( slot );
}googletag.display("div-gpt-ad-DESKTOP_MPU-2");
});
}
</script>
<script type="text/javascript" src="https://api.ictjob.de/content-widget.js"></script>
<script type="text/javascript">
var screensize = do***ent.do***entElement.clientWidth;
if (screensize < ***00) {var minscreenwidth = "1280";
} else {var minscreenwidth = "1920";
}var u_company = "n/a";
var u_job_description = "n/a";
var u_company_size = "n/a";
var u_industry = "n/a";
if (kaminoCookie.getItem("ct_echo") != undefined) {var ct_echo = JSON.parse(kaminoCookie.getItem("ct_echo"));
ct_echo.details = ct_echo.details || {};
u_company = ct_echo.company || "n/a";
u_job_description = ct_echo.details.jd || "n/a";
u_company_size = ct_echo.details.ne || "n/a";
u_industry = ct_echo.details.is || "n/a";
}console.log("id:MOBILE_BANNER-2");
var scr = do***ent.getElementById("MOBILE_BANNER-2");
var device = "mobile";
if(dfp_device_view == device){var slot_div = do***ent.createElement("div");
slot_div.setAttribute("id", "div-gpt-ad-MOBILE_BANNER-2");
slot_div.setAttribute("class", "dfp_ad div-gpt-ad-MOBILE_BANNER-2 mobile");
slot_div.setAttribute("height", "0");
var word = "";
if(word != ""){var slot_word_div = do***ent.createElement("div");
slot_word_div.setAttribute("class", "dfp_word");
slot_word_div.innerHTML = word;
slot_div.appendChild(slot_word_div);
}scr.parentNode.insertBefore(slot_div, scr.nextSibling);
googletag.cmd.push(function() {var infinite_scroll = false;
if("" != ""){infinite_scroll = true;
if(hutt_original_page_id != ""){hutt_original_page_id = "";
hutt_defineSlot_slot_object_infinite_scroll = [];
}}var slot = googletag.defineSlot("/16255858/zdnet/home",[[320, 50], [300, 50]], "div-gpt-ad-MOBILE_BANNER-2").setTargeting("pos", 2).setTargeting("min_width", minscreenwidth).setTargeting("job_description", u_job_description).setTargeting("company_size", u_company_size).setTargeting("industry", u_industry).setTargeting("company", u_company).addService(googletag.pubads());
if(infinite_scroll == true){hutt_defineSlot_slot_object_infinite_scroll.push( slot );
}googletag.display("div-gpt-ad-MOBILE_BANNER-2");
});
}
</script>
<script type="text/javascript">
var subscription = JSON.parse(kaminoCookie.getSubscriptionItem('de9'));
if (subscription !== null) {
var ninja = subscription.ninja;
var status = subscription.status;
}
var profileConnect = do***ent.querySelectorAll(".nav-menus .connect a");
var profileNewsletter = do***ent.querySelectorAll(".nav-menus .newsletter a");
var profileConnectLogout = do***ent.querySelectorAll(".nav-menus .connect");
if (subscription !== null && ninja !== 1 && status !== 5) {
for (var i = 0;
i < profileConnect.length;
i++) {
profileConnect[i].href = 'http://subscriber.zdnet.de/profile';
profileNewsletter[i].href = 'http://subscriber.zdnet.de/profile/index.php?continue=http%3A%2F%2Fwww.zdnet.de%2F&continue_label=ZDNet.de';
;
profileConnect[i].innerHTML = subscription.name + ' ' + subscription.surname.substr(0, 1);
profileNewsletter[i].innerHTML = '<span class="text">Profil bearbeiten';
var logoutButton = '<span class="logoutbutton"><a href="http://subscriber.zdnet.de/profile/logout.php?continue=http%3A%2F%2Fwww.zdnet.de%2F&continue_label=ZDNet.de" id="profile-box-name" class="profile-box-logout"><span>Disconnect';
profileConnectLogout[i].innerHTML = profileConnectLogout[i].innerHTML + logoutButton;
}
} else {
for (var i = 0;
i < profileConnect.length;
i++) {
profileConnect[i].href = 'http://subscriber.zdnet.de/profile/login.php?continue=http%3A%2F%2Fwww.zdnet.de%2F&continue_label=ZDNet.de';
profileNewsletter[i].href = 'http://subscriber.zdnet.de/profile/index.php?continue=http%3A%2F%2Fwww.zdnet.de%2F&continue_label=ZDNet.de';
profileConnect[i].innerHTML = 'Login';
profileNewsletter[i].innerHTML = 'Newsletter';
}
}
</script>
<script type="text/javascript" src="https://www.zdnet.de/wp-content/themes/korasa-zdnet-de/assets/js/advertising.js"></script>
<script type="text/javascript">
(function ($) {
$(window).load(function() {
var site_name = "zdnet.de",
site_name = site_name.replace('itespresso', 'ITespresso'),
site_name = site_name.replace('siliconnews', 'SiliconNews'),
site_name = site_name.replace('siliconweek', 'SiliconWeek'),
site_name = site_name.replace('silicon', 'Silicon'),
site_name = site_name.replace('channelbiz', 'Channelbiz'),
site_name = site_name.replace('techweekeurope', 'TechWeekEurope'),
cookie_site_name = 'u47b',
cookie_auth = 'anId',
display_message = false,
url_subscriber_form = "http://subscriber.zdnet.de";
if( window.can_i_run_ads === undefined ){
//AdBlock is enabled.
display_message = true;
}
// check if user connected cookie exist
var cookie_connected_user = kaminoCookie.getItem(cookie_auth);
if (cookie_connected_user != null) {
display_message = false;
}
// Get cookie value
var cookie_adblocker = kaminoCookie.getItem(cookie_site_name);
if (cookie_adblocker != null) {
display_message = false;
}
if (display_message == true) {
var style = "<style>";
style += '#abl-overlay{position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10000;
-webkit-overflow-scrolling: touch;
overflow: hidden;
overflow-y: auto;
}';
style += '#abl-overlay .abl-overlay-message{margin: 100px auto;
position: relative;
background-color:#ffffff;
width: 690px;
max-width:90%;
z-index: 10002;
}';
style += '#abl-overlay .abl-overlay-message-title{padding: 25px 50px;
font-size: 14px;
font-weight: 700;
border-bottom: 1px solid #DDD;
text-align: center;
}';
style += '#abl-overlay .abl-overlay-message-content{padding:30px 50px;
}';
style += '#abl-overlay .abl-overlay-bg{position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=50);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 10001;
}';
style += '#abl-overlay .glyphicon-remove{ top: 20px;
right: 15px;
position: absolute;
border: 1px solid #C8C8C8;
padding: 4px;
border-radius: 50%;
color: #ABABAB;
background-color: #F9F9F9;
font-size: 12px;
}';
style += '#abl-overlay .glyphicon-remove:hover{cursor:pointer;
}';
style += '#abl-overlay ol{padding:0;
margin: 0px;
list-style-position: inside;
}';
style += '#abl-overlay ol li{color: #767676;
margin-bottom: 20px;
line-height: 19px;
font-size: 14px;
padding-left: 20px;
}';
style += '#abl-overlay ol li a{text-decoration: underline;
}';
style += '#abl-overlay .abl-footer{ color: #767676;
font-size: 13px;
line-height: 25px;
font-weight: 700;
margin-bottom: 17px;
}';
style += '#abl-overlay .step-title{font-size: 13px;
font-weight: 700;
}';
style += "";
//message for france
if("germany" == 'france'){
var message = '<div class="glyphicon glyphicon-remove">';
message += '<div class="abl-overlay-message-title">Cher lecteur de ' + site_name + '';
message += '<div class="abl-overlay-message-content">';
message += '<p>Vous utilisez « Adblock » ou un autre logiciel qui bloque les écrans publicitaires. Ces écrans publicitaires sont une source de revenus nécessaire à notre indépendance.';
message += '<p>Pour continuer à apprécier nos informations tout en gardant une bonne expérience de lecture, nous vous proposons soit :<br>';
message += '<ol>';
message += '<li>';
message += '<strong>A) Validez dans votre logiciel Adblock votre acceptation de la visibilité des publicités sur les sites du groupe NetmediaEurope.';
message += '<p>Depuis la barre des modules vous pouvez désactiver AdBlock pour le domaine <strong>"'+site_name+'". Vous accéderez alors à l’ensemble des sites du groupe.';
message += '';
message += '<li>';
message += '<strong>B) Rejoignez gratuitement notre communauté de lecteurs en partageant votre email professionnel.';
message += '<p><a id="subcriber_link" href="' + url_subscriber_form +'?utm_source=b_message&utm_medium=site" target="_blank">Vous pouvez vous inscrire sur ce lien. Vous recevrez un email de bienvenue dans votre boite mail pour confirmer votre accord.';
message += '<p>Vous pourrez continuer à consulter nos sites sans écrans publicitaires';
message += '';
message += '';
message += '<p class="abl-footer">Merci pour votre compréhension et soutien,<br>';
message += 'L\'équipe NetmediaEurope';
message += '';
}else if("germany" == 'italy') {
//message for italy
var message = '<div class="glyphicon glyphicon-remove">';
message += '<div class="abl-overlay-message-title">Caro lettore di ' + site_name + '';
message += '<div class="abl-overlay-message-content">';
message += '<p>Sembra che tu stia utilizzando « Adblock » o un altro software che blocca la visualizzazione della pubblicità. La pubblicità è una fonte di ricavi che ci permette di rimanere indipendenti.';
message += '<p>Per continuare ad accedere ai nostri contenuti, con una buona esperienza di lettura, ti consigliamo di agire in uno dei seguenti modi:<br>';
message += '<ol>';
message += '<li>';
message += '<strong>A) Permettere in Adblock la visualizzazione della pubblicità sui nostri siti. ';
message += '<p>Dalla barra degli strumenti puoi disabilitare Adblock per il dominio <strong>"' + site_name + '".';
message += '';
message += '<li>';
message += '<strong>B) Iscriverti gratuitamente alla nostra comunità di lettori fornendo la tua e-mail professionale.';
message += '<p><a id="subcriber_link" href="' + url_subscriber_form + '?utm_source=b_message&utm_medium=site" target="_blank">Per far ciò, iscriviti qui. Riceverai una e-mail di benvenuto nella tua casella di posta, per convalidare e confermare la tua sottoscrizione.';
message += '<p>Potrai continuare a consultare i nostri siti senza pubblicità.';
message += '';
message += '';
message += '<p class="abl-footer">Grazie per la tua collaborazione e comprensione,<br>';
message += 'Il team di NetMediaEurope';
message += '';
}else if("germany" == 'spain') {
//message for spain
var message = '<div class="glyphicon glyphicon-remove">';
message += '<div class="abl-overlay-message-title">Estimado lector de ' + site_name + '';
message += '<div class="abl-overlay-message-content">';
message += '<p>Está utilizando un “Adblock” u otro tipo de software que bloquea los mensajes publicitarios. Estos mensajes son una fuente de ingresos que nos permite seguiradelante con nuestro trabajo diario.';
message += '<p>Para seguir disfrutando de nuestros contenidos especializados en Tecnologías de la Información, le sugerimos lo siguiente:<br>';
message += '<ol>';
message += '<li>';
message += '<strong>A) Por favor deshabilite el adblocker para nuestros sitios. Le aseguramos que nuestros anuncios sonapropiados y no intrusivos. De esta forma tendrá acceso a todas las publicaciones que edita el grupo NetMediaEurope.';
message += '<p>Desde la barra de herramientas desactive AdBlock para el dominio <strong>"' + site_name + '".';
message += '';
message += '<li>';
message += '<strong>B) Acceda de forma gratuita a nuestra comunidad de lectores compartiendo con nosotros su dirección de correo electrónico.';
message += '<p><a id="subcriber_link" href="' + url_subscriber_form + '?utm_source=b_message&utm_medium=site" target="_blank">Puede registrarse a través de este enlace. Recibirá un e-mail de bienvenida en su bandeja de entrada para confirmar que está de acuerdo.';
message += '<p>En este punto podrá seguir navegando por nuestros sitios sin visualizar ningún anuncio publicitario. ';
message += '';
message += '';
message += '<p class="abl-footer">Gracias por su comprensión.<br>';
message += 'El equipo de NetMediaEurope.';
message += '';
}else if("germany" == 'germany') {
//message for germany
var message = '<div class="glyphicon glyphicon-remove">';
message += '<div class="abl-overlay-message-title">Sehr geehrter Leser von ' + site_name + '';
message += '<div class="abl-overlay-message-content">';
message += '<p>Sie nutzen einen Adblocker, der die Anzeige von Werbung verhindert. Dadurch entgehen unserem Herausgeber täglich Einnahmen, die für die Existenz einer unabhängigen Redaktion nötig sind.';
message += '<p>Wir bitten Sie daher um folgendes:<br>';
message += '<ol>';
message += '<li>';
message += '<strong>A) Bitte fügen Sie für ' + site_name + ' eine Ausnahmeregel in ihrer Adblocker-Software hinzu oder';
message += '<p>Ausnahmeregel für ' + site_name + ' hinzufügen.';
message += '';
message += '<li>';
message += '<strong>B) <a id="subcriber_link" href="' + url_subscriber_form + '?utm_source=b_message&utm_medium=site" target="_blank">Registrieren Sie sich für einen unserer Newsletter unter folgendem Link.';
message += '<p>Zur Bestätigung erhalten Sie eine Nachricht von uns.';
message += '';
message += '';
message += '<p class="abl-footer">Vielen Dank für Ihr Verständnis und Unterstützung<br>';
message += 'Ihr ' + site_name + '-Team';
message += '';
}else if("germany" == 'portugal' || "germany" == 'brazil') {
//message for germany
var message = '<div class="glyphicon glyphicon-remove">';
message += '<div class="abl-overlay-message-title">Caros leitores de ' + site_name + '';
message += '<div class="abl-overlay-message-content">';
message += '<p>Parece que você está usando ""Adblock"" ou outro software que bloqueia a exibição de publicidade. Anúncios receita é necessário para manter a nossa qualidade e independência.';
message += '<p>Para continuar acessando nosso conteúdo fantástico, sugerimos que você quer:<br>';
message += '<ol>';
message += '<li>';
message += '<strong>A) Confirmar em seu software Adblock, a sua aceitação para ver anúncios em sites do grupo NetMediaEurope. Nós prometemos que os nossos anúncios são de bom gosto, unobstrusive e apropriada.';
message += '<p>A partir da barra de ferramentas que você pode desativar Adblock para o domínio ' + site_name +'.';
message += '';
message += '<li>';
message += '<strong>B) Registre-se grátis à nossa comunidade de leitores, fornecendo seu e-mail profissional.';
message += '<p><a id="subcriber_link" href="' + url_subscriber_form + '?utm_source=b_message&utm_medium=site" target="_blank">Para fazer isso, por favor,****ine aqui. Você receberá um e-mail de boas-vindas para validar e confirmar sua inscrição.';
message += '<p>Você, então, ser capaz de continuar a visitar nossos sites sem propagandas.';
message += '';
message += '';
message += '<p class="abl-footer">Obrigado por sua consideração.<br>';
message += 'O ' + site_name + ' equipe';
message += '';
}else{
//message for UK
var message = '<div class="glyphicon glyphicon-remove">';
message += '<div class="abl-overlay-message-title">Dear Readers of ' + site_name + '';
message += '<div class="abl-overlay-message-content">';
message += '<p>It seems that you are using "Adblock" or other software that blocks display of advertising. Adverti*****t revenue is necessary to maintain our quality and independence.';
message += '<p>To continue accessing our fantastic content, we suggest you either:<br>';
message += '<ol>';
message += '<li>';
message += '<strong>A) Confirm in your Adblock software, your acceptance to view adverti*****ts on NetMediaEurope group websites. We promise that our ads are tasteful, unobstrusive and appropriate.';
message += '<p>From the toolbar you can disable Adblock for the domain <strong>"' + site_name + '".';
message += '';
message += '<li>';
message += '<strong>B) Join for free our community of readers by providing your professional email.';
message += '<p><a id="subcriber_link" href="' + url_subscriber_form + '?utm_source=b_message&utm_medium=site" target="_blank">To do this, please subscribe here. You will receive a welcome e-mail to validate and confirm your subscription.';
message += '<p>You would then be able to continue browsing our sites without adverti*****ts.';
message += '';
message += '';
message += '<p class="abl-footer">Thank you for your consideration.<br>';
message += 'The NetMediaEurope Team.';
message += '';
}
var overlay = jQuery('<div id="abl-overlay">');
overlay.appendTo("body");
var overlay_message = jQuery('<div class="abl-overlay-message">' + message + '');
overlay_message.appendTo("#abl-overlay");
$(style).appendTo("#abl-overlay");
var overlay_bg = jQuery('<div class="abl-overlay-bg"> ');
overlay_bg.appendTo("#abl-overlay");
ga('send', 'event', 'AdblockMessage', 'Use', 'Yes');
$("#abl-overlay .glyphicon-remove").on("click", function() {
$("#abl-overlay").remove();
// Save in cookie during 30d
kaminoCookie.setItem(cookie_site_name, 'true', 1, "\/", "." + site_name, false);
ga('send', 'event', 'AdblockMessage', 'Close', 'Yes');
});
$( "#subcriber_link" ).on("click", function() {
ga('send', 'event', 'AdblockMessage', 'subcriber_click', 'Yes');
});
}
});
}(jQuery));
</script>
<script type="text/javascript">
(function(){
var myrtbHost = (("https:" == do***ent.location.protocol) ? "https://lib." : "http://lib.");
var myrtbScript = do***ent.createElement("script");
myrtbScript.type = "text/javascript";
myrtbScript.async = true;
myrtbScript.src=myrtbHost+"selfcampaign.com/tag/9901_2b59a8144367a50be39830060aabb000?async=1";
(do***ent.getElementsByTagName("head")[0]||do***ent.getElementsByTagName("body")[0]).appendChild(myrtbScript);
})();
</script>
<script type="text/javascript">
var screensize = do***ent.do***entElement.clientWidth;
if (screensize < ***00) {var minscreenwidth = "1280";
} else {var minscreenwidth = "1920";
}var u_company = "n/a";
var u_job_description = "n/a";
var u_company_size = "n/a";
var u_industry = "n/a";
if (kaminoCookie.getItem("ct_echo") != undefined) {var ct_echo = JSON.parse(kaminoCookie.getItem("ct_echo"));
ct_echo.details = ct_echo.details || {};
u_company = ct_echo.company || "n/a";
u_job_description = ct_echo.details.jd || "n/a";
u_company_size = ct_echo.details.ne || "n/a";
u_industry = ct_echo.details.is || "n/a";
}console.log("id:DESKTOP_PRE_HOME-1");
var scr = do***ent.getElementById("DESKTOP_PRE_HOME-1");
var device = "desktop";
if(dfp_device_view == device){var slot_div = do***ent.createElement("div");
slot_div.setAttribute("id", "div-gpt-ad-DESKTOP_PRE_HOME-1");
slot_div.setAttribute("class", "dfp_ad div-gpt-ad-DESKTOP_PRE_HOME-1 desktop");
slot_div.setAttribute("height", "0");
var word = "";
if(word != ""){var slot_word_div = do***ent.createElement("div");
slot_word_div.setAttribute("class", "dfp_word");
slot_word_div.innerHTML = word;
slot_div.appendChild(slot_word_div);
}scr.parentNode.insertBefore(slot_div, scr.nextSibling);
googletag.cmd.push(function() {var infinite_scroll = false;
if("" != ""){infinite_scroll = true;
if(hutt_original_page_id != ""){hutt_original_page_id = "";
hutt_defineSlot_slot_object_infinite_scroll = [];
}}var slot = googletag.defineSlot("/16255858/zdnet/home",[2, 2], "div-gpt-ad-DESKTOP_PRE_HOME-1").setTargeting("pos", 1).setTargeting("min_width", minscreenwidth).setTargeting("job_description", u_job_description).setTargeting("company_size", u_company_size).setTargeting("industry", u_industry).setTargeting("company", u_company).addService(googletag.pubads());
if(infinite_scroll == true){hutt_defineSlot_slot_object_infinite_scroll.push( slot );
}googletag.display("div-gpt-ad-DESKTOP_PRE_HOME-1");
});
}
</script>
<script type="text/javascript">
var screensize = do***ent.do***entElement.clientWidth;
if (screensize < ***00) {var minscreenwidth = "1280";
} else {var minscreenwidth = "1920";
}var u_company = "n/a";
var u_job_description = "n/a";
var u_company_size = "n/a";
var u_industry = "n/a";
if (kaminoCookie.getItem("ct_echo") != undefined) {var ct_echo = JSON.parse(kaminoCookie.getItem("ct_echo"));
ct_echo.details = ct_echo.details || {};
u_company = ct_echo.company || "n/a";
u_job_description = ct_echo.details.jd || "n/a";
u_company_size = ct_echo.details.ne || "n/a";
u_industry = ct_echo.details.is || "n/a";
}console.log("id:DESKTOP_FOOTER-0");
var scr = do***ent.getElementById("DESKTOP_FOOTER-0");
var device = "desktop";
if(dfp_device_view == device){var slot_div = do***ent.createElement("div");
slot_div.setAttribute("id", "div-gpt-ad-DESKTOP_FOOTER-0");
slot_div.setAttribute("class", "dfp_ad div-gpt-ad-DESKTOP_FOOTER-0 desktop");
slot_div.setAttribute("height", "0");
var word = "";
if(word != ""){var slot_word_div = do***ent.createElement("div");
slot_word_div.setAttribute("class", "dfp_word");
slot_word_div.innerHTML = word;
slot_div.appendChild(slot_word_div);
}scr.parentNode.insertBefore(slot_div, scr.nextSibling);
googletag.cmd.push(function() {var infinite_scroll = false;
if("" != ""){infinite_scroll = true;
if(hutt_original_page_id != ""){hutt_original_page_id = "";
hutt_defineSlot_slot_object_infinite_scroll = [];
}}var slot = googletag.defineSlot("/16255858/zdnet/home",[6, 6], "div-gpt-ad-DESKTOP_FOOTER-0").setTargeting("min_width", minscreenwidth).setTargeting("job_description", u_job_description).setTargeting("company_size", u_company_size).setTargeting("industry", u_industry).setTargeting("company", u_company).addService(googletag.pubads());
if(infinite_scroll == true){hutt_defineSlot_slot_object_infinite_scroll.push( slot );
}googletag.display("div-gpt-ad-DESKTOP_FOOTER-0");
});
}
</script>
<script type="text/javascript">
var screensize = do***ent.do***entElement.clientWidth;
if (screensize < ***00) {var minscreenwidth = "1280";
} else {var minscreenwidth = "1920";
}var u_company = "n/a";
var u_job_description = "n/a";
var u_company_size = "n/a";
var u_industry = "n/a";
if (kaminoCookie.getItem("ct_echo") != undefined) {var ct_echo = JSON.parse(kaminoCookie.getItem("ct_echo"));
ct_echo.details = ct_echo.details || {};
u_company = ct_echo.company || "n/a";
u_job_description = ct_echo.details.jd || "n/a";
u_company_size = ct_echo.details.ne || "n/a";
u_industry = ct_echo.details.is || "n/a";
}console.log("id:DESKTOP_SITE_UNDER-0");
var scr = do***ent.getElementById("DESKTOP_SITE_UNDER-0");
var device = "desktop";
if(dfp_device_view == device){var slot_div = do***ent.createElement("div");
slot_div.setAttribute("id", "div-gpt-ad-DESKTOP_SITE_UNDER-0");
slot_div.setAttribute("class", "dfp_ad div-gpt-ad-DESKTOP_SITE_UNDER-0 desktop");
slot_div.setAttribute("height", "0");
var word = "";
if(word != ""){var slot_word_div = do***ent.createElement("div");
slot_word_div.setAttribute("class", "dfp_word");
slot_word_div.innerHTML = word;
slot_div.appendChild(slot_word_div);
}scr.parentNode.insertBefore(slot_div, scr.nextSibling);
googletag.cmd.push(function() {var infinite_scroll = false;
if("" != ""){infinite_scroll = true;
if(hutt_original_page_id != ""){hutt_original_page_id = "";
hutt_defineSlot_slot_object_infinite_scroll = [];
}}var slot = googletag.defineSlot("/16255858/zdnet/home",[3, 3], "div-gpt-ad-DESKTOP_SITE_UNDER-0").setTargeting("min_width", minscreenwidth).setTargeting("job_description", u_job_description).setTargeting("company_size", u_company_size).setTargeting("industry", u_industry).setTargeting("company", u_company).addService(googletag.pubads());
if(infinite_scroll == true){hutt_defineSlot_slot_object_infinite_scroll.push( slot );
}googletag.display("div-gpt-ad-DESKTOP_SITE_UNDER-0");
});
}
</script>
<script type="text/javascript">
var screensize = do***ent.do***entElement.clientWidth;
if (screensize < ***00) {var minscreenwidth = "1280";
} else {var minscreenwidth = "1920";
}var u_company = "n/a";
var u_job_description = "n/a";
var u_company_size = "n/a";
var u_industry = "n/a";
if (kaminoCookie.getItem("ct_echo") != undefined) {var ct_echo = JSON.parse(kaminoCookie.getItem("ct_echo"));
ct_echo.details = ct_echo.details || {};
u_company = ct_echo.company || "n/a";
u_job_description = ct_echo.details.jd || "n/a";
u_company_size = ct_echo.details.ne || "n/a";
u_industry = ct_echo.details.is || "n/a";
}console.log("id:MOBILE_FLASH_TRANS-2");
var scr = do***ent.getElementById("MOBILE_FLASH_TRANS-2");
var device = "mobile";
if(dfp_device_view == device){var slot_div = do***ent.createElement("div");
slot_div.setAttribute("id", "div-gpt-ad-MOBILE_FLASH_TRANS-2");
slot_div.setAttribute("class", "dfp_ad div-gpt-ad-MOBILE_FLASH_TRANS-2 mobile");
slot_div.setAttribute("height", "0");
var word = "";
if(word != ""){var slot_word_div = do***ent.createElement("div");
slot_word_div.setAttribute("class", "dfp_word");
slot_word_div.innerHTML = word;
slot_div.appendChild(slot_word_div);
}scr.parentNode.insertBefore(slot_div, scr.nextSibling);
googletag.cmd.push(function() {var infinite_scroll = false;
if("" != ""){infinite_scroll = true;
if(hutt_original_page_id != ""){hutt_original_page_id = "";
hutt_defineSlot_slot_object_infinite_scroll = [];
}}var slot = googletag.defineSlot("/16255858/zdnet/home",[2, 2], "div-gpt-ad-MOBILE_FLASH_TRANS-2").setTargeting("pos", 2).setTargeting("min_width", minscreenwidth).setTargeting("job_description", u_job_description).setTargeting("company_size", u_company_size).setTargeting("industry", u_industry).setTargeting("company", u_company).addService(googletag.pubads());
if(infinite_scroll == true){hutt_defineSlot_slot_object_infinite_scroll.push( slot );
}googletag.display("div-gpt-ad-MOBILE_FLASH_TRANS-2");
});
}
</script>
<script type="text/javascript">
googletag.cmd.push(function() {
googletag.pubads().refresh(null, {changeCorrelator: false});
//console.log("ADVERTISING PLUGIN: refresh();
");
});
</script>
<script type="text/javascript">
(function ($) {
setInterval(function () {
googletag.pubads().refresh(null, {changeCorrelator: false});
}, 90000);
})(jQuery);
</script>
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/jquery.color.min.js?ver=2.1.1"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/jquery.query.js?ver=2.1.7"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/ui/menu.min.js?ver=1.11.4"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/wp-a11y.min.js?ver=4.9.12"></script>
<script type="text/javascript">
/* <![CDATA[ */
var uiAutocompleteL10n = {"noResults":"Es wurden keine Kommentare gefunden, die deinen Suchkriterien entsprechen.","oneResult":"1 Ergebnis gefunden. Benutze die Pfeiltasten zum Navigieren.","manyResults":"%d Ergebnisse gefunden. Benutze die Pfeiltasten zum Navigieren.","itemSelected":"Item selected."};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.11.4"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/ui/button.min.js?ver=1.11.4"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.4"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/ui/resizable.min.js?ver=1.11.4"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/ui/draggable.min.js?ver=1.11.4"></script>
www.zdnet.de is using jquery
www.zdnet.de is using ga
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/ui/dialog.min.js?ver=1.11.4"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/ui/droppable.min.js?ver=1.11.4"></script>
www.zdnet.de is using jquery
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/jquery/ui/sortable.min.js?ver=1.11.4"></script>
www.zdnet.de is using jquery
<script type="text/javascript">
/* <![CDATA[ */
var wpcf7 = {"apiSettings":{"root":"https:\/\/www.zdnet.de\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.zdnet.de/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.5"></script>
<script type="text/javascript">
/* <![CDATA[ */
var pollsL10n = {"ajax_url":"https:\/\/www.zdnet.de\/wp\/wp-admin\/admin-ajax.php","text_wait":"Your last request is still being processed. Please wait a while ...","text_valid":"Please choose a valid poll answer.","text_multiple":"Maximum number of choices allowed: ","show_loading":"1","show_fading":"1"};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.zdnet.de/wp-content/plugins/wp-polls/polls-js.js?ver=2.75.3"></script>
<script type="text/javascript">
/* <![CDATA[ */
var ratingsL10n = {"plugin_url":"https:\/\/www.zdnet.de\/wp-content\/plugins\/wp-postratings","ajax_url":"https:\/\/www.zdnet.de\/wp\/wp-admin\/admin-ajax.php","text_wait":"Please rate only 1 item at a time.","image":"zdnet_de","image_ext":"gif","max":"2","show_loading":"1","show_fading":"1","custom":"1"};
var ratings_1_mouseover_image=new Image();
ratings_1_mouseover_image.src="https://www.zdnet.de/wp-content/plugins/wp-postratings/images/zdnet_de/rating_1_over.gif";
var ratings_2_mouseover_image=new Image();
ratings_2_mouseover_image.src="https://www.zdnet.de/wp-content/plugins/wp-postratings/images/zdnet_de/rating_2_over.gif";
;
/* ]]> */
</script>
<script type="text/javascript" src="https://www.zdnet.de/wp-content/plugins/wp-postratings/js/postratings-js.js?ver=1.87"></script>
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6LeiopsUAAAAAI2TFbTWmsxCtKZ8vXfwKMTe82TF&ver=3.0"></script>
<script type="text/javascript" src="https://www.zdnet.de/wp/wp-includes/js/wp-embed.min.js?ver=4.9.12"></script>
<script type="text/javascript">
( function( grecaptcha, sitekey, actions ) {
var wpcf7recaptcha = {
execute: function( action ) {
grecaptcha.execute(
sitekey,
{ action: action
}
).then( function( token ) {
var forms = do***ent.getElementsByTagName( 'form' );
for ( var i = 0;
i < forms.length;
i++ ) {
var fields = forms[ i ].getElementsByTagName( 'input' );
for ( var j = 0;
j < fields.length;
j++ ) {
var field = fields[ j ];
if ( 'g-recaptcha-response' === field.getAttribute( 'name' ) ) {
field.setAttribute( 'value', token );
break;
}
}
}
} );
},
executeOnHomepage: function() {
wpcf7recaptcha.execute( actions[ 'homepage' ] );
},
executeOnContactform: function() {
wpcf7recaptcha.execute( actions[ 'contactform' ] );
},
};
grecaptcha.ready(
wpcf7recaptcha.executeOnHomepage
);
do***ent.addEventListener( 'change',
wpcf7recaptcha.executeOnContactform, false
);
do***ent.addEventListener( 'wpcf7submit',
wpcf7recaptcha.executeOnHomepage, false
);
} )(
grecaptcha,
'6LeiopsUAAAAAI2TFbTWmsxCtKZ8vXfwKMTe82TF',
{"homepage":"homepage","contactform":"contactform"}
);
</script>