function main() { const spreadsheet = SpreadsheetApp.create('Test_report'); const report = AdsApp.report( 'SELECT campaign.id, campaign.name, change_event.client_type, change_event.change_resource_type, change_event.change_date_time ' + 'FROM change_event ' + 'WHERE change_event.change_date_time DURING LAST_7_DAYS LIMIT 10 '); report.exportToSheet(spreadsheet.getActiveSheet()); console.log(spreadsheet.getUrl()); }Hope this helps! Let us know if you have any further questions.
![]() |
Google Ads Scripts Team |
Hi,
Thank you for reaching out to the Google Ads Scripts support team.
I would like to inform you that there is no method available in the Google Ads Scripts to get the change column details in the change history. You can check the changes manually in the UI by navigating to the Change history of the account.
I hope this helps! Kingly get back to us if you still have any concerns.