-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Google Shopping API] Almost empty results #2155
Comments
Edit: Bumping to The customer provided another example of the issue without setting a Additionally I've been able to reproduce the issue; although responses vary in quality. In one instance, I received only one sponsored result in the HTML preview, but empty JSON. This is the same as the customer's original report. Inspect In another instance, I got nothing at all. Inspect It's a small sample size, but most of the time this query seems to work. Unclear why it's so inconsistent. Here's what it looks like when it works: |
To add some minor context here; I ran a small test of 100 searches (using the same parameters used in the examples above) and found that 7/100 had an issue with Google returning a blank result area. It appears that the HTML we are provided in those instances is fully devoid of any product information, so it might be that we need to do a transparent retry in these instances if we can find a suitable indicator versus a search with no actual results. |
@kagermanov27, do you think this could be related to this comment you posted in this PR? According to @dsojevic's findings though it happens less than 10% of the times. |
I've performed a large number of tests against the problematic searches that were originally reported, searches I had previously been able to reproduce the issue with, and a series of assorted novel searches and have been unable to reproduce it at this time. As we haven't had any recently reported instances of this issue recurring, I'm going to leave this open for now and adjust the priority. If any new instances are reported or if anyone else is able to reliably reproduce the issue, I will re-raise the priority and address it promptly. |
A customer reported that a search on Google Shopping returned basically empty results. It only shows one sponsored result with no shopping_results.
I suspect this is just a one-time issue since I can't replicate it on my side.
Notes:
num
for this search, but I'm not sure if that's the cause.google.com.au
Internal links: Intercom | Search Inspect 1
The text was updated successfully, but these errors were encountered: