According to Adsense Expert's Placing Ads inside the body of post definitely increase CRT, CTR means"(the number of times your ad clicked) divided by (number of times it is shown), which also help to increase your ads per-click-cost. Just follow these simple steps:
Step1.Go to Template -> Page Elements and you see in your layout the heading “Blog Posts”. Click the “Edit”
POP up came out......
Step2. Check the box next to 'Show ads between Posts'

next,configure the ads,choose the format,colours,etc and SAVE THE CHANGES.
Save and close it............
Step3. Sign in to your blogger dashboard>layout>Edit html
Check the box next to 'Expand Widget Templates'

Step4. Find this code:
Step5. Replace that code in the template with the below code
<b:if cond='data:blog.pageType != "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>
Step6.Again, find out data-post body tag
and paste the below code just above that code{this will show ads above the post body}.If you want ads to show below the post,paste the code below that tag.
Here is the code to paste:-
<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/>
Good luck .....
Don't Forget to Comment..............>>>>>>>>
Step1.Go to Template -> Page Elements and you see in your layout the heading “Blog Posts”. Click the “Edit”
POP up came out......
Step2. Check the box next to 'Show ads between Posts'

next,configure the ads,choose the format,colours,etc and SAVE THE CHANGES.

Save and close it............
Step3. Sign in to your blogger dashboard>layout>Edit html
Check the box next to 'Expand Widget Templates'

Step4. Find this code:
<b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> |

<b:if cond='data:blog.pageType != "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>
Step6.Again, find out data-post body tag

Here is the code to paste:-
<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/>
Good luck .....
Don't Forget to Comment..............>>>>>>>>
0 comments:
Post a Comment