cordova-plugin-google-conversion
v1.0.0
Published
Cordova plugin for AdMob / AdWord campaign app install conversion tracking
Downloads
19
Maintainers
Readme
GoogleAppTracking Plugin
Google App Install Conversion tracking plugin for iOS and Android. Phonegap integration for AdMob Conversion tracking.
(June 2 2015: updated with current Google sdk and new cordova plugin.xml format. Credits to christoph-neumann mlegenhausen.)
Preparation:
This plugin integrates with your AdMob account and AdWords campaigns. See Google docs for more details. See https://developers.google.com/app-conversion-tracking/.
Installation:
Install with cordova cli:
cordova plugin add https://github.com/MyHealthTeams/google-app-conversion-tracker.git
Google SDK libraries are included in the plugin. You'll need to make sure the AdSupport.framework is linked in xcode for the iOS app.
Usage
The plugin creates a GappTracker
object, with just one method track()
:
GappTrack.track(conversion_id, label, value, repeatable);
Values for conversion_id, label, value, and repeatable are generated by Google when you create a mobile app conversion in your AdWords account. After onDeviceReady, you can track the conversion by calling track, e.g.
GappTrack.track("0123456789", "abCDEFG12hIJk3Lm4nO", "0.99", "NO");
More Info
see https://developers.google.com/app-conversion-tracking
License
Apache 2.0 License
Copyright (c) 2014 Paul Nock, MyHealthTeams