Search
Saturday, July 16, 2011
0
How to convert your blogger blog into revenue sharing program or blog
How to convert your blogger blog into revenue sharing program or blog:
Blogger is a best resource for blogging tool compare to wordpress,Joomla and others. In 2010 adsense announced 68% of revenue sharing program for publishers.If your blogger have multiple authors, Are you looking for an idea to share revenue with your co-authors for your blog?
What is Adsense Revenue Sharing ?
In 2010 adsense announced 68% of revenue sharing program for publishers. You’re the administrator for your blogger blog with multiple guest authors. Then you want to share the blog revenue with them, normally you divide the total revenue based on the Post count or Page views. 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 for their hard work.
Here is the code:
Here is the example with your blog as 3 authors – John, Ricky and Britney
1. Sign in to Blogger » Design » Edit html.
2. Make sure you ticked the “Expand Widget Templates “. please download your template before editing
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
Important: Replace the Names with your Blog authors (Case sensitive)
4. Don’t Copy and Paste the Adsense Code directly in the template. First, Go to this Blogger Ad Code Converter Page and paste your adsense code in the box provided and click on “Convert Ad Code”.
Now, copy that code and paste it in the template.
(Look at the screen shot below)
Finally Save template.
Note: You can use the same hack to put other advertising networks like adbrite,bidvertiser and others..
Blogger is a best resource for blogging tool compare to wordpress,Joomla and others. In 2010 adsense announced 68% of revenue sharing program for publishers.If your blogger have multiple authors, Are you looking for an idea to share revenue with your co-authors for your blog?
What is Adsense Revenue Sharing ?
In 2010 adsense announced 68% of revenue sharing program for publishers. You’re the administrator for your blogger blog with multiple guest authors. Then you want to share the blog revenue with them, normally you divide the total revenue based on the Post count or Page views. 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 for their hard work.
Here is the code:
Here is the example with your blog as 3 authors – John, Ricky and Britney
1. Sign in to Blogger » Design » Edit html.
2. Make sure you ticked the “Expand Widget Templates “. please download your template before editing
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 == "John"'>
PASTE THE AD CODE OF JOHN HERE /*this shows only John Adsense code in his post only
</b:if>
<b:if cond='data:post.author == "Ricky"'>
PASTE THE AD CODE OF RICKY HERE /%this shows only Ricky Adsense code in his post only
</b:if>
<b:if cond='data:post.author == "Britney"'>
PASTE THE AD CODE OF BRITNEY HERE /* this shows only BRITNEY Adsense code in his post only
</b:if>
</b:if>
<br/>Important: Replace the Names with your Blog authors (Case sensitive)
4. Don’t Copy and Paste the Adsense Code directly in the template. First, Go to this Blogger Ad Code Converter Page and paste your adsense code in the box provided and click on “Convert Ad Code”.
Now, copy that code and paste it in the template.
(Look at the screen shot below)
Finally Save template.
Note: You can use the same hack to put other advertising networks like adbrite,bidvertiser and others..
Subscribe to:
Post Comments (Atom)








0 Responses to “How to convert your blogger blog into revenue sharing program or blog”
Post a Comment