Like the title states, I was curious as to how this works with google ads. Say you and 1 other person wanted to share revenue on a site. In order to do this would it simply be. person_making_money = Random(1,2); if(person_making_money == 1) { //insert code so that google adsense pub id for person 1 is attached to ads. } else if(person_making_money == 2) { //insert code so that google adsense pub id for person 2 is attached to ads. } Is this how it works? or is there more to it? -Scott
Nope, that's it! In the past, you had to be careful to show the same person's ad code for every ad on the page. Now you can mix and match at will, making even easier to do this. I do it on a few sites, and we're all quite happy with it.
On a large scale (like here on DP), yes. However, for a few partners to share revenue on a site it's as simple as he suggested. Do you disagree?