Could somebody advise me how can I get all campaign ids, adgroup ids, ad ids and keywords that have been changed (created/paused/deleted) for a fixed date rage?
The only way I see is to get all campaigns (adgroups, ads and keyword) using CampaignService.getCampaignList (AdGroupService.getAdGroupList, AdService.getAllAds, CriterionService.getAllCriteria). Running those methods once a day and comparing results with previous day makes possible to find one day changes. It would be appropriate unless I have 100 clients and every client has 10k keywords at the average. So I will spend 1 million API units per day only to get all keywords for all clients and this is not good. Any ideas? Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords 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 -~----------~----~----~----~------~----~------~--~---
