Most questions receive a reply within 24 hours. We'll send you an email 
notification when this happens.

We execute the following query to fetch metrics on a monthly basis. 

SELECT 
metrics.cost_micros,metrics.impressions,metrics.clicks,metrics.all_conversions,metrics.search_budget_lost_impression_share,metrics.search_rank_lost_impression_share
 
FROM customer WHERE segments.month = '{0}'

The problem is when we onboard a new client we want to fetch their 
historical data, how do we know when their data starts, is there a query we 
could use to fetch that? Because if I pass in a start date that is older 
than the data that exists I get a bad request error.  Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/aaa99f4d-f577-45f7-bc52-eda34b49fb92n%40googlegroups.com.

Reply via email to