Hi,
Yesterday we suddenly started receiving exceptions in a code that worked for years.
For example this query:
SELECT ConversionTypeName, Conversions, CostPerConversion FROM ACCOUNT_PERFORMANCE_REPORT DURING TODAY
Fails with exception
HTTP Response Code: 400, FieldPath: ConversionTypeName, Trigger: Cannot select a combination of ConversionTypeName and AbsoluteTopImpressionPercentage,ActiveViewCpm,ActiveViewCtr,ActiveViewImpressions,ActiveViewMeasurability,ActiveViewMeasurableCost,ActiveViewMeasurableImpressions,ActiveViewViewability,AllConversionRate,AverageCost,AverageCpc,AverageCpe,AverageCpm,AverageCpv,AveragePosition,Clicks,ContentBudgetLostImpressionShare,ContentImpressionShare,ContentRankLostImpressionShare,ConversionRate,Cost,CostPerAllConversion,CostPerConversion,Ctr,EngagementRate,Engagements,Impressions,InteractionRate,InteractionTypes,Interactions,InvalidClickRate,InvalidClicks,SearchBudgetLostImpressionShare,SearchExactMatchImpressionShare,SearchImpressionShare,SearchRankLostImpressionShare,TopImpressionPercentage,VideoViewRate,VideoViews, Type: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT
You can also see that according to the documentation this shouldn't happen (for example CostPerConversion is not included in the incompatible list of ConversionTypeName).
Have you changed the behavior? If so, can these changes be found somewhere?
Thanks