On my site, I serve ads to both visitors/free members and paid accounts. The ads are served with Google Ad Manager.
In the case of visitors/free members, I would like to fall back on Adsense if there is no Ad Manager ad to display.
In the case of paid accounts, I would like to fall back to a house ad.
Is this possible somehow?
You can do this :
To define page level key/values :
googletag.pubads().setTargeting('member', 'true');
Just keep in mind setTargeting only accepts strings or array values as detailed here (bolean or integer won't work)
Here is how to set your Adsense campaign up in Google Ad Manager.