Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎉 Source Facebook Marketing: Allow configuring insights lookback window #3396

Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
"type": "boolean",
"description": "Include data from deleted campaigns, ads, and adsets.",
"default": "false"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the first step, but this needs to be passed into the connector so it would actually use this value.

Also, could you add a test using a mocked HTTP request to verify this works?

"insights_lookback_window": {
"type": "integer",
"title": "Insights Lookback Window",
"description": "The attribution window for the actions",
"minimum": 0,
"maximum": 28,
"default": 28
}
}
}
Expand Down