I understand that the change_status service call does not directly map to the change history in the UI and the response I received is because of small process changes made by google.
Is there a way to query only human-related changes without internal changes? I need to find out when was the last change that the campaign owner did so if there is another way to find it, it will be great. On Tuesday, January 21, 2020 at 5:10:22 PM UTC+2, Asaf Zinger wrote: > > Hi, > I'm using GoogleAds API change_status to get my campaign change history > with this query: > >> SELECT >> change_status.ad_group, >> change_status.last_change_date_time, >> change_status.ad_group_ad, >> change_status.resource_status, >> change_status.resource_type, >> change_status.campaign, >> change_status.ad_group_criterion, >> change_status.campaign_criterion, >> campaign.resource_name >> >> FROM >> change_status >> >> WHERE >> change_status.last_change_date_time DURING >> LAST_7_DAYS and >> campaign.resource_name = '{google_campaign_id}' >> and >> change_status.resource_type in ('CAMPAIGN', >> 'AD_GROUP', 'AD_GROUP_AD') >> >> ORDER BY change_status.last_change_date_time > > > > The API result is different than the Ads Manager UI result. > for example, when searching for the changes in the last 7 days, the API > returns 5 results (AD_GROUP_AD changes) but the UI change history view > shows 0 results. > What can be the problem? Am I using it wrongly or is this the wrong API to > get the change history? > > Thanks, > Asaf. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/5652aeb1-7ed1-4cb3-9778-6a2ce8311b81%40googlegroups.com.