Hi. I am trying to pull data(*2020-02-01*) from *click_view*, and this is 
the request:

curl --location --request *POST* '
*https://googleads.googleapis.com/v6/customers/{{customer_id}}/googleAds:search*'
 
\
--header 'Authorization: Bearer {{token}}' \
--header 'developer-token: ALkDA5a-bcH2N-mcan-UzQ' \
--header 'Content-Type: application/json' \
--header 'login-customer-id: 785XXXXXXX' \
--data-raw '{
"*query*": "SELECT 
customer.descriptive_name,ad_group.id,ad_group.name,ad_group.status,segments.ad_network_type,click_view.area_of_interest.city,click_view.area_of_interest.country,click_view.area_of_interest.metro,click_view.area_of_interest.most_specific,click_view.area_of_interest.region,campaign.id
 
FROM click_view WHERE segments.date = '\''*2020-02-01*'\''",
"*return_total_results_count*": "true",
"*validate_only*": "false"
}'

And I got: 
         *"message": "The requested date is too old. It cannot be older 
than 90 days."*

*Is there a way to get data older than 90 days plz?*

Best,

Zhisheng

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4f46a153-7372-473a-8c2c-7c818b5cc1c9n%40googlegroups.com.

Reply via email to