By the way, here's a copy of the response I get. (I updated my query slightly)
[
....{
........'campaign': {
............'advertising_channel_type': 'DISPLAY',
............'name': 'Trix_Are_Not_For_Rabbits',
........},
........'metrics': {
............'clicks': '0',
............'cost_micros': '0',
............'impressions': '2'
.........},
........'segments': {
............'date': '2022-12-01'
........},
........'geographic_view': {
............'resource_name': 'customers/2972229294/geographicViews/2036~LOCATION_OF_PRESENCE',
............'country_criterion_id': '2036'
........}
....}
]
Here's what the ideal response would look like:
[
....{
........'campaign': {
............'advertising_channel_type': 'DISPLAY',
............'name': 'Trix_Are_Not_For_Rabbits',
........},
........'metrics': {
............'clicks': '0',
............'cost_micros': '0',
............'impressions': '2'
.............},
........'segments': {
............'date': '2022-12-01'
........},
........'geographic_view': {
............'canonical_name': 'FRANCE'
........}
....}
]
Notice it has the Channel, Country, Date, and 3 Metrics in there.