Posts Tagged ‘adsense revenue sharing’

Status Update of Clicksor Earnings

Sunday, November 15th, 2009

Yesterday, i had decided to implement clicksor as an alternative of adsense and adbrite on my high traffic earning websites. I did so, and the results were satisfactory without effecting the adsense earnings. The impressions that i had received on the site are being credited in my account. I am going to monitor it for further two days, because i don’t want my adsense to be effected by them. So far the results are satisfactory and i am hoping a healthy long term relationship with Clicksor.

I am putting my new earnings screen shot from clicksor’s dashboard.

Clicksor earnings test

The earnings are less but their is an advantage that is useful for this site of mine. During the setup, you will be asked to enter an alternate site (colorsofnet.com) to be displayed if the network is unable to find suitable pop under ads for your site. The ad appears silent in the background without effecting your site browsing.

Clicksor ads had boosted my earnings for colorsofnet adsense channel as i was receiving good traffic today and clicks too. So, i am in a win win situation with clicksor for the time being.

Post to Twitter Post to Plurk Post to Yahoo Buzz Post to Delicious Post to Digg Post to Ping.fm Post to Reddit Reddit This Post Post to StumbleUpon

Per Post Revenue- Weekly payouts for contributors

Saturday, October 31st, 2009

earning per postHere we are going to start a new per post revenue option for the contributors or guest writers apart from my adsense revenue sharing program. The contributor is eligible for any one of the revenue program at a time, if he/she is using a adsense revenue sharing than they will not be eligible for per post revenue. We have decided to pay the contributors a minimum $1 per post and a maximum of $10 for a extremely good post. Moreover, we are deciding the minimum rates per category, which we will be publishing very soon. Check Category wise post Revenue and requirements.

Why we have decided for per post revenue and that too on weekly basis?

Since our post last week on back with functional revenue sharing we got a increased number of registered users and a lot of mail queries, asking about:

Registered users for colorsofnet

Registered users for colorsofnet till 31 oct 2009

  • What is this adsense revenue sharing program and how it functions?
  • How earning will be traced and when they will get paid?
  • How they can believe that they are paid correctly?
  • Why they will be paid after a long time, month end + 45 days (adsense users must be aware why this time has been set, but its hard to make the new bees understand).

And a lot of such questions that we have faced. So, finally we decided to make it per post revenue and weekly payments. The minimum weekly payout limit is $5 and the payment modes are through paypal and NEFT. In case you are unable to reach $5 in the entire month than just write to us at the end of the month and we will make your payments.

Read the copyright and Posting Guidelines before writing the post. You should be aware of basic writing skills over the blog. For those who don’t have any idea how to compose a blog post they could check our Dummies guide for posting on blog.

Wait for our category specific  post price and the eligibility criteria for posting in these categories. Category wise post Revenue and requirements

Post to Twitter Post to Plurk Post to Yahoo Buzz Post to Delicious Post to Digg Post to Ping.fm Post to Reddit Reddit This Post Post to StumbleUpon

Tracking of earnings on multi-author blog

Tuesday, October 27th, 2009

Today lets look today into the concept how the advertisements are tracked for the respective author of the post. On colorsofnet.com we works on the concept of author id’s, at the bottom of the post we specifies the unique author id for the post author. This author id we use in the back-end php script with the respective author advertisements, and how we differentiate among various authors advertisement who don’t have an adsense account of their own will be covered later in the post.

Author ID

In the above screen shot for the user gknp007 the unique author id is 109, and similarly for user Rainbow the unique author id is 2.

Now lets look how the ads being delivered for the users on the basis of the author id. Here is the code that we are using for tracking the respective authors earnings.

if ($author == “109″) { ?>
<script type=”text/javascript”><!–
google_ad_client = “pub-8423824671108420″;
/* 336×280, created 10/26/09 */
google_ad_slot = “3676079036″;
google_ad_width = 336;
google_ad_height = 280;
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
<?php } elseif ($author == “2″) { ?>
<script type=”text/javascript”><!–
google_ad_client = “pub-8423824671108420″;
google_ad_slot = “8227300545″;
google_ad_width = 336;
google_ad_height = 280;
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>

From the above script its clear that on the basis of the author id the ads are delivered, for the author id: 109 the google_ad_slot = “3676079036″; and for the author id: 2 the google_ad_slot = “8227300545″;
So, the tracking is on the basis of the unique author id and their respective google_ad_slot.

Now lets see how we check the earnings online as per the google_ad_slot, this screen shot will give a clear view.

adsense

In the screen shown the earnings for each author will be tracked in real time, from this we can track daily weekly and monthly stats for the different google_ad_slot. Here earnings for users con-rainbow, con-square, style_o_moon, anjuraj03.

And how you will be able to view these stats of earnings, for this right now we don’t have any provision. But in the end of the month i will be sharing my system with you, so that you can online access and check the adsense earnings from my system. And the payments will be made after 45 days from the month end.

Post to Twitter Post to Plurk Post to Yahoo Buzz Post to Delicious Post to Digg Post to Ping.fm Post to Reddit Reddit This Post Post to StumbleUpon

Back with multi author Revenue Sharing functional

Friday, October 23rd, 2009

make-money-with-adsenseIt was 11th June 2009 when we implemented the revenue sharing on this blog, but with the next upgrade of the wordpress things went wrong and a bug happened in  the revenue sharing plugin. On the other side i got busy with my own personal commitments and was not available for any action.

But now i am back with all new bug fixed version of revenue sharing on this blog. This new version is based on the php ads file that we have included in the single.php file, and this is something that is going to last for all the versions of the wordpress. So, we guarantee you life long revenue sharing on this blog, and that’s a commitment from our end.

As, at the time of starting we have achieved great alexa ranking within few days, we guarantee you the same with a huge amount of traffic. For those who want to know about our alexa past kindly visit the following links  Colorsofnet and the Alexa rank.

So, we expect some active contributors for this blog to help it group. Moreover, we have the revenue and traffic for you.

And those who does not hold an adsense account and want to share his/her knowledge with us, they could contact us for an adsense slot for them. So, that we could fairly give them their share of contribution.

Post to Twitter Post to Plurk Post to Yahoo Buzz Post to Delicious Post to Digg Post to Ping.fm Post to Reddit Reddit This Post Post to StumbleUpon