General Questions
1.
What is AdWhirl and why should I use it?
AdWhirl enables you to monetize your app inventory by allowing you to use multiple ad networks from within one client SDK. AdWhirl makes it easy to allocate a percentage of your inventory to the various ad networks and update your allocations in real time. By utilizing multiple ad networks, you can select the ad networks that perform best for your app and also make sure you have a high fill rate on your inventory.
2.
Can I use AdWhirl to run my own custom ads?
Yes. Simply click on the "Custom Ad" tab in the AdWhirl website after you are signed in. You will be able to create and manage your custom ads and allocate any percentage of your available inventory to them.
3.
Which ad networks does AdWhirl support?
AdWhirl allows you to serve ads from any ad network. Detailed instructions on how to include AdMob, JumpTap, Millennial, Quattro Wireless, and VideoEgg are included in the instruction manual. You can include additional ad networks in the AdWhirl Client SDK by using the Generic Notifications feature, or, by modifying the SDK source to include direct support for the desired network. The AdWhirl open source team is actively working on support for additional networks and is always happy to review patches that ad support for new networks.
9.
How will I get paid?
You will receive payments directly from the ad networks you work with. AdWhirl does not have any insight into your business relationships with ad networks and does not have access to your eCPMs or earnings on the ad networks you use.
10.
How is AdWhirl maintained and why did you decide to open source the AdWhirl Client SDK?
AdWhirl was acquired by AdMob in 2009. We decided to release it to the open source community so that ad mediation can be transparent and open. Developers can review the code and then decide which ad networks to include in their own custom build. AdMob has dedicated resources focused on improving the AdWhirl product and looks forward to working with the developer community at large to improve the product.
Getting Started
Technical Questions
1.
What delegate methods do I have to implement to request ads using AdWhirl?
You only have to return the AdWhirl application key. You can optionally implement methods to know when ads are received, when the in-app webview is visible when users tap on a banner ad (so you can pause games, for example), any many others, including the ability to pass in information so we can provide target ads with better CPMs - the methods are there for your benefit.
2.
How can I include other ad networks besides AdMob, JumpTap, Millenial, Quattro Wireless, and VideoEgg?
You can include additional ad networks in the AdWhirl Client SDK by using the Generic Notifications feature. You can learn more about how to use that feature by downloading the AdWhirl Client SDK Configuration Guide on the Instructions page.
You may also modify the AdWhirl Client SDK source to directly support the desired ad network, and, if you so chose, submit your patches to the AdWhirl open source team for possible inclusion in the AdWhirl Client SDK open source distribution.
5.
I've set my refresh interval to X seconds. I don't see an ad every X seconds. Is there something else I need to do?
When a refresh kicks in, a getNextAd call is made automatically. The call will choose an ad network based on the traffic allocation percentages you've applied. An ad request is then triggered. If the ad request fails, the backup ad network sources will then be used. If all of the backup sources are used and all ad requests still fail, the roller will stop fetching ads. As a result, you will not see an ad refresh. If you feel this isn't the case, please let us know about this issue right away.
7.
I use Pinch Media Analytics. I get a linker error when building my project regarding TouchJSON.
If you're having issues with Pinch Media, it may be because TouchJSON is already included in the library (see question above). In that case, you can simply just include Pinch Media's Analytics headers (which can be downloaded here) and make analytics calls through the Pinch Media ad library that we've included. Otherwise, the other option is for us to give you a custom AdWhirl SDK client library with Pinch Media's ad library removed. Please let us know if you prefer to have this option instead.
8.
How do I load the AdWhirl demo onto my iPhone so that I can test on an actual device?
Pretty simple. First, click on Info.plist and change the "Bundle Identifier" value to something that your provisioning profile supports (e.g. com.yourcompany.sampleapp). Then, go to the build tab after double-clicking on your application's target and choose a provisioning file + development certificate combo. Lastly, change your Active SDK platform on the upper-left section on XCode to Device - iPhone [2.0/2.1/2.2/2.2.1]. You may have to reopen XCode if you're still having issues during the code-sign process or application load process.
12.
How can I resize the roller view's frame size after rotating into landscape mode?
You have full control over the roller's view frame. You will also notice that if you adjust the frame's size to any CGSize (such as 480x50), the roller's frame will adjust accordingly. However, the ad content will still stay at 320x50. Therefore, we recommend that you simply center the roller view in landscape mode. To do so, adjust the roller's view resizing mask to pad the left and right margins of the roller view (rollerView.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin). Also, don't forget to set the clipsToBounds property to YES so that the animation happens within the 320x50 frame and doesn't leak out of that frame.
13.
My app is trying to use FBConnect, but I keep getting a linker issue!
That is because Pinch Media's advertising library contains FBConnect. The workaround is to either refactor your version of the FBConnect classes, or make calls directly into the FBConnect object code that's been compiled into their library. Please refer to the AdWhirl Client SDK Configuration Guide on the Instructions page for more detail on how to do that.
14.
I keep getting a warning for the libAdWhirlSimulator_1.X.X when compiling for device.
AdWhirl supports both the x86 (simulator via intel platform) and ARM (iPhone/iPod device) processors, which is why there are two static libraries available. The warning is not an issue, and is the result of the linker's complaint that it can't link to a library that is supported for a different platform. But the linker will automatically link with the correct library before deploying the app onto your phone. There are thousands of free apps running AdWhirl as of today, so please rest assured that this warning is not an issue.
Questions we missed?
For further inquiries, please email us at support@adwhirl.com and we'll respond as soon as possible.
Do Not Fill This Out