phonegap-build / GAPlugin

Google Analytics Plugin
MIT License
170 stars 141 forks source link

'&uid' support #69

Open turowicz opened 10 years ago

turowicz commented 10 years ago

Google Analytics supports user identification via the &uid variable. Currently it's not possible to set it through GAPlugin.

The JS for native ga lib is:

ga(‘set’, ‘&uid’, {{USER_ID}}); // Set the user ID using signed-in user_id.
cinac commented 10 years ago

Is there any news on this issue for GAPlugin?

sreejith-m-sreedharan commented 9 years ago

I have the same question..

rpastorelle commented 9 years ago

Mark me down as one interested in this being added as well...

basterbrugge commented 9 years ago

+1 on this too

rpastorelle commented 9 years ago

For anyone still watching this issue I recommend looking into: danwilson/google-analytics-plugin

cemerson commented 9 years ago

+1 to danwilson/google-analytics-plugin (as of 2015/07/31)