-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
🎉 Source Facebook Marketing: Allow configuring insights lookback window #3396
Conversation
@@ -26,6 +26,14 @@ | |||
"type": "boolean", | |||
"description": "Include data from deleted campaigns, ads, and adsets.", | |||
"default": "false" | |||
}, |
There was a problem hiding this comment.
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?
…-configuring-Facebook-Marketing-insights-buffer-days To catch up master changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Feel free to bump version and publish when ready.
Also, there seems to be unrelated changes. Do you know what those are from?
…insights-buffer-days
What changes? |
…Marketing-insights-buffer-days' into 2920-Allow-configuring-Facebook-Marketing-insights-buffer-days
/publish connector=connectors/source-facebook-marketing
|
/test connector=source-facebook-marketing
|
What
Adding new filed to customize in facebook marketing api #2920
How
Updated spec.json file with new fileld settings and changed init method in Client and AdsInsightApi
Pre-merge Checklist
Recommended reading order