Is there any way of knowing which ad loaded in an ADBannerView, or in any way control the ad that loads?
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.
|
|
|
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. |
|||
|
|