Forum Moderators: martinibuster

Message Too Old, No Replies

multiple channels on the SAME ad

channel fan seeks even more data

         

elsewhen

9:10 am on May 12, 2005 (gmt 0)

10+ Year Member



i rely on the data from adsense channels extensively, and use all 100 channels continuously. i could use plenty more if google offered them </hint>. the data has allowed me to monetize my pages much more efficiently.

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.

conjo_guam

8:17 pm on May 12, 2005 (gmt 0)

10+ Year Member



google_ad_type = "text_image";
google_ad_channel ="big";
google_ad_channel ="blue";
//--></script>

If you really need that functionality, then request google to implement this way

google_ad_type = "text_image";
google_ad_channel_main ="big";
google_ad_channel_sub ="blue";
//--></script>