-
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
Between Date call failing #105
Comments
Could you provide the customer ID as well please? Best, |
4452602168 |
@PierrickVoulet Could you try replicating this issue? |
This is the latest 1.3 version btw |
Also FYI, if I revert back to 1.1 it works again |
Thanks @charlesastwood for the complete information, I will try reproducing ASAP. |
Alright, I did a few tests and here is what I found:
The error is likely related to a fix done in 1.2 and 1.3 releases. Before we move forward with more digging in this direction, could you:
|
1.2 works fine. 1.3 is when the error is kicking in. I tested taking out
This was due to the code
That now doesn't seem to have a getValue() function? The trace for the 1.3 call with the metrics in is:
|
This is being caused by #92. We're currently working on a fix for it, please bear with us. |
#92 I think is the problem I am facing with
when calling the SQL |
This should have been fixed by V2.0.0. |
Closing this due to inactivity. |
My calls to the API using custom date ranges have started to fail with an error:
I am formatting them as shown here: https://developers.google.com/google-ads/api/docs/query/date-ranges
If I use a date range such as
LAST_7_DAYS
it works fine.Non-working example:
Working example:
The text was updated successfully, but these errors were encountered: