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

Add streaming GAQL query endpoint #381

Closed
PaulLockhart opened this issue Apr 26, 2022 · 4 comments · Fixed by #400
Closed

Add streaming GAQL query endpoint #381

PaulLockhart opened this issue Apr 26, 2022 · 4 comments · Fixed by #400
Labels
feature request 💡 New ideas next release 🚀 Will be included in the next release of the library

Comments

@PaulLockhart
Copy link

Would be super nice to be able to open a search stream via a GAQL query rather than the special request object, similarly to how you can do this with the regular query-based search endpoint.

Wondering if this is already possible, and if not it would be a very useful feature.

@wcoots wcoots added the feature request 💡 New ideas label Apr 28, 2022
@wcoots
Copy link
Contributor

wcoots commented Apr 28, 2022

Interesting idea @PaulLockhart, do you mind if I ask why you would prefer to use GAQL over the report options?

@arditti
Copy link

arditti commented May 4, 2022

Interesting idea @PaulLockhart, do you mind if I ask why you would prefer to use GAQL over the report options?

Personally I use GAQL as there are a lot of Google's own examples over their docs

@PaulLockhart
Copy link
Author

PaulLockhart commented May 4, 2022

Interesting idea @PaulLockhart, do you mind if I ask why you would prefer to use GAQL over the report options?

I don't particularly mind the library default implementation if building a project from scratch, but I think using GAQL makes requests more universal and language independent, and makes it easier to pick up and use the library for an existing code base that already has GAQL queries.

@wcoots
Copy link
Contributor

wcoots commented Jun 17, 2022

@arditti @PaulLockhart We will be upgrading the library to v11 of the API next week. I'll have a look into it then, and if it isn't too much work I'll try to fit this in for you.

@wcoots wcoots added the next release 🚀 Will be included in the next release of the library label Jun 17, 2022
@wcoots wcoots linked a pull request Jun 21, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 💡 New ideas next release 🚀 Will be included in the next release of the library
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants