Hi there ! I was wondering how do "DP forums" deal with people entering wrong publisher or channel ID. Assuming that I entered a wrong (valid against regex) ID, will the adsense code contain that ID??? I'm asking this because I wan't to implement adsense revenue sharing on one of my forums Any help will be appreciated
If they enter their pubID in the correct format then I guess DP won't know and will just publish the ad with that pubID. If it's phpBB you're running you can get a MOD for phpBB revenue sharing here.
Ok people still seem to be going on about this so here's my input : The publisherID has a specific format which is: pub-NNNNNNNNNNNNNNNN (N = number, there are 16 of them) If you setup regex to validate the pubisherID people specified against this format and it checks out, there is no other way for the script to validate the publisher code and therefore it will output it in the ads as it thinks the ID is valid. If it doesn't match this format then the forum default pubID will be shown. Isn't that all this thread is about?