-
Notifications
You must be signed in to change notification settings - Fork 262
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
Error getting data metrics #161
Comments
@PierrickVoulet Would this be related to the C implementation? |
Hi, @fiboknacky: actually this seems related to the Protobuf. @miguelgracia I need your help to continue the investigation:
Thanks, |
And what client library version are you using? |
@fiboknacky. I was using V1 of the library. With V2 it works. @PierrickVoulet This is the script to reproduce the error Just add the configuration parameters in the .ini file and in the file Metric.php I hope this helps |
Thanks @miguelgracia, I reproduce the error on my side using GoogleAdsClientBuilder V1 and the PHP implementation of Protobuf only:
The error disappears if either I change to use GoogleAdsClientBuilder V2 or I change to use the C implementation of Protobuf. The error looks similar to the issue #104 which was supposed to be fixed with V2 but never verified. @miguelgracia because V2 fixes the issue, do you have the possibility to upgrade to this version? |
Yes, no problem @PierrickVoulet, I have already migrated to v2. Thanks! |
I am trying to execute a metric query, but the library returns the following error:
The query is the following
Thanks for your help
The text was updated successfully, but these errors were encountered: