Alright, I've got a website that has over 4000 pages... but those 4000 pages are generated from just 2 using php. one section will look like this: viewBars.php?barid=1 ... viewBars.php?barid=n and the other will look like viewDrinks.php?drinkid=1 ... viewDrinks.php?drinkid=n now will it consider my digitalpoint ads being on 2 pages... or will it realize the querystrings are different and count them as different pages depending on the barid or drinkid?
It counts how many of your pages are in the Google index. Google should be able to index your pages, you're only sending that single parameter to the script right?
I mean for my weight value... so when i'm displaying 5 ads on all 4000 of my pages... will it consider those 5 ads to be on 2 pages or on 4000 pages? because if it just grabs the page... it will look like the ads are only being displayed on 2 pages (viewBar.php and viewDrink.php) however, if it recognizes that there is a querystring passed... it will know that there are 5 ads being displayed on 4000 unique pages. I read somewhere that your weight is determined by how many ads you display and how many pages they are shown on. I just want to make sure that i'm not getting ripped off, lol.
Yes it counts how many pages you have indexed by Google. So if Google has 4000 pages of your indexed then the coop will base your weight on 4000 pages. Just make sure google indexes all those pages and you're set
Have you considered the mod_rewrite apache module? [ http://httpd.apache.org/docs/mod/mod_rewrite.html ]