phonegap-build / GAPlugin

Google Analytics Plugin
MIT License
170 stars 141 forks source link

what to replace com.adobe.plugins.gaplugin with #93

Open usernomen opened 7 years ago

usernomen commented 7 years ago

I am currently creating a new app, and I keep getting the error: plugin unsupported: com.adobe.plugins.gaplugin. I have tried to do research to find what to replace the plugin with, but I cannot find any clear answer. Can anyone help?

racingsolution commented 7 years ago

I ended up using this one

usernomen commented 7 years ago

when i replace the old plugin with i get the error: plugin unsupported: as well

racingsolution commented 7 years ago

Straight from my config file `

  <param name="android-package" value="com.danielcwilson.plugins.analytics.UniversalAnalyticsPlugin" />
  <param name="wp-package" value="UniversalAnalyticsPlugin" />
</gap:plugin>`
usernomen commented 7 years ago

what program do you use to edit xml files?

racingsolution commented 7 years ago

Notepad++

usernomen commented 7 years ago

could you send me your whole xml document