You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Airbyte requires a business ad-account in order to connect to our facebook source, however I don't believe this is a requirement by Facebook (Fivetran allows non-business accounts).
It looks like this code is blocking certain prospects from using our Facebook connector:
if account_info.get("is_personal"):
message = (
"The personal ad account you're currently using is not eligible "
"for this operation. Please switch to a business ad account."
)
The text was updated successfully, but these errors were encountered:
The PR #32731, which removes the check for a personal account, has already been merged into the dev branch. Users should be able to create connections with non-business accounts once the code freeze ends. Please let me know if users can successfully sync Facebook Marketing data after this release.
Currently, Airbyte requires a business ad-account in order to connect to our facebook source, however I don't believe this is a requirement by Facebook (Fivetran allows non-business accounts).
It looks like this code is blocking certain prospects from using our Facebook connector:
The text was updated successfully, but these errors were encountered: