Hello, I am having a problem when doing a query as follows

$query =
"SELECT metrics.impressions, segments.date FROM keyword_view WHERE 
segments.date BETWEEN '2019-01-01' AND '2020-01-01'";

Whenever I remove segments.date like this, it works:

$query =
"SELECT metrics.impressions FROM keyword_view WHERE segments.date BETWEEN 
'2019-01-01' AND '2020-01-01'";

What am I doing wrong? Laravel just stays blank, seems like a weird crash 
due to the library, everything else is working as intended

Thanks in advance!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f801e7e9-a9b4-462c-8b09-616644b19bfbn%40googlegroups.com.
  • Er... andri...@gmail.com
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to