I am trying to fetch change history for last 30 days for number of negative keywords added by user.
I am able to fetch the negative keywords added at campaign level as well as ad group level by using CustomerSyncServiceInterface, source example at below link:
However ,I am unable to fetch the negative keywords added to the shared negative lists .I did create a negative list ,added negative keyword to it and then associated this to campaign.I do see this change under change history from adwords UI ,but I am unable to fetch it using API.
Is there any way I can get these negative keywords (added to negative list) using an API?
Thanks in advance.