googletag.cmd.push(function() {
googletag.defineSlot('/123456/sky', [[728, 90]], 'div-gpt-ad-1234567890-0')
.addService(googletag.pubads()).setTargeting("main_cat", "cars");
googletag.pubads().setCategoryExclusion('Mercedes');
googletag.enableServices();
});
Bundle extras = new Bundle();
extras.putString("main_cat", "cars");extras.putString("excl_cat", "mercedes"); // for additional categories, use a comma separated list. i.e. "mercedes,jaguar,lexus" PublisherAdRequest request = new PublisherAdRequest.Builder() .addNetworkExtras(new AdMobExtras(extras)) .build();