Adsense revenu sharing.

Discussion in 'AdSense' started by shacow, May 19, 2008.

  1. #1
    Hi dp memebers,

    I have just finished my revenue sharing script for my website, and well.. basically I wanted a little advice.

    Currently it replaces my channel with my revenue sharers channel id.

    im not worried about adding channels every time i have a new rev sharer as i am only going to open it up to 10-20 people. But is this method allowed? Or do I have do do something with the publisher id's?

    if so, could someone explain what i would have to do to revenue share on my site, (its not a forum) per googles tos etc. I cant seem to find anything about revenue sharing in their conditions and I really dont want to get my account banned as its my main source of income.

    thanks for you help :). Shaun
     
    shacow, May 19, 2008 IP
  2. Scottydont

    Scottydont Peon

    Messages:
    132
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you need to switch out the users pub-id at the very least...or else they won't see a dime.

    switching out their channel ID will allow them to view their stats for your page...IE page impressions/clicks/ctr etc...
     
    Scottydont, May 19, 2008 IP
  3. Scottydont

    Scottydont Peon

    Messages:
    132
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Here's a little example of what you have to do.

    random(you,other_users)

    if(you)
    {
    display your adsense pub-id
    }
    else if(other_users)
    {
    display other_users pub-id.
    }

    you can't have multiple pub-id's on a single page, but with code implementation like hte psuedo code above, it will only display 1...not both.
     
    Scottydont, May 19, 2008 IP
  4. shacow

    shacow Active Member

    Messages:
    339
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #4
    thank you I will change my code at once. I was going to be using custom channels set in my adsense account, and then sending daily screen shots of their stats, and just paying them when they request it through paypal..

    I guess this isnt allowed?
     
    shacow, May 19, 2008 IP
  5. Scottydont

    Scottydont Peon

    Messages:
    132
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I guess this would be allowed...but your users would have to put alot of trust in you and it would be alot of work to keep up with that.

    just generate a random number and use that number to determine who gets the revenue for the click.

    That way you won't have to send them screen shots and they can easily see how they're doing by checking adsense on their own.
     
    Scottydont, May 19, 2008 IP
  6. mickmel

    mickmel Peon

    Messages:
    384
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Actually, they changed that with the February TOS update.

    http://forums.digitalpoint.com/showthread.php?t=846654
     
    mickmel, May 19, 2008 IP
  7. shacow

    shacow Active Member

    Messages:
    339
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #7
    I will only ever be having one pub-id displayed on a page at one time.

    Thank you all for your comments, I will be we-writing my code before it goes live.
     
    shacow, May 19, 2008 IP
  8. angilina

    angilina Notable Member

    Messages:
    7,824
    Likes Received:
    186
    Best Answers:
    0
    Trophy Points:
    260
    #8
    There are two types of adsense revenue sharing

    One is like digital point where we have to enter our adsense ID. This is allowed and you can do it.

    Second is to share a percentage of money that the owner of site earn with his users. Users do not enter their adsense ID, they just get a share of earnings, like helium.com

    This however is not allowed for every person. You can find more info on it here

    code.google.com/apis/adsense/revenuesharing.html
     
    angilina, May 20, 2008 IP