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