You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hello, just would like to know how to check actions on my Adwords Account via API. Is there any possibility to get a log file? Thanx for any answer!
Sreelakshmi Sasidharan (AdWords API Team)
unread,
Oct 25, 2017, 4:03:10 PM10/25/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
You could use CustomerSyncService to get the change history at Campaign, AdGroup and Customer level. You could check here for details about the response of this service. Please note that any change made on the entity via UI or API will be returned by this service. You can check the GetAccountChanges for a sample in Java. Samples in other languages can also be found here. Also, this service only returns the changes made in last 90 days.
Please give it a try and let me know if you have any additional questions.