Ok I solved this, but i'll leave it up in case anybody needs it in future. I was using this method: public ReportUtilities(AdWordsUser user, string query, string format);
Assuming it would use the latest AdWords version, but it does not. Once you switch to this method: public ReportUtilities(AdWordsUser user, string reportVersion, string query, string format); You can define the AdWords version you need, which seemed to fix the problem. It does however mean that you'll need to keep changing your reportVersion string every time your version gets sunset. J On Thursday, December 14, 2017 at 12:02:55 PM UTC, Joe Stedman wrote: > > Hi, > > I'm using the c# library to request an awql report for automated ads in my > account. > The Nuget package version I'm using is 22.4.0.0 > > When I try and request the report using this string: > "SELECT > CreativeFinalUrls,AdGroupStatus,Status,AdGroupId,CampaignName,CampaignId,AdGroupName,HeadlinePart1,HeadlinePart2,Description > > FROM AD_PERFORMANCE_REPORT WHERE Status != 'DISABLED' AND Automated = > 'TRUE'" > I get the error: > "Customer passed in invalid field name for a report type. (Error: > ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT, FieldPath: Automated, > Trigger: )" > > Is this correct? Is the AdWords Nuget package 'ReportUtilites' class > currently using v201710 of the API? > > I hope this is the right place to ask, > > Thanks, > Joe > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ab3d7284-49ad-4cd4-ac0d-f3993050244b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
