You can modify PAGE_CONTAINER to render the HTML for auto ads to guests only (assuming its in the head or at the end of the page, I'm unsure where you put the code, but you can show it to guests only if that's what you're using).
HTML:
<xf:if is = "!$xf.visitor.user_id">
Your auto ads code
</xf:if>