No need to include the field. Its auto included from the breakdown
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user