Ad Source Details
Ad Source: | |
Ad Formats Supported:
|
aerWall |
Ad Type: | Video, Interstitial HTML, Banner HTML |
Ad Source Type: | SDK Adapter |
Website: | http://www.flurry.com/ |
Sign Up Page: | https://dev.flurry.com/secure/signup.do |
Support Page: | http://www.flurry.com/about-flurry/contact-us |
Step 1: Adding an Ad source
- Click the Ad Sources tab
- Click the + Button to add an ad source
Step 2: Fill in the Flurry (Yahoo) ad source info
- Enter a Name for the ad source (example: Flurry Android Interstitial)
- Select Yahoo in the dropdown box
- Select Ad Type: Banner HTML for banner ads; Interstitial HTML for Interstitial Ads
- Enter the required YahooAPi Key - generated upon app creation (example: CH4ZMX76P5QJMH58ND38)
- Enter the required YahooAdsSpace - created upon adding your ad space (example: TinShot)
- Enter the estimated CPM
- Select the desired Placement
- Set Priority
- Select Countries targeting
- Select Device targeting
- Click Save
Step 3: Locating the Flurry API Key and Ad Space ID
Flurry API Key:
- Log on to the Flurry platform and click on Application Menu
- Click the Manage tab -> App info
- API Key
Step 4: Android Integration
Add FlurryAds-5.6.0.jar and FlurryAnalytics-5.6.0.jar to your project lib folder
File directory:
aerser-android-sdk/network-support/Flurry/FlurryAds-5.6.0.jar
aerser-android-sdk/network-support/Flurry/FlurryAnalytics-5.6.0.jar
Update AndroidManifest.XML
<activity
android:name="com.flurry.android.FlurryFullscreenTakeoverActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize">
</activity>
Step 5: IOS integration
Add libFlurry_6.7.0.a and libFlurryAds_6.7.0.a libraries to your project by clicking on the + button or drag it to your project libraries:
File directory:
aerserv-android-sdk/network-support/Flurry/Flurry/libFlurry_6.7.0.a
aerserv-android-sdk/network-support/Flurry/FlurryAds/libFlurryAds_6.7.0.a
Adding Required Frameworks
Add the following libraries and frameworks to Target > Build Phases > Link Binary With Libraries:
- AdSupport.framework
- AVFoundation.framework
- CoreGraphics.framework
- CoreMedia.framework
- Foundation.framework
- MediaPlayer.framework
- Security.framework
- StoreKit.framework
- SystemConfiguration.framework
- UIKit.framework
- libz.dylib
Comments