לאחר שאינטל פירסמה את מפת הדרכים שלה בתחום, הגיע זמנה של amd להציג את תוכניותיה. בין התוכניות ישנה הצגה קרובה מאד על את'לון 4 במהירות 1.1Ghz נייד, וגם דיורון 900Mhz נייד כמובן… יש לציין שהאת'לון הנייד יגיע מהר מאד (הרבע הרביעי של השנה), למהירות של 1.3Ghz.
if (('false' === 'false' && hw_is_mobile) || ('true' === 'false' && !hw_is_mobile)) {
document.querySelector('#div-hwad-970x250-53893').remove();
} else {
window.googletag = window.googletag || {cmd: []};
window.adslots = window.adslots || {};
googletag.cmd.push(function() {
const adslot_53893 = googletag.defineSlot('/23571088/HWzone/970x250', [970, 250], `div-hwad-970x250-53893`);
if (adslot_53893) {
adslot_53893.setTargeting('test', 'infinitescroll')
adslot_53893.addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.pubads().setRequestNonPersonalizedAds(0);
googletag.enableServices();
const options = {
rootMargin: '0px',
threshold: 0.5
};
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
observer.unobserve(entry.target);
googletag.display(entry.target.id);
console.log({
adslotid: '53893',
name: '970x250',
mobile: 'false',
desktop: 'true',
width: '970',
height: '250'
});
}
});
}, options);
if (document.querySelector('#div-hwad-970x250-53893').getBoundingClientRect().top < window.innerHeight) {
observer.unobserve(document.querySelector('#div-hwad-970x250-53893'));
googletag.display(`div-hwad-970x250-53893`);
console.log({
adslotid: '53893',
name: '970x250',
mobile: 'false',
desktop: 'true',
width: '970',
height: '250'
});
} else {
observer.observe(document.querySelector('#div-hwad-970x250-53893'));
}
} else {
console.log('no adslot_53893');
}
});
}


