I'm working on setting up a campaign performance report with these fields:
'CampaignName','Impressions','Clicks', 'AverageCpc', 'AveragePosition', 'ConversionRate', 'Conversions', 'EstimatedTotalConversions', 'Cost', 'AdNetworkType1', 'Device', 'ClickType'
When I add 'ClickType' I get this error:
An error has occurred: Report download failed. Underlying errors are Type = 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT', Trigger = 'Cannot select a combination of EstimatedTotalConversions and AdvertiserExperimentId,ClickType,HourOfDay,ImpressionTypeId,Slot,SocialAnnotationType,TargetingType', FieldPath = 'EstimatedTotalConversions'.
It appears my 'EstimatedTotalConversions' is conflicting with 'ClickType'.
Any thoughts would be greatly appreciated.
:)