When vbulletin 4 was released the integration with google adsense linked back to google account page where you had to input details of vbulletin.
That has disappeared now and there doesn't appear to be integration with google yet my forum is still hosting google ads.
In the script it has my publisher ID and also the host ID which I take it is vbulletin.
In my adsense account, my website ads are listed but the vbulletin ones aren't.
This is how my ads look on my website
<script type="text/javascript"><!--
google_ad_client = "ca-pub-[16_DIGITS]";
/* Name of your ad slot */
google_ad_slot = "[13_DIGITS]";
google_ad_width = [NUMBER];
google_ad_height = [NUMBER];
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
This is how they look on the forum
<div style="width:728px; margin:0 auto; padding-bottom:1em">
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxx";
google_ad_host = "pub-xxxxxxxxxxxxxxx";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al_s";
google_ad_channel = "";
google_color_border = "";
google_color_bg = "";
google_color_link = "";
google_color_text = "";
google_color_url = "";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
You can see the google_ad_slot is replaced with google_ad_host on the forum.
Could someone from vbulletin support tell me if my ads on the forum are linked to my adsense account or are they benefiting vbulletin and not me? If they are linked to my adsense account - why can I not see them, I can see all my ads on my website in my adsense account?
That has disappeared now and there doesn't appear to be integration with google yet my forum is still hosting google ads.
In the script it has my publisher ID and also the host ID which I take it is vbulletin.
In my adsense account, my website ads are listed but the vbulletin ones aren't.
This is how my ads look on my website
<script type="text/javascript"><!--
google_ad_client = "ca-pub-[16_DIGITS]";
/* Name of your ad slot */
google_ad_slot = "[13_DIGITS]";
google_ad_width = [NUMBER];
google_ad_height = [NUMBER];
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
This is how they look on the forum
<div style="width:728px; margin:0 auto; padding-bottom:1em">
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxx";
google_ad_host = "pub-xxxxxxxxxxxxxxx";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al_s";
google_ad_channel = "";
google_color_border = "";
google_color_bg = "";
google_color_link = "";
google_color_text = "";
google_color_url = "";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
You can see the google_ad_slot is replaced with google_ad_host on the forum.
Could someone from vbulletin support tell me if my ads on the forum are linked to my adsense account or are they benefiting vbulletin and not me? If they are linked to my adsense account - why can I not see them, I can see all my ads on my website in my adsense account?
Comment