Google ads delevering blank iframes occasionally

2,606 views
Skip to first unread message

cur...@lindenlab.com

unread,
May 31, 2013, 2:54:42 PM5/31/13
to google-doubleclick...@googlegroups.com
dio - GIF Image place Nov 8
27921183
   
Page tagged correctly!
   
 

Here is a dump of the console and the output that is being rendered.

I'm queing all requests in cmd.push

I'm using

googletag.pubads().enableSingleRequest();
googletag.enableServices();


504 ms to render page
447 ms to fetch ads
0 ms to render ads

URL: https://qa2.dio.com/places/gif-image-place-nov-8
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31

Timeline


StatusTimeDescription
StartGoogle service JS loaded
StartCreated service: publisher_ads
1 msUsing single request mode to fetch ads
1 msFetching GPT implementation
2 msCreated slot: /27921183/dio_place_btm_left_0
2 msAssociated publisher_ads service with slot /27921183/dio_place_btm_left
2 msInvoked queued function. Total: 1 Errors: 0
2 msCreated slot: /27921183/dio_place_btm_right_0
2 msAssociated publisher_ads service with slot /27921183/dio_place_btm_right
2 msInvoked queued function. Total: 2 Errors: 0
2 msInvoked queued function. Total: 3 Errors: 0
42 msDelaying rendering of ad slot /27921183/dio_place_btm_left pending loading of the GPT implementation
43 msInvoked queued function. Total: 4 Errors: 0
43 msDelaying rendering of ad slot /27921183/dio_place_btm_right pending loading of the GPT implementation
43 msInvoked queued function. Total: 5 Errors: 0
55 msGPT implementation fetched.
57 msCalling fillslot
76 msFetching ad for slot /27921183/dio_place_btm_left
77 msFetching ad for slot /27921183/dio_place_btm_right
86 msCalling fillslot
502 msReceiving ad for slot /27921183/dio_place_btm_left
502 msReceiving ad for slot /27921183/dio_place_btm_right
502 msRendering ad for slot /27921183/dio_place_btm_left
502 msCompleted rendering ad for slot /27921183/dio_place_btm_left
502 msRendering ad for slot /27921183/dio_place_btm_right
503 msCompleted rendering ad for slot /27921183/dio_place_btm_right
504 msPage load complete
613 msSetting targeting attribute interests with value dio for slot /27921183/dio_place_btm_right
614 msSetting targeting attribute interests with value dio for slot /27921183/dio_place_btm_right
614 msInvoked queued function. Total: 6 Errors: 0
614 msSetting targeting attribute interests with value dio for slot /27921183/dio_place_btm_right
614 msInvoked queued function. Total: 7 Errors: 0
614 msRefreshing ads
644 msFetching ad for slot /27921183/dio_place_btm_left
645 msFetching ad for slot /27921183/dio_place_btm_right
666 msInvoked queued function. Total: 8 Errors: 0
868 msReceiving ad for slot /27921183/dio_place_btm_left
868 msReceiving ad for slot /27921183/dio_place_btm_right
868 msRendering ad for slot /27921183/dio_place_btm_left
868 msCompleted rendering ad for slot /27921183/dio_place_btm_left
869 msRendering ad for slot /27921183/dio_place_btm_right
869 msCompleted rendering ad for slot /27921183/dio_place_btm_right
504 ms


---
<iframe id="google_ads_iframe_/27921183/dio_place_btm_left_0" name="google_ads_iframe_/27921183/dio_place_btm_left_0" width="234" height="60" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" style="border: 0px; vertical-align: bottom;" src="javascript:&quot;<html><body style='background:transparent'></body></html>&quot;"></iframe>


Adam Rogal (DFP API Team)

unread,
May 31, 2013, 6:41:37 PM5/31/13
to google-doubleclick...@googlegroups.com
Hi,

For questions around ad serving and GPT tags, please post on the product forum: https://productforums.google.com/forum/#!forum/dfp

Thanks,
Adam Rogal, DFP API Team

Curtis Schofield

unread,
Jun 3, 2013, 12:45:27 PM6/3/13
to dfpapi-ad...@google.com, google-doubleclick...@googlegroups.com
Hi

I posted here because It is likely that i am not using the API correctly.



--
You received this message because you are subscribed to a topic in the Google Groups "Google's DoubleClick for Publishers API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-doubleclick-for-publishers-api/TC6oCP8Jz5c/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to google-doubleclick-for-p...@googlegroups.com.
To post to this group, send email to google-doubleclick...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-doubleclick-for-publishers-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Curtis Linden

unread,
Oct 31, 2014, 4:46:22 PM10/31/14
to google-doubleclick...@googlegroups.com, dfpapi-ad...@google.com
Turns out i needed to be using to prevent a race condition the google async script load creates.


I ended up needing to use the cmd queue - to establish what to do after the second part of the google library changes.

API may have changed since this original post.


'  googletag.cmd.push(function() { })' 

ie

googletag.cmd.push(function() { 
  // ensure adblock doesn't break site
       if(googletag.hasOwnProperty('pubads')){
         googletag.pubads().enableSingleRequest();
         .. etc other setup.
...
})

and then later I inject this 

+      :javascript
+        googletag.cmd.push(function() { googletag.display('div-gpt-ad-ID-0'); });


To unsubscribe from this group and all its topics, send an email to google-doubleclick-for-publishers-api+unsubscribe@googlegroups.com.
To post to this group, send email to google-doubleclick-for-publishers-api@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages