Forum Moderators: martinibuster
i doubt this is possible, but does anyone know if a publisher can assign more than one channel to an ad? i realize that this would result in double counting, but it would be very helpful. here is a sample case:
big blue widgets page would be assigned both "big" channel and "blue" channel
big red widgets page would be assigned "big" channel and "red" channel
here is how it could be implemented (if it isn't already possible)
...
google_ad_type = "text_image";
google_ad_channel ="big";
google_ad_channel ="blue";
//--></script>
...
i have several categories on a large site, and there are all sorts of metrics that i test with channels. waiting until all the data comes in takes a LONG time, and multipe channels would drastically speed up the process.
i know that i can track URLs with URL channels.