hansemannn / ti.dfp

Doubleclick for Publishers (DFP) module for Titanium Mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DFP Module

Description

This is a Titanium Mobile module for displaying DFP ads in your app. Jason Priebe started with Appcelerator's admob module, followed a few things that Wienke Giezeman did to add DFP support, updated to the latest Google Mobile Ads SDK and Google Play Services, and then brought the APIs for iOS and android into sync.

Quick Start

Android: add this to your tiapp.xml (otherwise the app won't start)

<manifest>
    <application>
        <!-- Sample AdMob app ID: ca-app-pub-3940256099942544~3347511713 -->
        <meta-data
            android:name="com.google.android.gms.ads.APPLICATION_ID"
            android:value="ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy"/>
    </application>
</manifest>

Installation

About

Doubleclick for Publishers (DFP) module for Titanium Mobile

License:Other


Languages

Language:Objective-C 85.3%Language:Java 8.5%Language:Python 3.8%Language:JavaScript 2.4%