Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement google analytics #133

Open
JoshuaDickerson opened this issue Sep 27, 2013 · 9 comments
Open

Implement google analytics #133

JoshuaDickerson opened this issue Sep 27, 2013 · 9 comments

Comments

@JoshuaDickerson
Copy link
Collaborator

Implement Google Analytics on all client applications

Android SDK
iOS SDK

@popwarfour
Copy link
Collaborator

Unfortunately I think this violates Apples terms of use and they will reject it from being put in the app store.

@EdgeCaseBerg
Copy link
Owner

@popwarfour @JoshuaDickerson

Mobile analytics are mentioned here and seem to be in use by the person who made these slides

Do you have a reference to the point in the terms of use for the app store where it forbids tracking of custom data in an application? (or whatever lawyer jargon it would say)

We can also tweet to the author of said slides and ask him if he's used the analytics within an application that has been sold through the app store and see if he responds.

@the-hobbes
Copy link
Collaborator

As per thishttps://developers.google.com/analytics/devguides/collection/ios/v2/campaigns#known-issues
:

The Apple App Store does not currently support campaign measurement using

Google Analytics. However, custom URL schemes can be used in conjunction
with general campaign measurementhttps://developers.google.com/analytics/devguides/collection/ios/v2/campaigns#measurement
to pass campaign information into your iOS app after it has been
downloaded and installed.

On Mon, Feb 3, 2014 at 3:26 PM, Ethan Joachim Eldridge <
[email protected]> wrote:

@popwarfour https://github.com/popwarfour @JoshuaDickersonhttps://github.com/JoshuaDickerson

Mobile analytics are mentioned herehttp://stackoverflow.com/questions/4555619/options-for-mobile-app-store-analytics-apple-android-ovi-etcand seem to be in use by the person who made these
slides http://analdroid-talk.heroku.com/#25

Do you have a reference to the point in the terms of use for the app store
where it forbids tracking of custom data in an application? (or whatever
lawyer jargon it would say)

We can also tweet to the author of said slides and ask him if he's used
the analytics within an application that has been sold through the app
store and see if he responds.

Reply to this email directly or view it on GitHubhttps://github.com//issues/133#issuecomment-34013432
.

@EdgeCaseBerg
Copy link
Owner

Thanks @the-hobbes
But that's a link to v2 of the SDK, they've released a v3 and it doesn't feature the same known issues/warnings on those pages. Perhaps in v3 it works?

@the-hobbes
Copy link
Collaborator

Whoops, didn't catch that. I think that
v3https://developers.google.com/analytics/devguides/collection/ios/v3/is
good to go though. I don't see any mention of restrictions, and have
read a couple stackoverflow questions (like this
onehttp://stackoverflow.com/questions/5805749/use-google-analytics-for-iphone-to-track-app-usage-apple-approval-criteria,
even though it is a bit old) indicating apps containing analytics were
approved.

On Tue, Feb 4, 2014 at 6:26 AM, Ethan Joachim Eldridge <
[email protected]> wrote:

Thanks @the-hobbes https://github.com/the-hobbes
But that's a link to v2 of the SDK, they've released a v3 and it doesn't
feature the same known issues/warnings on those pages. Perhaps in v3 it
works?

Reply to this email directly or view it on GitHubhttps://github.com//issues/133#issuecomment-34063500
.

@EdgeCaseBerg
Copy link
Owner

Marking this an enhancement.

Those stackoverflow comments are a good indicator of success. If this is a feasible enhancement to make within the timeframe I'd say go for it. But that's up to whoever will implement it (not me!)

@popwarfour
Copy link
Collaborator

I always refer to the official app store guidelines document which is pretty explicit about what they look for.

http://images.worldofapple.com/appstoreguidelines_9910.pdf

Couldn't really find anything specific to analytics but I did read this at 4.1
"Apps that do not notify and obtain user consent before collecting, transmitting, or using
location data will be rejected"

Sounds like we need an alert the first time they enter the app explaining to them that their location will be anonymously logged.

@EdgeCaseBerg
Copy link
Owner

Seems simple enough to let them know, I don't think we'll have a problem
getting it all into the store.

On Fri, Feb 7, 2014 at 7:07 AM, Anders Melen [email protected]:

I always refer to the official app store guidelines document which is
pretty explicit about what they look for.

http://images.worldofapple.com/appstoreguidelines_9910.pdf

Couldn't really find anything specific to analytics but I did read this at
4.1
"Apps that do not notify and obtain user consent before collecting,
transmitting, or using
location data will be rejected"

Sounds like we need an alert the first time they enter the app explaining
to them that their location will be anonymously logged.

Reply to this email directly or view it on GitHubhttps://github.com//issues/133#issuecomment-34431464
.

~Ethan J. Eldridge
Programmer | Computer Scientist
Former UVM CS Crew Executive Triumvirate Member
Former UPE UVM Chapter President

@EdgeCaseBerg
Copy link
Owner

Did anything come of this for the iOS app? @popwarfour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants