No need to include the field. Its auto included from the breakdown

This commit is contained in:
Jonas Linter
2025-11-10 11:06:59 +01:00
parent 987553ef74
commit 03ae7ea61a

View File

@@ -640,7 +640,6 @@ class ScheduledInsightsGrabber:
fields = [
AdsInsights.Field.campaign_id,
AdsInsights.Field.campaign_name,
'country',
AdsInsights.Field.impressions,
AdsInsights.Field.clicks,
AdsInsights.Field.spend,
@@ -656,7 +655,7 @@ class ScheduledInsightsGrabber:
params = {
"date_preset": date_preset,
"level": "campaign",
"breakdown": "country",
"breakdowns": [AdsInsights.Breakdowns.country],
"limit": limit,
}