I am running the following code:

            ReportDefinition definition = new ReportDefinition();
            definition.reportName = "AdGroup_Performance_report";
            definition.reportType = 
ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT;
            definition.downloadFormat = DownloadFormat.XML;
            definition.dateRangeType = 
ReportDefinitionDateRangeType.CUSTOM_DATE;

            Selector selector = statsSelector;
            selector.fields = new string[]
                {
                    "Id", "ConversionRate",
                    "CostPerConversion", "ConversionsManyPerClick", 
"ConversionRateManyPerClick",
                    "CostPerConversionManyPerClick", "TotalConvValue", 
"ValuePerConv",                    "ValuePerConvManyPerClick",
                    "ClickAssistedConversions"
                };

            ClientReport cr = null;
            
            ReportUtilities utilities = new ReportUtilities(awu);
            utilities.ReportVersion = CurrentAdWordsService.Version;
            cr = utilities.GetClientReport(definition);


It started to throw an exception ever since I added the selcetion field 
 "ClickAssistedConversions" although it appears in the table 
here: https://developers.google.com/adwords/api/docs/appendix/reports#ad-group

What is wrong with it? what is the correct way to retrieve information 
regarding the click assisted conversions?

Best regards,
Erica D'Acunto

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to