cmackay / google-analytics-plugin

Cordova Google Analytics Plugin for Android & iOS
Apache License 2.0
89 stars 43 forks source link

Support .require method #7

Closed VishalRJoshi closed 10 years ago

VishalRJoshi commented 10 years ago

I am using your plugin and it is working great. Really appreciate you putting this together. I was considering using Display features of GA mentioned here https://developers.google.com/analytics/devguides/collection/analyticsjs/display-features and it feels like it won't be possible till you exposing passing 'require' to ga. Can you consider adding it?

cmackay commented 10 years ago

Hi @VishalRJoshi,

I appreciate your comments. I looked around a bit for native sdk support for the display features and I don't seem to see any methods in the native apis for that. If you know happen to know where some info on what the iOS and Android calls are for that, I would be happy to add it. It seems like it should be pretty easy but I don't see any require functions on the Tracker. Maybe its a new feature. Not sure.

Thanks,

-Craig

VishalRJoshi commented 10 years ago

Thanks for the quick response. Now that I think about it the doubleclick cookie won't be present in apps so it won't even make sense to allow Display Feature in native apps. But the 'require' feature is more generic thing for plugins of GA not sure why they don't have it in native SDK. I will do some reading and write back if I find anything useful to share. Thx again!! Vishal R. Joshi | http://vishalrjoshi.com | @vishalrjoshi

On Aug 1, 2014, at 7:01 PM, "Craig MacKay" notifications@github.com wrote:

Hi @VishalRJoshi,

I appreciate your comments. I looked around a bit for native sdk support for the display features and I don't seem to see any methods in the native apis for that. If you know happen to know where some info on what the iOS and Android calls are for that, I would be happy to add it. It seems like it should be pretty easy but I don't see any require functions on the Tracker. Maybe its a new feature. Not sure.

Thanks,

-Craig

— Reply to this email directly or view it on GitHub.

cmackay commented 10 years ago

No problem. Yeah, this is the first I heard about this feature. I guess you are right. Let me know though if there are any additional feature requests you think of or any other feedback. Thanks!

-Craig