-
Notifications
You must be signed in to change notification settings - Fork 61
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
v0.4.0 Not returning Ad results #98
Comments
I'm not sure it's related to v0.4 because there were no updates that would broke this part of the code. Can you confirm it was working just before you upgrade? PS: did you make sure to use the correct method as seen here https://serp-spider.github.io/documentation/search-engine/google/parse-page/#adwords-sections In your example you are using |
I don't believe it was working pre upgrade.. I'm scraping thousands of terms a day and the last adword record I got was a single result on 2018-05-29 and prior to that 4 results on 2018-05-23. So it seems to be working 0.0001% of the time..?
I've tried hundreds of terms while testing and I always get the below from
To be honest the adwords results are just being collected as a byproduct which is why they've gone unnoticed but it would be nice to know it's working well / contribute in a small way back to this fantastic library. |
Here's an output example: |
Same issue here ! |
This resolved it's self for me. Closing because of inactivity.. |
Hello,
I'm doing requests for pretty standard keywords
holiday homes cornwall
which does have adwords.Then parsing natural results fine, but if I parse
foreach ($gRank->adwordsResults as $i => $position) {
I get 0 results.Is this a Dom issue ?
using google.co.uk
The text was updated successfully, but these errors were encountered: