-
Notifications
You must be signed in to change notification settings - Fork 303
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
Port Google Analytics fixes to the develop branch (develop) #242
Conversation
cagryInside
commented
Mar 4, 2015
- Added map icon click event as discussed Report StopInfo event (develop) #234 (comment)
- Fix Including custom URLs when reporting events with GA. #237 - custom url reporting disabled
- Fix Add Google Analytics individually for trip/stop problem reports #244 - specific trip/stop problem reports
- Fix Change location accuracy threshold for Google Analytics #232 - location accuracy for analytics
- Agreed to keep OBA Android consistent with OBA Iphone as discussed in Including custom URLs when reporting events with GA. #237 (comment). So, the following differences added:
- Turned on Experimental Regions
- Turned off Experimental Regions
- Set region manually
ObaAnalytics.reportEventWithCategory(ObaAnalytics.ObaEventCategory.UI_ACTION.toString(), | ||
getString(R.string.analytics_action_button_press), | ||
getString(R.string.analytics_label_button_press_experimental) + experimentalServers); | ||
if (experimentalServers) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as other PR - please add {
@cagryInside are you still rebasing this? Two commits ended up in this PR. |
@barbeau I finish rebasing. I would like to merge two different commits if it is possible. One for custom url reporting , another for location accuracy issue. I thought, it would be better to have these issues in two different commits, since they are not related to each other. |
…disabled for develop branch
Fix #234 report stop info, Fix # 237 custom url reporting disabled - develop branch
Thanks @cagryInside! |