Here it is how you can limit by date using change_event. SELECT change_event.resource_name, change_event.change_date_time, change_event.change_resource_name, change_event.user_email, change_event.client_type, change_event.change_resource_type, change_event.old_resource, change_event.new_resource, change_event.resource_change_operation, change_event.changed_fields FROM change_event WHERE change_event.change_date_time <= 20220818 AND change_event.change_date_time >= 20220803 ORDER BY change_event.change_date_time DESC LIMIT 2000
Gigel Chiazna On Monday, 22 February 2021 at 22:45:45 UTC+2 Google Ads API Forum Advisor Prod wrote: > Hi Andjel, > > There is a Change Event service in Google Ads API but not in AdWords API. > For keywords, I recommend checking the 'Ad group criterion' resource > type. Please take a look at the service: > > 1. https://developers.google.com/google-ads/api/docs/change-event?hl=en > 2. > > https://developers.google.com/google-ads/api/reference/rpc/v6/ChangeEvent?hl=en > > > Thanks, > [image: Google Logo] > Lakshmi Prathipati > Google Ads API Team > > > ref:_00D1U1174p._5004Q2CTTZx:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/86bc6855-ba56-4a91-a0a1-69b91fc50455n%40googlegroups.com.
