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

some improvements #4

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

some improvements #4

wants to merge 7 commits into from

Conversation

jerryrt
Copy link

@jerryrt jerryrt commented Sep 6, 2013

FYI

I didn't use this SDK to track my Mac app's anymore. Because, during the use of this SDK, I notice some inconsistency with Google Analytics reports. And, some of the reports just don't show up with any meaningful numbers. Maybe my Google Analytic's setup is wrong, or there is something different in our generated request than the ones generated by official Android/iOS SDK, I just don't have the time and energy to investigate the issues.

For the moment, although I am still using Google Analytics for Mac apps' tracking, I am using another approach. It involves putting simple static html pages with tracking code on server, then, using hidden webview to access the tracking pages in apps. In this way, I can get a relatively consistent and satisfied reports.


@interface AnalyticsHelper : NSObject

+(BOOL) fireEvent: (NSString*)eventAction eventValue:(NSNumber*)eventValue;

+(BOOL) mearsureEvent: (NSString*)eventAction eventValue:(NSNumber*)eventValue;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a typo here, measureEvent

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, I will correct the typo.

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

Successfully merging this pull request may close these issues.

2 participants