Rob Bonner
Rob Bonner

Reputation: 9426

ADBannerView contents

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

Upvotes: 2

Views: 376

Answers (1)

RedBlueThing
RedBlueThing

Reputation: 42522

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.

Upvotes: 3

Related Questions