Hi, You won't believe what I just learnt: look at the documentation of *KEYWORDLESS_QUERY_REPORT <https://developers.google.com/adwords/api/docs/appendix/reports/keywordless-query-report#conversiontrackerid>*, field *ConversionTrackerId <https://developers.google.com/adwords/api/docs/appendix/reports/keywordless-query-report#conversiontrackerid>* (direct link). At section "not compatible with" it says you cannot use this with fields Conversions and ConversionValue!
How is this possible? How can I find out how many conversions were realized, segmented by type? AdWords API seems to behave according this documentation. I get this error: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT->ConversionTrackerId (Cannot select a combination of ConversionTrackerId and AverageCpc,AverageCpm,Clicks,ConversionRate,Conversions,Cost,CostPerConversion,Ctr,Impressions,ValuePerConversion) For the record a sample report definition generating this error: <?xml version="1.0" encoding="utf-8"?> <reportDefinition> <selector xmlns="https://adwords.google.com/api/adwords/cm/v201809"> <fields>CampaignId</fields> <fields>AdGroupId</fields> <fields>Query</fields> <fields>Url</fields> <fields>ConversionTrackerId</fields> <fields>Conversions</fields> <fields>ViewThroughConversions</fields> <fields>ConversionValue</fields> <predicates> <field>CampaignStatus</field> <operator>IN</operator> <values>ENABLED</values> <values>PAUSED</values> <values>REMOVED</values> </predicates> <predicates> <field>AdGroupStatus</field> <operator>IN</operator> <values>ENABLED</values> <values>PAUSED</values> <values>REMOVED</values> </predicates> <dateRange> <min>20200213</min> <max>20200311</max> </dateRange> </selector> <reportName xmlns="https://adwords.google.com/api/adwords/cm/v201809"> KeywordlessQueryConversions 05-03-2020...12-03-2020</reportName> <reportType xmlns="https://adwords.google.com/api/adwords/cm/v201809">KEYWORDLESS_QUERY_REPORT</reportType> <dateRangeType xmlns="https://adwords.google.com/api/adwords/cm/v201809">CUSTOM_DATE</dateRangeType> <downloadFormat xmlns="https://adwords.google.com/api/adwords/cm/v201809">GZIPPED_XML</downloadFormat> </reportDefinition> I guess it fails on any account with DSA and at least one conversion type, but I can confirm it fails on account 5102373090 Nevertheless, I mainly wonder how to get segmented conversions? Is this some oversight? Will it be corrected? Thanks in advance! h ttps://developers.google.com/adwords/api/docs/appendix/reports/keywordless-query-report#conversiontrackerid -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/44701757-b6e3-4877-8e95-8d770a23fb29%40googlegroups.com.
