I can see Amit Sir that you put a referral uniton your site(s)
How are they doing?
I mean to say, I received 20 clicks on my ad unit , but none of my visitor completed the desired action
what about you?
{don't give exact figure}
I can see Amit Sir that you put a referral uniton your site(s)
How are they doing?
I mean to say, I received 20 clicks on my ad unit , but none of my visitor completed the desired action
what about you?
{don't give exact figure}
Leave the convertion rate, I have noticed that it shows those ads too which you have not chosen...even when the option "display high paying ads" is unchecked.
I am trying for a long time and asked other blog hackers too to get a solution for displaying/hiding a widget based on a random number generated.
In that case, you will have more control e.g. if random no is 0, widget with adsense referral will be shown and if random number is 1 firefox referral will be .etc.
If Amit or anyone else knows "how to?" kindly let me know.
rupesh you need to be careful, while using javascript with adsense.....
i think its alright to change the colour and size of AD, not sure if its alright to change the whole ad using javascript....
you can always show different kind of ads on 4 pages( itempost, homepage, archive and labels page) using blogger's conditions...
cheers
Ashwni,
for me google pack, and firefox performs the best.. referrals have not been so successful..
cheers
@mandeepbhangu,
I have not changed Adsense javascript code nor am I trying to do so. What I am trying is, using json call(I don't know how) generating a random number and based on it displaying/hiding an entire widget containig the Adsense code. Where am I changing the Adsense code?
e.g. if random number is 0 widget id html4 (which contain ad code for 720*90) will be displayed if random number is 1 widget id html5 will be (which contains ad code for 160*600)
A blog hacker has developed a code using json call to onclick-display random article from your blog. using the same idea it can be used to display a widget randomly.
It will give more control on displaying ads. I hope you have understood what I want.
hi rupesh,
thanks for clearing it up...
To be fair i dont think its possible to wrap or display widgets using json call...
as json call are made to rss feeds in js format... and i dont think there is any rss feed available for widgets.... we can't hide or display the whole widget, though data content inside widget can be hide using blogger's conditions etc...
But if its possible it would be great, if you can share it with us...
cheers
@mandeep
its possible upto some extent
I've posted the entire hack
read it carefully
webtalks.blogspot.com/2007/06/using-conditional-tags-with-new-blogger.html
it looks like text doesn't fit in the space
This is the link
http://webtalks.blogspot.com/2007/06/using-conditional-tags-with-new-blogger.html
anyone can tell me how to add nofollow attribute to this link ?
For this
<b:if cond='data:blog.pageType != "item"'>
<b:widget id='HTML15' locked='false' title='Advertise here!' type='HTML'/>
</b:if>
it gives this error..
The widget with id HTML15 is not within a section (actual parent element is: b:if.) Every widget should be in a section.
thats what i was talking about... other then that conditions like <b:if cond='data:blog.pageType != "item"'>
and some others can easily be implemented inside widget sections, but not outside of it..
If i am wrong in some way, please do correct me
cheers
its possible to hide widgets also{not this way}
just add the item attribute to the widget code
hi ashwani,
can yost an Example
cheers
Why do one need to hide/show the widget.Just use div tags within the widget to hide/show the content in the div.
I will post on this in my blog...
indyank, hiding a widget is easier then hiding the title and hiding the content of a widget.. which also shows the empty widget on your blog..
But i think this can't be done.. Ashwani thinks it can be .. though he still has to post an example
it will look something like this
<b:widget id='HTML15' locked='false' title='Advertise here!' type='HTML' pageType= "item"/>
please check if it works... I know its something like this only ....I'll soon post a live example
1)Just expand widget template
2)find the widget name/id to hide/display
3)find <b:includable id='main'>
4)add the condition to hide/display after the above line. e.g. if you want to hide it when a blog post page is displayed use,
<b:if cond='data:blog.pageType != "item"'>
5)Find </b:includable> and write </b:if> before it to end the if-statement.
rupesh, again u r putting the condition inside widget
<b:if cond='data:blog.pageType != "item"'>
not outside it.. i never had any doubts about this...
An Empty widget will still be there
hey guys can u help me how to make money from adsense i m knew to this job and i start making websites with the help of html codes so can i know how to make easy n how to get more money per click for this wht i have to do can u tel me please
You must log in to post.