, everything goes well..
request = {
"report_spec": {
"date_range": {
"start_date": {"year": 2024, "month": 8, "day": 1},
"end_date": {"year": 2024, "month": 8, "day": 1}
},
"dimensions": ["DATE","AD_SOURCE", "APP", "COUNTRY", "PLATFORM","AD_UNIT","FORMAT"],
"metrics": ["ESTIMATED_EARNINGS" , "CLICKS", "IMPRESSIONS", "AD_REQUESTS","MATCHED_REQUESTS"],
"localization_settings": {"currency_code": "USD", "language_code": "en-US"},
"dimension_filters" : [
{
'dimension': 'COUNTRY',
'matches_any': {
'values': ['US']
}
}
]
}}