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

Bug fixes in Analytics class #203

Merged

Conversation

smaeda-ks
Copy link
Contributor

  1. active_entities() method is not handling optional parameters correctly and hence all optional parameters are not working when specified (such as campaign_ids).

  2. async_stats_job_result() is not returning Cursor instance and taking job_ids as a required parameter mistakenly.

- job_ids is not a required parameter
- return Cursor instance rather than String
- update analytics example snippet
@smaeda-ks smaeda-ks merged commit 8a58f8b into xdevplatform:master Jul 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants