-
Notifications
You must be signed in to change notification settings - Fork 15
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
Getting QueryID for events #128
Comments
Experiencing the same issue, as you can see below there is no cc @aallam |
Seems to be merged for next release! |
Version 1.5.1 is released with the fix :) |
To access this new parameter, there is no need to update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having trouble getting the queryId from HitsSearch in my Flutter App (Im using Flutter Helper and Algolia Insights as docs recommend).
In my pubspec.yaml:
This is how I set my HitsSearcher
Also added this in the paginationController to see if it works:
Now, the problem is that, as defined in the SearchResponse model from the Flutter Helper package, it should have (if the setup is ok) a response.queryID.
This parameter is optional in the model, but can't get it to be returned.
Also, I found out that _productSearcher has a field called queryId (which is also optional) and again, cant get it to be else than null.
So, after tryng to find queryId I found out that there are more than one place where it can be reached from. But from any of those I always get a null as queryId.
This is a mandatory input for the click and conversion events after search. Which are really important for the personalization. So i beleive there ir something missing from my configs. But docs for this functionality is still in progress i assume.
Expected behavior 💭
Environment:
The text was updated successfully, but these errors were encountered: