danwilson / google-analytics-plugin

Cordova (PhoneGap) Plugin to connect to the native Google's Universal Analytics SDK 3.0
MIT License
695 stars 501 forks source link

Using with build.phonegap.com #10

Closed JulianHunt closed 9 years ago

JulianHunt commented 10 years ago

Is there a way to edit the config file so that the plugin will work with phonegap builds website. The required line in the config file resembles this :

I did try this in my config file to no avail

MioGreen commented 10 years ago

Is this project alive? I also wander about this topic. As I see the single possibility is to use GAPlugin. But it hasn't so many functions as yours.

rpastorelle commented 9 years ago

:+1:

SeVeNDuS commented 9 years ago

What about this issue??? It would be great to have this plugin in build.phonegap.com

Thx!!

nonec commented 9 years ago

I guess it "only" needs to be packaged and submitted?

macfam commented 9 years ago

+1 for Phonegap Build support

janober commented 9 years ago

+1 for Phonegap Build support

danwilson commented 9 years ago

I looked into this a few times, but the license stuff did not work. However, according to an announcement by PhoneGap Build today (http://phonegap.com/blog/2014/12/09/phonegap-build-new-features/), plugins that are in the Cordova Registry (like this one) are now usable. This announcement says (I've not verified the behavior) you should be able to use the following:

<gap:plugin name="com.danielcwilson.plugins.googleanalytics" version="0.6.1" source="plugins.cordova.io" />