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

[TIMOB-18851]: Implement the filtering of analytics events for Android. #6921

Merged
merged 2 commits into from Jun 20, 2015

Conversation

hieupham007
Copy link
Contributor

@lokeshchdhry
Copy link
Contributor

PR Approved
Tested using the custom 4.1.0 build given by @pec1985 .
As of now only "ti.geo " events are filtered by using Ti.Analytics.filterEvents(['ti.geo']) in the app.
Checked the following:

  1. We get ti.geo events with out the filterEvents method -- Passed. We got ti.geo as expected.
  2. We get ti.geo events with the filterEvents method -- Passed. We did not get ti.geo which is expected as they are filtered.
  3. Any other events other than ti.geo are filtered -- Passed. No other events are filtered apart from ti.geo.

@cheekiatng
Copy link
Contributor

Approved! Merging.

cheekiatng added a commit that referenced this pull request Jun 20, 2015
[TIMOB-18851]: Implement the filtering of analytics events for Android.
@cheekiatng cheekiatng merged commit 3af50f0 into tidev:master Jun 20, 2015
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.

None yet

3 participants