Re: API Campain names

2010-07-09 Thread AdWords API Advisor
Hi, It looks like you are never populating the c variable with the campaign that was returned. Best, - Eric Koleda, AdWords API Team On Jul 8, 12:58 pm, axum wrote: > how do you loop through to get campaign names?  I tried this code: > >  I can get the ids but I want the name. >       AdWordsUs

API Campain names

2010-07-08 Thread axum
how do you loop through to get campaign names? I tried this code: I can get the ids but I want the name. AdWordsUser user = new AdWordsUser(); long retVal = -1; // Get the CampaignService. CampaignService campaignService = (CampaignService) user.GetService(AdWor