We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to set targeting on the pubads() service. Is there a formal time I should do this?
pubads()
googletag.pubads().setTargeting('section','example'); googletag.pubads().setTargeting('page','example'); googletag.pubads().setTargeting("site","example"); googletag.pubads().setTargeting("network","example"); googletag.pubads().enableVideoAds(); googletag.companionAds().setRefreshUnfilledSlots(true);
The text was updated successfully, but these errors were encountered:
Try doing that in your config block, otherwise I should probably add a way to execute extra configuration.
Sorry, something went wrong.
Yeah, for now I'm adding them directly to the googletag.cmd async queue. Though it might be better if this were done as a promise in the config block.
googletag.cmd
No branches or pull requests
I need to set targeting on the
pubads()
service. Is there a formal time I should do this?The text was updated successfully, but these errors were encountered: