nevermind, i found the solution. just add target="_blank"
in the ad code.
for example, your ad code looks like this:
<a href="https://www.yoursite.com"><img src="%image%" /></a>
just add this to your code:
<a href="https://www.yoursite.com" target="_blank"><img src="%image%" /></a>