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
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