Re: Get all account changes during the past 24 hours For Google Ads Api

2022-09-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Shweta, Thank you for your reply. I work with Carmela and allow me to assist you here. To answer your question, I suggest using the below query below: SELECT change_event.change_resource_name,change_event.change_resource_type, change_event.change_date_time FROM change_event WHERE change_eve

Re: Get all account changes during the past 24 hours For Google Ads Api

2022-09-20 Thread Shweta Suthar
Hi Carmela, Thanks for the update. we're trying to get campaigns which one modified in the last 24 hours. we're getting below response using *google-ads-php/examples/AccountManagement/GetChangeSummary.php* On 2022-09-19 14:41:34.443519, change status 'customers/1371244973/changeStatus/166359489

Get all account changes during the past 24 hours For Google Ads Api

2022-09-20 Thread Shweta Suthar
Hi Team, we re trying to get all account details during the past 24 hours. like campaigns, ad groups & ads. currently we're using below method (*we're using PHP client library*). https://developers.google.com/google-ads/api/docs/samples/get-change-summary Please help to differentiate like for sp