I'm migrating my v13 code to v200909. For retrieving all ads from all adGroups and all campaigns I use following code:
AdWordsUser user = new AdWordsUser(); AdGroupAdService service = (AdGroupAdService)user.GetService(AdWordsService.v200909.AdGroupAdService); AdGroupAdPage page = service.get(new AdGroupAdSelector()); Unfortunately it looks like I retrieve only "enabled" ads. Is there any way to get also "paused" and "deleted" ads? Thanks Alexander -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.