using change_status shows me that there were changes made but it doesnt give me enough information for my logging:(
Pavel Hegler schrieb am Mittwoch, 17. März 2021 um 09:55:38 UTC+1: > Hello friends, > > so i ran this python script > <https://developers.google.com/google-ads/api/docs/samples/get-account-changes> > . > It didnt return anything. > as I pprinted(vars())ed the object i got this: > > {'_items_field': 'results', > '_method': > functools.partial(<google.api_core.gapic_v1.method._GapicCallable object at > 0x000002BE11598730>, retry=<object object at 0x000002BE0ECDC670>, > timeout=<object object at 0x000002BE0ECDC670>, > metadata=[('x-goog-request-params', 'customer_id=XXXXXXXXXX')]), > '_request': customer_id: "XXXXXXXXXX" > query: "\n SELECT\n change_event.resource_name,\n > change_event.change_date_time,\n > change_event.change_resource_name,\n > change_event.user_email,\n change_event.client_type,\n > change_event.change_resource_type,\n > change_event.old_resource,\n > change_event.new_resource,\n > change_event.resource_change_operation,\n > change_event.changed_fields\n FROM change_event\n WHERE > change_event.change_date_time <= \'2021-03-18\'\n AND > change_event.change_date_time >= \'2021-03-03\'\n ORDER BY > change_event.change_date_time DESC\n LIMIT 5" > page_size: 1000 > , > '_request_token_field': 'page_token', > '_response_token_field': 'next_page_token', > '_started': False, > 'client': None, > 'item_to_value': <function _item_to_value_identity at 0x000002BE0EE69DC0>, > 'max_results': None, > 'next_page_token': None, > 'num_results': 0, > 'page_number': 0} > > so I guess it didnt recognise any changes but I know there are > definitively some changes in the account. > > What am I missing? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/7fe3988a-9d7e-46eb-890f-666a2ce80efdn%40googlegroups.com.