Hi, Thanks for correction, I was looking at as a report field. But clear now.
I would also want to pay attention on link provided, There is invalid fields in the example you pointed https://developers.google.com/google-ads/api/docs/change-status#retrieve_changes Those fields are invalid as of now. change_status.ad_group_feed, change_status.campaign_feed, change_status.feed, change_status.feed_item Thanks, On Friday, 13 June 2025 at 12:17:41 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for contacting the Google Ads API support team. > > As per the documentation, any changes made using the Google Ads API will > be retrieved from the change 'resource_type > <https://developers.google.com/google-ads/api/reference/rpc/v20/ChangeStatus#resource_type>'. > > For more information refer to this link > <https://developers.google.com/google-ads/api/docs/change-status#retrieve_changes> > . > > Here is a sample query for your reference. Please note that the query > must filter on a date within the past 90 days, and optionally a time, and > must include a LIMIT clause set to at most 10,000 results. > > > { > "query":"SELECT change_status.resource_type, change_status.resource_name, > change_status.resource_status, change_status.last_change_date_time > FROM > change_status WHERE change_status.resource_type > IN ('"'"'ASSET_SET'"'"', '"'"'CAMPAIGN_ASSET_SET'"'"', > '"'"'CAMPAIGN_BUDGET'"'"') > AND change_status.last_change_date_time BETWEEN > '"'"'2025-06-01'"'"' AND '"'"'2025-06-05'"'"' > LIMIT 100" > } > > If you still face any issues, please provide the customer ID so that we > can check and confirm from our end. > > You can send the details via *Reply privately to the author option*, or > *direct private reply* to this email. > > Thanks, > > [image: Google Logo] Google Ads API Team > Feedback > How was our support today? > > [image: rating1] > <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=1&entry.295079254=500Ht00001rfBONIA2> > > [image: rating2] > <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=2&entry.295079254=500Ht00001rfBONIA2> > > [image: rating3] > <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=3&entry.295079254=500Ht00001rfBONIA2> > > [image: rating4] > <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=4&entry.295079254=500Ht00001rfBONIA2> > > [image: rating5] > <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=5&entry.295079254=500Ht00001rfBONIA2> > [2025-06-13 06:47:06Z GMT] This message is in relation to case > "ref:!00D1U01174p.!500Ht01rfBON:ref" (ADR-00314153) > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 visit https://groups.google.com/d/msgid/adwords-api/c1bc0473-d5cd-4d9f-b609-f353f8fc6db5n%40googlegroups.com.
