Hey guys, I already saw this post but I wasn't sure if it took care of the question I'm asking.
I have the following javascript ad code right before the </body> tag:
This is a slider ad that shows every time the person comes to the page I have it on.
I'd like to show this ad only once per 24 hours per visitor.
Can someone please help me out with code to do this? I'm kinda newbish at this.
Thanks so much!
I have the following javascript ad code right before the </body> tag:
Code:
<script type="text/javascript" src="http://ads.affbuzzads.com/smart_ad/display?ad_unit=18&ref=xxxxx"></script>
I'd like to show this ad only once per 24 hours per visitor.
Can someone please help me out with code to do this? I'm kinda newbish at this.
Thanks so much!
Comment