Hey can anyone help, recently ive noticed my site doesnt seem to load all 3 or 4 of the admob ads on a page maybe 1 or 2 but very seldom all of them load why is this? ive checked other sites and there doesnt seem to be a problem with them, so what am i doing wrong lol?
Amob ads not displaying all the time
Collapse
X
-
Originally posted by jnetwensu View PostHey can anyone help, recently ive noticed my site doesnt seem to load all 3 or 4 of the admob ads on a page maybe 1 or 2 but very seldom all of them load why is this? ive checked other sites and there doesnt seem to be a problem with them, so what am i doing wrong lol?
-
Your doing nothing wrong .... they just dont show sometimes ...
you can make a work around if you use another advertising company also...
eg:
PHP Code:$admob = admob_request($admob_params);
if(substr_count($admob,"href")>0){
echo $admob;
}else{
echo "Different advert here<br/>";
}
Comment
-
your not ment to adjust there code (it says in there script) but if you email them and ask them it would be good to know what the answer is
if you google it you will see people have put it up to 1000 ("ADMOB_TIMEOUT", 1); - Google Search
Comment
-
Originally posted by something else View PostYour doing nothing wrong .... they just dont show sometimes ...
you can make a work around if you use another advertising company also...
eg:
PHP Code:$admob = admob_request($admob_params);
if(substr_count($admob,"href")>0){
echo $admob;
}else{
echo "Different advert here<br/>";
}
Comment
-
i am having the same problem, mine dont show at all sometimes.http://myfacepals.com
MYFACEPALS SOCIAL NETWORKsigpic
Comment
Comment