Author

Topic: Advertising revenue sharing between website owners and content creators (Read 1959 times)

sr. member
Activity: 352
Merit: 250
Firstbits: 1m8xa
Thanks, the revenue sharing feature should now be up and running on BitBin.
legendary
Activity: 1582
Merit: 1002
Added API interface to get affiliate number of clicks and earnings.
legendary
Activity: 952
Merit: 1000
hero member
Activity: 688
Merit: 500
ヽ( ㅇㅅㅇ)ノ ~!!
This is brilliant, and thanks for adding it to CoinURL so fast! I hope other ad networks take note Wink

I can imagine all types of sites can now have very easy revenue sharing, to anyone of any age in any country. Something that can't easily be done with PayPal or Adsense is now trivial and easy for any website with Bitcoin and CoinURL.

This could be quite significant for Bitcoin and quite revolutionary in general Smiley
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
Interesting, how does it work at a lower level?
For example, you want to reward question or answer author on the Rugatu. This user enters his address on the post page (for example, locate it below body text input). You must add affiliate address attribute to the DB table (or create separate table, which would contain, for example question ID as foreign key and payment address).

Let assume that someone opens a page with this question. You must fetch affiliate address from the DB and append it to the iframe request, e.g.

Code:


Then PHP session being created and fetched address will be temporarily associated with this ad slot. If an ad was clicked, a script on the CoinURL server will get a share rate (which you have specified in the ad slot settings) from CoinURL DB and insert record in the click table, which contains its price, share rate and affiliate address.

Each day, after we have performed fraud detection procedure, legitimate clicks will be marked as paid and summary values of the click cost multiplied by share rate will be sent to affiliate address, residuals (sum((1 - share rate) * click cost)) will be paid to your CoinURL account balance.

Thank you, I will have our team look into it right away
legendary
Activity: 1582
Merit: 1002
Interesting, how does it work at a lower level?
For example, you want to reward question or answer author on the Rugatu. This user enters his address on the post page (for example, locate it below body text input). You must add affiliate address attribute to the DB table (or create separate table, which would contain, for example question ID as foreign key and payment address).

Let assume that someone opens a page with this question. You must fetch affiliate address from the DB and append it to the iframe request, e.g.

Code:


Then PHP session being created and fetched address will be temporarily associated with this ad slot. If an ad was clicked, a script on the CoinURL server will get a share rate (which you have specified in the ad slot settings) from CoinURL DB and insert record in the click table, which contains its price, share rate and affiliate address.

Each day, after we have performed fraud detection procedure, legitimate clicks will be marked as paid and summary values of the click cost multiplied by share rate will be sent to affiliate address, residuals (sum((1 - share rate) * click cost)) will be paid to your CoinURL account balance.
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
Revenue sharing can be useful for the websites with large portion of user generated content (e.g. file, image and video hostings, forums etc), providing more incentive for its users to publish content. Bitcoin makes this feature possible in very convenient way:

1. Website owner specifies revenue share he want to give to the content creator (e. g. 20%, 30%, 50% etc).
2. On the form where content is being submitted (e.g. file uploading, message posting etc) author enters his Bitcoin payment address.
3. When someone tries to get the content (e.g. to download file, read forum post etc), affiliate address is being fetched from the database and associated with the advertisement.
4. If an ad was clicked, website owner receives his share on the advertising network account balance and affiliate get paid directly to the specified Bitcoin address.

I am not author of this idea, xDan suggested it first time to the Anonymous Ads (https://bitcointalk.org/index.php?topic=45664.240) but its developer didn't implemented it yet. CoinURL is the first who made it.

Interesting, how does it work at a lower level?
legendary
Activity: 1582
Merit: 1002
Revenue sharing can be useful for the websites with large portion of user generated content (e.g. file, image and video hostings, forums etc), providing more incentive for its users to publish content. Bitcoin makes this feature possible in very convenient way:

1. Website owner specifies revenue share he want to give to the content creator (e. g. 20%, 30%, 50% etc).
2. On the form where content is being submitted (e.g. file uploading, message posting etc) author enters his Bitcoin payment address.
3. When someone tries to get the content (e.g. to download file, read forum post etc), affiliate address is being fetched from the database and associated with the advertisement.
4. If an ad was clicked, website owner receives his share on the advertising network account balance and affiliate get paid directly to the specified Bitcoin address.

I am not author of this idea, xDan suggested it first time to the Anonymous Ads (https://bitcointalk.org/index.php?topic=45664.240) but its developer didn't implemented it yet. CoinURL is the first who made it.
Jump to: