views:

119

answers:

1

I want to be able to re trigger the loading of an embedded admanager advert on the page after a user has clicked an ajax link on the page (effectively showing them a new page, so it's a genuine attempt to show another impression).

Preferably I want a solution that doesn't put adverts in an iFrame, uses jquery to perform the client side action.

+1  A: 

After digging around a bit my advise is: Do not try to do this. It probably is a violation of google TOS.

I you still want to try it. Here a few links for a starter (but most still use iframe solutions as anything else most surely is against the TOS).

AdSense and AJAX: Not a happy combination

How to advertise on a pure AJAX application?

I can't use Google Ads in an AJAX panel

How to fetch new ads after an AJAX action (no page reload)

https://www.google.com/adsense/support/bin/search.py?query=ajax

jitter