Skip to content
New issue

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

Doubleclick 3rd party Flash Ads don't show up #20

Closed
gansbrest opened this issue Feb 14, 2011 · 7 comments
Closed

Doubleclick 3rd party Flash Ads don't show up #20

gansbrest opened this issue Feb 14, 2011 · 7 comments

Comments

@gansbrest
Copy link

I'm trying to use the plugin like this (see below), but after document ready I see white screen which constantly load something (looks like document.write was not captured or something):

Could you please take a look at that sample when you get a sec? That ad call should work for a while.

var sampleCode = '<script language="JavaScript" src="http://ad.doubleclick.net/adj/mansueto.fcmba/homepage;sz=728x90;pos=top;dcove=d;tile=1;dcopt=ist;lan=en;c_type=splash;chn=homepage;cms=106a6c241b8797f52e1e77317b96a201;ord=1297708668?" type="text/javascript"></script>';

$("#ads-780x90-leaderboard").writeCapture().html(sampleCode);

Thanks a lot!

@iamnoah
Copy link
Owner

iamnoah commented Feb 14, 2011

Have you tried the Options? Specifically proxyGetElementById and writeOnGetElementById.

@gansbrest
Copy link
Author

Hi

Just tried proxyGetElementById and writeOnGetElementById with no luck :(

When use those options I can see new element added to the target container, but no content as before:

<div id="__document_write_ajax_div-4" style="display: none;"/>

Thanks a lot for looking into it!

@iamnoah
Copy link
Owner

iamnoah commented Feb 14, 2011

What browser? Looks fine to me in Firefox.

@gansbrest
Copy link
Author

Firefox/3.0.1 Linux

I use jQuery 1.3.2 and latest minified version of writeCapture (1.0.5)

Did you use any Options for your test page to make it work?

I'm going to build new page just for testing, maybe it's something else on the site interferes with the plugin.

@iamnoah
Copy link
Owner

iamnoah commented Feb 14, 2011

@iamnoah
Copy link
Owner

iamnoah commented Feb 17, 2011

Assuming this has been resolved. Reopen if you have more info.

@gansbrest
Copy link
Author

Looks like in my case the problem was related to jQuery adding addition argument to the ad call (&_=1298768423) to prevent caching or something and because of it 3rd party ad server was returning 400 Bad Request instead of actual ad creative.

As per iamnoah suggestion I use nolib version of library and it works so far.

Thanks a lot!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants