- π¦πΊAustralia VladimirAus Brisbane, Australia
Thank you for your contributions.
Drupal 7 is no longer supported.
Closing issue as outdated.
I need to add support for companion ads. This is the relevant portions from a snippet my client gave me.
googletag.defineSlot('/12345/abcdef', [300, 250], 'div-gpt-ad-1382134010999-4').addService(googletag.companionAds()).addService(googletag.pubads());
googletag.companionAds().setRefreshUnfilledSlots(true);
googletag.pubads().enableVideoAds();
I know I can achieve part of this by pasting the last two lines into the 'dfp_injected_js' setting, but the first line modifies the defineSlot code and adds an "addService(googletag.companionAds())" on a per-tag basis.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thank you for your contributions.
Drupal 7 is no longer supported.
Closing issue as outdated.