I think the best anyone can offer you is the following:
Use the following conditional in your forumdisplay template:
Code:
<if condition="$forumid == X">Your ad here</if>
Whereas X is the forum ID where you'd like the content to appear. If you'd like the same ad to appear on a number of boards, then use the following:
Code:
<if condition="in_array($forumid, array(X,Y,Z))">Your ad here</if>
Where as X Y Z refer to different forum ID's
More conditionals:
http://www.vbulletin.com/forum/showthread.php?t=200894