Re: Downloading reports with all attributes

2018-05-21 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, AWQL does not support "Select * ..." operation to get all the fields of a report. As a workaround, you can use the filedName field from ReportDefinitonService

Downloading reports with all attributes

2018-05-21 Thread Marketing Scrum
Hi, Right now for downloading a report by AQL for eg. requires statically including all the fields in the query builder ReportQuery query = new ReportQuery.Builder(). .fields( "CampaignId", "AdGroupId", "Id", "Cr