jasondavis25 / google-conversion-tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google-conversion-tracking Plugin

Google App Install Conversion tracking plugin for iOS and Android. Phonegap and Cordova integration for Adwords Conversion tracking.

Preparation:

This plugin integrates with your AdWords campaigns. See Google docs for more details.

Usage

The plugin creates a GoogleConversionTracking object, with just one method track():

GoogleConversionTracking.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.

GoogleConversionTracking.track("0123456789", "abCDEFG12hIJk3Lm4nO", "0.99", "NO");

More Info

see https://developers.google.com/app-conversion-tracking

License

Apache 2.0 License

About


Languages

Language:Objective-C 68.9%Language:Java 23.1%Language:JavaScript 8.0%