Hi everyone, i’m currently working on adding an `a...
# connector-development
p
Hi everyone, i’m currently working on adding an
activities
endpoint for the
source-facebook-marketing
connector. The documentation for this is here: https://developers.facebook.com/docs/marketing-api/reference/ad-activity/v13.0 One thing I noticed is that the latest documentation seems to be missing parameters which can be seen here on an old version of the docs: https://web.archive.org/web/20210118065429/https://developers.facebook.com/docs/marketing-api/reference/ad-account/activities/ I can see the relevant activities pull is supported by the
facebook-python-business-sdk
that airbyte is using for this connector. I’m curious what the teams thoughts are on adding a new stream for
activities
which uses these parameters given this documentation issue?
f
@Philip Corr they are missing or aren’t more required?
and the new stream will be valuable!! please continue your contribution 😄
n
@Marcos Marx (Airbyte), the newest documentation simply says:
Copy code
### Parameters

This endpoint doesn't have any parameters.
I think this is just a documentation issue. I don’t see anywhere that says that these parameters are deprecated and they still work fine.
I’ve opened a PR here for this new stream: https://github.com/airbytehq/airbyte/pull/10655