Used
$auctionads_keywords and still didn't work.
This is what I have:
Code:
<if condition="(($post[postcount]==1) and !$GLOBALS['vbulletin']->GPC['ajax'])">
<if condition="$vbulletin->options['auctionads_onoff']">
<script type="text/javascript"><!--
auctionads_ad_client = "removed";
auctionads_ad_campaign = "removed";
auctionads_ad_width = "300";
auctionads_ad_height = "250";
auctionads_ad_kw = "$auctionads_keywords";
auctionads_color_border = "2E3234";
auctionads_color_bg = "2E3234";
auctionads_color_heading = "0ABF13";
auctionads_color_text = "A7B6BE";
auctionads_color_link = "A7B6BE";
--></script>
<script type="text/javascript" src="http://ads.auctionads.com/pagead/show_ads.js">
</script>
</if>
</if>
And here's the vb options page: