How do I create URL channels? Google AdSense Help CenterFirst Faved : Dec 18 2007 by mohitFaved : 2 times (1 with note)Viewed : 5 timesFave It!
Faves for this Web page
- mohit - Dec 18 2007 | google, adsense, advertising
Google has revamped AdSense quite a bit, making it easier to customize ads and define channels through the UI, as opposed to having to change your code.
Quoted: URL channels are easy to implement. There are no changes to your AdSense ad code, so you can create your channels from within your publisher account, and immediately begin tracking performance.
- hawksdomain - Feb 13 2008 | google, adsense, howto
Votes for this web page
Already a user? Sign In
Add a Fave for this Web page
- What happens when I press Publish?
- Your Fave for this Web page gets shared with the Faves community. You can access it at any time by selecting "My Faves" from the menu above.
- Why do you ask for my email address?
- We use your email address to create an account, so you can easily find your Fave again at a later time.
Related Content from Around Faves
adsense
- 1 FaverViewed: 7 Times
- dave - Nov 27 20071 FaverViewed: 7 Times
- asepsetia - Feb 04 20081 FaverViewed: 5 Times
free
-
Recommended on-line Pylons training resource.
Quoted: Welcome to the Pylons Book website where you can read all the chapters of the recently published Definitive Guide to Pylons, an open source book written by James Gardner and published by Apress.
The book covers the Pylons 0.9.7 release and is available for free to read here online.
2 FaversViewed: 23 Times - internetforme - Dec 25 20074 FaversViewed: 240 Times
- Jillba - May 18 20081 FaverViewed: 93 Times

Did you notice I made some URL channels last night?
yep, that's what triggered this Fave.
I was wondering if we could simplify our taxonomy of channels - it seems really complex now.
we want to know the ecpm of each ad unit on each type of page for each type of user (anonymous or logged in). our taxonomy is essentially that.
Just wondering if that approach is overkill in complexity. Since we have PageName.AdType.Position.UserType there's a lot of segregation of data. Note that this makes it HARDER to draw general inferences since AdSense reporting doesn't allow for simple roll-ups across categories.
In theory - we could have URL channels determine the PageType effects. We're not really using the AdSense "Unit data". But if we did, the only think remaining would be to have channels for user type (Anon vs Registered).
Simplification would be:
- 4 Units (Ad sizes and placements)
- 2 Channels (User Type)
- 4 URL Channels (Page Type)
I guess the finer segments do make it easier to make apples to apples comparisons of one type of Ad unit vs. another.