var adUnits = [{
code: 'div-gpt-ad-1753213288979-0',
mediaTypes: { banner: { sizes: [[88,31]] } },
bids: [
{ bidder: 'appnexus', params: { placementId: '13232361' } }
// add others
]
}];
pbjs.que = pbjs.que || [];
pbjs.que.push(function() {
pbjs.addAdUnits(adUnits);
pbjs.requestBids({
bidsBackHandler: initAdServer
});
});
function initAdServer() {
googletag.cmd.push(function() {
pbjs.setTargetingForGPTAsync();
googletag.pubads().refresh();
});
}
googletag.cmd.push(function() {
googletag.defineSlot('/23110750140/...-tag',[88,31],'div-gpt-ad-1753213288979-0')
.addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});