Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am working with Google Flash IMA ads Flash version 3.0. This new update seems very less parameters for requesting an ad from Google AdSense. Ex,

        var adsRequestDFP:AdsRequest = new AdsRequest();
        adsRequestDFP.linearAdSlotWidth = 400;
        adsRequestDFP.linearAdSlotHeight = 300;
        adsRequestDFP.nonLinearAdSlotWidth = 400;
        adsRequestDFP.nonLinearAdSlotHeight = 300;
        adsRequestDFP.adTagUrl = "http://ad.doubleclick.net/pfadx/AngelaSite;kw=html5linearnonlinear;sz=300x300;ord=5036130;dcmt=text/xml"

Here my problem is with the adTagUrl. I just used the sample URL and have finished the work. But now I want to make it work with my ads, but I have no clue about how to create one adTagURL so that my ads will be invoked randomly in my flash ad container.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.