Skip to content

Commit

Permalink
Source Facebook Marketing: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
artem1205 committed Aug 21, 2023
1 parent ac93bac commit 2569ee1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]


LABEL io.airbyte.version=1.1.6
LABEL io.airbyte.version=1.1.7
LABEL io.airbyte.name=airbyte/source-facebook-marketing
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: e7778cfc-e97c-4458-9ecb-b4f2bba8946c
dockerImageTag: 1.1.6
dockerImageTag: 1.1.7
dockerRepository: airbyte/source-facebook-marketing
githubIssueLabel: source-facebook-marketing
icon: facebook.svg
Expand Down
4 changes: 4 additions & 0 deletions docs/integrations/sources/facebook-marketing.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ The Facebook Marketing source connector supports the following sync modes:
- [Campaigns](https://developers.facebook.com/docs/marketing-api/reference/ad-campaign-group#fields)
- [CustomConversions](https://developers.facebook.com/docs/marketing-api/reference/custom-conversion)
- [CustomAudiences](https://developers.facebook.com/docs/marketing-api/reference/custom-audience)
:::caution CustomAudiences
The `rule` field will not be synced because it caused the error message `Please reduce the amount of data...` for certain connections.
:::
- [Images](https://developers.facebook.com/docs/marketing-api/reference/ad-image)
- [Videos](https://developers.facebook.com/docs/marketing-api/reference/video)

Expand Down Expand Up @@ -175,6 +178,7 @@ The Facebook Marketing connector uses the `lookback_window` parameter to repeate

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1.1.7 | 2023-08-21 | [29674](https://github.com/airbytehq/airbyte/pull/29674) | Exclude `rule` from stream `CustomAudiences` |
| 1.1.6 | 2023-08-18 | [29642](https://github.com/airbytehq/airbyte/pull/29642) | Stop batch requests if only 1 left in a batch |
| 1.1.5 | 2023-08-18 | [29610](https://github.com/airbytehq/airbyte/pull/29610) | Automatically reduce batch size |
| 1.1.4 | 2023-08-08 | [29412](https://github.com/airbytehq/airbyte/pull/29412) | Add new custom_audience stream |
Expand Down

0 comments on commit 2569ee1

Please sign in to comment.