Re: Migrating AdWords ReportDefinitionField to Google Ads API

2021-12-31 Thread 'Dylan Sprayberry' via AdWords API and Google Ads API Forum
For others who might find this thread, the blog post here advises the best approach for mitigating the lack of `exclusiveFields` availability in the new GoogleAdsFieldService. It would be good if the API

Migrating AdWords ReportDefinitionField to Google Ads API

2021-12-27 Thread 'Dylan Sprayberry' via AdWords API and Google Ads API Forum
On the AdWords API our application uses the ReportDefinitionService getReportFields() method for each report to retrieve each field's exclusiveFields list. Our service retains that list locally to ensure reports can be configured only to include only compatible fields. In migrating to the

Migrating AdWords ReportDefinitionField to Google Ads API

2021-12-27 Thread 'Dylan Sprayberry' via AdWords API and Google Ads API Forum
On the AdWords API our application uses the ReportDefinitionService getReportFields() method for each report to retrieve each field's exclusiveFields list. Our service retains that list locally locally to ensure reports can be configured only to include only compatible fields. In migrating to