We have Google ad tags on our site, and are trying to capture the value of "channel" to pass to a tag. Any ideas? Thanks. googletag.defineSlot('/6031/reserveamerica.tan/camping//nosubchannel/content//homepage//nosubfeature2', [300,250],'med_rec_top') .addService(googletag.pubads()) .setTargeting("position", "med_rec_top") .setTargeting("channel","camping") .setTargeting("subchannel","nosubchannel") .setTargeting("feature","content") .setTargeting("subfeature1","homepage") .setTargeting("subfeature2","nosubfeature2"); googletag.defineSlot('/6031/reserveamerica.tan/camping//nosubchannel/content//homepage//nosubfeature2', [300,250],'med_rec_bottom') .addService(googletag.pubads()) .setTargeting("position", "med_rec_bottom") .setTargeting("channel","camping") .setTargeting("subchannel","nosubchannel") .setTargeting("feature","content") .setTargeting("subfeature1","homepage") .setTargeting("subfeature2","nosubfeature2"); googletag.enableServices(); googletag.pubads().enableSyncRendering(); </script>
... View more