Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

flurry/flurry-adapter-admob-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVED

Flurry iOS Adapter for AdMob and DFP

Cocoapods pod version

Adapter version 8.6.1 - Updated 2018-05-18

-Enable bitcode support

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+