Hi Erica,
Is the error you are getting as follows?
Start and End date are required for CUSTOM_DATE
I noticed that you never set the *DateRange* on your *Selector* but you are
specifying a date range type of CUSTOM_DATE.
If that's not the error you are hitting, please post the error message so I
can investigate.
Thanks,
Josh, AdWords API Team
On Thursday, April 3, 2014 9:12:55 AM UTC-4, erica d'acunto wrote:
>
> 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.