What is Adsense Revenue Sharing ?
If, you're the administrator of a blogger blog which has multiple guest authors and if you want to share the blog revenue with them, normally you divide the total revenue based on the Post count or Pageviews. But, most of the time it may not be accurate because CPC and CPM varies from post to post depending on the keywords,etc. So, it may not encourage the team members to post more stuff. But, with this cool trick, you can share the blog revenue with them more precisely because every author gets his own ad displayed in all the posts he/she does.
Now, lets see how to add this feature to your blog.
For example, If your blog as 3 authors - Juthi, Rita and Bonna
1. Sign into Blogger » Layout » Edit html
2. Tick the "Expand Widget Templates "
3. You can insert the ad anywhere you want in the post body.. In this example, I'll show you how to add it inside the blog post (between the post title and post body)
Find this line:
and Paste the below code above that line
PASTE THE AD CODE OF JUTHI HERE
PASTE THE AD CODE OF RITA HERE
PASTE THE AD CODE OF BONNA HERE
Replace the Names with your Blog authors (Case sensitive)
4. Don't Copy and Paste the Adsense Code directly in the template. First, use any Blogger Ad Code Converter to convert HTML ad code into XML code and now, copy that code and paste it in the template.
SAVE THE CHANGES.
From now on, Each member of your blog can monetize their posts with their own adsense ads.
If, you're the administrator of a blogger blog which has multiple guest authors and if you want to share the blog revenue with them, normally you divide the total revenue based on the Post count or Pageviews. But, most of the time it may not be accurate because CPC and CPM varies from post to post depending on the keywords,etc. So, it may not encourage the team members to post more stuff. But, with this cool trick, you can share the blog revenue with them more precisely because every author gets his own ad displayed in all the posts he/she does.
Now, lets see how to add this feature to your blog.
For example, If your blog as 3 authors - Juthi, Rita and Bonna
1. Sign into Blogger » Layout » Edit html
2. Tick the "Expand Widget Templates "
3. You can insert the ad anywhere you want in the post body.. In this example, I'll show you how to add it inside the blog post (between the post title and post body)
Find this line:
<p><data:post.body/></p>
and Paste the below code above that line
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.author == "Juthi"'>
PASTE THE AD CODE OF JUTHI HERE
</b:if>
<b:if cond='data:post.author == "Rita"'>
PASTE THE AD CODE OF RITA HERE
</b:if>
<b:if cond='data:post.author == "Bonna"'>
PASTE THE AD CODE OF BONNA HERE
</b:if>
</b:if>
<br/>
Replace the Names with your Blog authors (Case sensitive)
4. Don't Copy and Paste the Adsense Code directly in the template. First, use any Blogger Ad Code Converter to convert HTML ad code into XML code and now, copy that code and paste it in the template.
SAVE THE CHANGES.
From now on, Each member of your blog can monetize their posts with their own adsense ads.
Comments