View Full Version : Chitika context??
raven2424
Oct 8th 2005, 12:17 pm
I read on probloggers blog that you need to disable somthing in chitika to say within the TOS of google adsense when i look at my account i cant see anything that needs to be disabled maybe i am missing or over looking somthing any help would be great via pm or reply here thanks.
JoeO
Oct 8th 2005, 12:30 pm
Add this line to your chitika code (it mentions this in the faq):
ch_query = "Keyword here";
raven2424
Oct 8th 2005, 3:57 pm
so using eminimalls and adsense on same page is ok i dont need to edit anything???
izahan
Oct 8th 2005, 4:00 pm
so using eminimalls and adsense on same page is ok i dont need to edit anything???
if you don't edit anything, then it is not okay. Like JoeO said, you have to edit the script by at least inserting ch_query = "keyword" where keyword is the thing you want to target (e.g. digital camera). Then you will be okay with google.
raven2424
Oct 8th 2005, 4:51 pm
ahh ok perfect thanks for the help :)
Storyteller1
Oct 8th 2005, 9:45 pm
As per the email I received from Google this morning, in order to run Chitika ads alongside AdSense, you must BOTH:
1) Disable Chitika's contextual-ad ability:
Add "ch_non_contextual = 1" and "ch_query="[YOUR KEYWORD]" "to the Chitika script.
2) Disable Chitika's Search function:
Add "ch_nosearch = 1;" to the Chitika script.
Everyone has discussed #1. Not many folks are mentioning #2.
Google's email to me was quite specific on these points.
raven2424
Oct 9th 2005, 8:26 am
can you add more than one keyword or is it limited to just the one keyword
izahan
Oct 9th 2005, 9:27 am
I learned this from one of the threads here but I forgot which one:
var ch_queries = new Array('keyword1', 'keyword2', 'keyword3');
var ch_selected = Math.floor((Math.random() * ch_queries.length));
ch_query = ch_queries[ch_selected];
This way, you can cycle through several ads everytime your page loads but still obey Google's ToS.
raven2424
Oct 9th 2005, 11:32 am
could you display the full code cause im not sure how to implement it
LcF
Oct 9th 2005, 12:52 pm
Here is the sample code. This will display a non-contextual Chitika eminimalls ads with keywords (laptop & ipod).
<script type="text/javascript"><!--
ch_client = "USERID";
ch_width = 160;
ch_height = 160;
ch_non_contextual = 1;
var ch_queries = new Array('laptop', 'ipod');
var ch_selected=Math.floor((Math.random()*ch_queries.length));
//--></script>
<script src="http://scripts.chitika.net/eminimalls/mm.js" type="text/javascript">
</script>
I have other Chitika eminimalls tips at http://www.liewcf.com/blog/archives/2005/10/make-money-with-chitika/
raven2424
Oct 9th 2005, 1:58 pm
i see you are not using the no search
ch_nosearch = 1;
Storyteller1
says that you should because thats what google has told him
webbom
Oct 9th 2005, 2:36 pm
Do the people at chitika are ok with this code modification? Have anyone asked them?
Here is the sample code. This will display a non-contextual Chitika eminimalls ads with keywords (laptop & ipod).
<script type="text/javascript"><!--
ch_client = "USERID";
ch_width = 160;
ch_height = 160;
ch_non_contextual = 1;
var ch_queries = new Array('laptop', 'ipod');
var ch_selected=Math.floor((Math.random()*ch_queries.length));
//--></script>
<script src="http://scripts.chitika.net/eminimalls/mm.js" type="text/javascript">
</script>
I have other Chitika eminimalls tips at http://www.liewcf.com/blog/archives/2005/10/make-money-with-chitika/
Haaa, nevermind, I found the answer myself. It is ok for them, according to this blog. http://pchere.blogspot.com/2005/09/chitika-eminimalls-google-adsense-on.html
webbom
Oct 9th 2005, 2:53 pm
This chitika program is really great.
I don't know why I have a felling that soon we will be seeing websites with list of top paying chitika keywords :rolleyes: LOL
LcF
Oct 10th 2005, 12:00 am
i see you are not using the no search
ch_nosearch = 1;
Storyteller1
says that you should because thats what google has told him
Yes, pleasae add ch_nosearch
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.