I am trying to get the below criterias for advertisement spending data to compute ROAS.
'AccountDescriptiveName',
'Date',
'CampaignName',
'CampaignId',
'AdNetworkType2',
'AccountTimeZone',
'Impressions',
'Clicks',
'Cost',
'AccountCurrencyCode',
'Conversions',
'CountryCriteriaId'
The CountryCriteriaId is only available in GEO_PERFORMANCE_REPORT which is represented by GeoStats table in Google Ads Transfer Service.
I have found some tables like CampaignStats Table are not empty. However, the GeoStats Report is empty with 0 rows.
How can I get results for GeoStats table with Google Ads Transfer Service?