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.

Is there any way of knowing which ad loaded in an ADBannerView, or in any way control the ad that loads?

share|improve this question

1 Answer

up vote 3 down vote accepted

There isn't anything on the interface to interogate which ad was loaded when you receive the bannerActionDidFinish callback. I am guessing that the advertisingSection property (currently reserved for future use) might contain some meta data about the loaded ad, but that is just speculation.

There isn't a way of controlling what the ADBannerView loads programmatically. You can explicitly exclude keywords via the admin interface.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.