Hi,

I'm trying to get a campaign performance report to download, using an 
adapted version of the DownloadCriteriaReport.cs from the 201409 code 
examples.  All of the fields below are working fine, except for ClickType 
and Converted Clicks, for some reason. Could you tell me why this might be?


Thanks,
Mike

public string Run(AdWordsUser user, string fileName)
        {
            ReportDefinition definition = new ReportDefinition();

            definition.reportName = "Last 7 days 
CAMPAIGN_PERFORMANCE_REPORT";
            definition.reportType = 
ReportDefinitionReportType.CAMPAIGN_PERFORMANCE_REPORT;
            definition.downloadFormat = DownloadFormat.CSV;
            definition.dateRangeType = 
ReportDefinitionDateRangeType.LAST_7_DAYS;

            // Create selector.
            Selector selector = new Selector();
            selector.fields = new string[] {"AccountDescriptiveName", 
"Date", "Device", 
          //"ClickType",
          "CampaignName",
          "ExternalCustomerId",
          "CampaignStatus", "Clicks", "Impressions",
          "Cost", "AveragePosition",
          //"ConvertedClicks", 
            "ViewThroughConversions"
      };

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/481d0bb3-b99e-4119-b982-c9ed9be9daec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to