mozilla-magnet / magnet-client

A nearby content discovery client for Android & iOS
Mozilla Public License 2.0
19 stars 10 forks source link

Add ability to call Google Analytics from native code #296

Closed wilsonpage closed 8 years ago

wilsonpage commented 8 years ago

As notifications become more advanced more of our code has to run on the native side. We need to be able to call Google Analytics from native code so that we can learn from user interactions with notifications when the app is closed.

wilsonpage commented 8 years ago

We can either run this a parallel with react-native-google-analytics-bridge or replace it with our own wrapper that can be called from JS or Native code.

arcturus commented 8 years ago

Do you thikn it makes sense to send a PR to react-native-google-analytics-bridge to allow native use of the api?

wilsonpage commented 8 years ago

That would be cool.

On Thu, Nov 3, 2016 at 3:51 PM, Francisco Jordano notifications@github.com wrote:

Do you thikn it makes sense to send a PR to react-native-google-analytics- bridge to allow native use of the api?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mozilla-magnet/magnet-client/issues/296#issuecomment-258184067, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-Sh9qU1ZrIEqgGCdz7n6DMX029vYkeks5q6gL6gaJpZM4KoR0O .

samgiles commented 8 years ago

Gonna break this down into three tasks

wilsonpage commented 8 years ago

@samgiles ... like a boss 😎

samgiles commented 8 years ago

Closed in #349