Hi, 

I Have an issue with those queries : 

SELECT change_event.changed_fields,
change_event.new_resource,
change_event.old_resource,
change_event.resource_change_operation,
change_event.resource_name,
change_event.change_date_time

FROM change_event WHERE ad_group.id = 17189668520 AND 
change_event.change_date_time BETWEEN '2021-12-05' AND '2021-12-07'
LIMIT 10000

And 
SELECT change_event.changed_fields,
change_event.new_resource,
change_event.old_resource,
change_event.resource_change_operation,
change_event.resource_name,
change_event.change_date_time

FROM change_event WHERE ad_group.id = 17189668520 AND 
change_event.change_date_time DURING LAST_30_DAYS
LIMIT 10000

It tells me the query is valid, but when I call it I get an exception 
message :

{{ "changeEventError": "START_DATE_TOO_OLD" }} 
"The requested start date is too old. It cannot be older than 30 days." 

I suppose the date limit is 30 DAYS NOT INCLUDED.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/256e6dc3-2cd2-4fa6-af11-8c0f329fe0b0n%40googlegroups.com.
  • [I... Steven Jeanne
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
      • ... Steven Jeanne
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to