Hey guys I'm a little confused about using adsharing on vb admanagement. I read over the tutorial on
http://redtyger.co.uk/manual.php?pro...t&version=4.02
however, there is one spot in the tutorial I'm confused about
"The google_ad_client part is what I'm interested in. The letter/number sequence there is the ID of the publisher to whom the royalties are paid. If I change that ID, I change where the payments for that advertisement go. So, what I want to do is replace that part of the code with someone's publisher ID depending on circumstance. I've created a User Profile Field, which will appear in every ad sharing enabled user's UserCP. I need to make a note of the field number that vBulletin has assigned that field, which can by found by viewing AdminCP > User Profile Fields > User Profile Field Manager. In this case it is field6.
Custom user profile field.
So, in the Adsense code I'm going to replace the section I want to be variable with the appropriate field number, with a # either side of it to indicate that this is the removable section.
<script type="text/javascript">
<!--
google_ad_client = "#field6#";
google_ad_slot = "6799";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
That can now be pasted into an adcode block and saved.
This is the part I'm confused with, what adcode block is he referring to? Does he mean, replace the adsense code that we have in the field under say navbar, with this one? If that is the case, how does the admin get paid if a person clicks on the advertisement? Doesn't that mean only the people who have registered and made posts get paid, since #field6# is variable?
Is there a better tutorial that explains how to use adsharing. I just want to make sure that I'm also getting paid and not just the users who have registered with this adsharing feature.
Thanks