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

Funnels support does not consider with_actors property #114

Open
akahncmu opened this issue Apr 17, 2017 · 1 comment
Open

Funnels support does not consider with_actors property #114

akahncmu opened this issue Apr 17, 2017 · 1 comment

Comments

@akahncmu
Copy link

Steps to reproduce - Create a funnel query as it states in the readme, except add ":with_actors => true" to the hash of one of the steps. The query should return the list of actors along with the quantity, but it currently only shows the quantity.

@akahncmu
Copy link
Author

akahncmu commented Apr 17, 2017

A little de-bugging has revealed the following:

The with_actors property is successfully included in the query request. The api then responds with the full, correct payload, including the actors. However, at this point, the sdk strips out the "actors" section of the response payload.

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

No branches or pull requests

1 participant