AdMobMediationAdapterFlurry 8.6.1

AdMobMediationAdapterFlurry 8.6.1

TestsTested
LangLanguage Obj-CObjective C
License Unknown
ReleasedLast Release May 2018

Maintained by Ugo, Hunter Hays, ‘rajkaur’.



 
Depends on:
Flurry-iOS-SDK/FlurrySDK~> 8
Flurry-iOS-SDK/FlurryAds~> 8
Google-Mobile-Ads-SDK~> 7.12
 

  • By
  • Flurry

Flurry iOS Adapter for AdMob and DFP

Cocoapods pod version

Adapter version 8.6.0 - Updated 2018-05-16

-Update to Google-Mobile-Ads-SDK 7.30.0 -Fix for the following crash spaceClickActionDidFail:error:

Adapter version 8.2.1 - Updated 2017-09-19

This adapter enables mediation of Flurry ads via the Google Ads SDK for DoubleClick for Publishers or AdMob.

Installation

To install this adapter via CocoaPods, create a Podfile -- if you do not have one already -- with the following content:

platform :ios, '8.0'

target 'YourAppBuildTarget' do

  pod 'Google-Mobile-Ads-SDK'

  pod 'Flurry-iOS-SDK/FlurrySDK' #Analytics Pod
  pod 'Flurry-iOS-SDK/FlurryAds' #Advertising Pod (requires Analytics)

  pod 'AdMobMediationAdapterFlurry', '~> 8'
   # ...your other pod dependencies
end

Mediate Flurry Ads through AdMob or DFP

To integrate Flurry as a mediated network in your AdMob/DFP ad serving, three initial steps are necessary:

  1. Integrate Flurry SDK and Flurry adapter for DFP and AdMob into your app.
  2. Configure Flurry's Adspace(s).
  3. Configure AdMob to mediate Flurry.

To learn more about these steps, read the Yahoo Developer Network documentation for AdMob or DFP.

Changelog

Version 7.9.2 - 2017-02-10

  • Added full bitcode compatibility
  • Bug fixes

Version 7.8.3 - 2016-12-23

  • Bug fixes

Version 7.8.2 - 2016-11-17

Version 7.6.7 - 2016-09-30

  • Bug fixes

Version 7.6.6 - 2016-08-01

  • Allows recycling of views that were used for Flurry native ads
  • Fixed banner ad rendering issue

Version 7.6.3 - 2016-05-25

  • Added support for Google Ads SDK v7+