vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   vbulletin pages adsense is not allowed to be displayed on (https://vborg.vbsupport.ru/showthread.php?t=188367)

Jon_Simmonds 08-17-2008 08:27 AM

vbulletin pages adsense is not allowed to be displayed on
 
Just slowly checking through the various scripts in vbulletin and figuring out if they are ok to display google adsense on or not (adsense t+c state content pages only, and not on search results)

So on that basis, adsense would not be allowed to be shown on the following scripts:

register (and email activation codes)
board closed message
usercp
newthread/reply? (this classed as content or not?)

Anyone else limit their adsense in this way? what pages do you have for adsense to not be displayed on

Opserty 08-17-2008 09:48 AM

Not speaking from personal experience but there are mainly people asking how to include it on:

- Forum Homepage
- Forum Display Page (thread listings)
- Show Thread Page (page that lists posts)

I haven't seen much demand for it on other pages.

Jon_Simmonds 08-18-2008 04:29 PM

Thanks - ;) im more intrested in what parts people don't display adsense on, or do people risk geting caught breaking the t+c

ThorstenA 08-18-2008 10:51 PM

Quote:

Originally Posted by Jon_Simmonds (Post 1601571)
Thanks - ;) im more intrested in what parts people don't display adsense on, or do people risk geting caught breaking the t+c

You must know that in some forums, forumhome, forumdisplay and showthread would be around 95% of all pages generated from vbulletin. Therefore I just ignore other pages and concentrate on these :D

SEOvB 08-18-2008 11:51 PM

Quote:

Originally Posted by Jon_Simmonds (Post 1601571)
Thanks - ;) im more intrested in what parts people don't display adsense on, or do people risk geting caught breaking the t+c

login.php

usercp

search

are about the only two off the top of my head where you shouldn't put adsense.

Jon_Simmonds 08-21-2008 01:29 PM

So the list so far is
login
usercp
search
newthread
newreply
editpost
board down message

ThorstenA 08-21-2008 01:33 PM

I'd add at least
subscription
report

Just take a look into vbulletin files and templates.

Jon_Simmonds 08-21-2008 03:21 PM

Done that, here is the script names I came up with

Code:

<if condition="in_array(THIS_SCRIPT, array('editpost','infraction','joinrequests','login','newattachment','newreply','newthread','online','payments','poll','profile','showpostedithistory','register','report','search','sendmessage','showgroups','subscription','usercp','usernote'))">
...</if>

usefull for those who just stick the adsense in the navbar/footer template, wont account for any mod's etc!, and would need to be surrounded with something to check the board is online

Paul M 08-21-2008 07:13 PM

Do any vb sites actually stop adsense on specific pages ? most have them in their header/footer, showing on all pages.

veenuisthebest 08-21-2008 07:58 PM

Quote:

Originally Posted by Paul M (Post 1603959)
Do any vb sites actually stop adsense on specific pages ? most have them in their header/footer, showing on all pages.

please tell me is it really necessary to NOT to show adsense on above mentioned pages. I had been displaying on all pages since months.

Thanks

Jon_Simmonds 08-21-2008 08:06 PM

Quote:

Originally Posted by Paul M (Post 1603959)
Do any vb sites actually stop adsense on specific pages ? most have them in their header/footer, showing on all pages.

I used to have it in the navbar template, with the intention to one day make sure it complied with the adsense t&c, that day came, and I limited it to forumhome/forumdisplay/showthread only and noticed a 50% drop in ad impressions, so now going about it in the way of blocking all pages were it is not allowed

Quote:

Originally Posted by veenuisthebest (Post 1603987)
please tell me is it really necessary to NOT to show adsense on above mentioned pages. I had been displaying on all pages since months.

Thanks

Technically you should limit it, though many vb boards do this and I have not seen threads about vb webmasters getting banned from adsense because of it, however in my case I felt it better to "stick to the rules" hence this thread.


All times are GMT. The time now is 09:04 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01053 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (11)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete