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?
Thanks to everyon ewho has tried to help me with my issue.
I have found that the reason was that currently, I was only running UAC and there are only few reports which can be downloaded for UAC. (Check here for the available report types)
Thanks again.