Re: How to get CampaignStats in Adwords v201101 in C#

2011-04-08 Thread David Torres
Hi, You need to request every statistical field required in the selector.fields to have campaignStats populated back to you, see http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.CampaignStats.html so if you, for example, wants clicks you need to add it as "Clicks" in t

How to get CampaignStats in Adwords v201101 in C#

2011-04-05 Thread sa...@cwm.co.il
Hi! I am trying to get campaign and its stats in Adwords v201101. I succeeded in getting the campaign : AdWordsUser user = new AdWordsUser(_headers);//getting the headers to the AdwordsUser CampaignService cs = (CampaignService)user.GetService(AdWordsService.v201101.CampaignService); cs.User = u