Skip to content

Commit

Permalink
Merge pull request #3 from rudolfix/rfix/runs-forks-on-label
Browse files Browse the repository at this point in the history
runs on label & updates CONTRIBUTING
  • Loading branch information
rudolfix authored Aug 19, 2023
2 parents 49a8863 + 925c7e6 commit d2cd4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/facebook_ads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def facebook_insights_source(
fields: Sequence[str] = DEFAULT_INSIGHT_FIELDS,
attribution_window_days_lag: int = 7,
time_increment_days: int = 1,
breakdowns: TInsightsBreakdownOptions = "ads_insights",
breakdowns: TInsightsBreakdownOptions = "ads_insights_age_and_gender",
action_breakdowns: Sequence[str] = ALL_ACTION_BREAKDOWNS,
level: TInsightsLevels = "ad",
action_attribution_windows: Sequence[str] = ALL_ACTION_ATTRIBUTION_WINDOWS,
Expand Down

0 comments on commit d2cd4ff

Please sign in to comment.