The query below is showing as valid in the query builder, but when I 
attempt to run it, I receive the following error message:
  const query =
   SELECT 
 shopping_product.title, metrics.cost_micros, metrics.conversions, 
metrics.clicks, metrics.conversions_from_interactions_rate, segments.month 
FROM shopping_product WHERE segments.date BETWEEN '${adjustedStartDate}' 
AND '${adjustedEndDate}' ORDER BY metrics.cost_micros DESC LIMIT 1000 ;   

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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 visit 
https://groups.google.com/d/msgid/adwords-api/b35c3428-dc79-4d07-9738-f34ee646c177n%40googlegroups.com.

Reply via email to