Skip to content

Commit

Permalink
source-facebook-marketing: 🎉 Add fields to the ads_set stream (#13623)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutt-santiago-stachuk authored Jun 16, 2022
1 parent da95f50 commit ed5d83a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,20 @@
}
}
},
"bid_strategy" : {
"type": ["null", "string"]
},
"bid_amount": {
"type": ["null", "number"]
},
"bid_constraints": {
"type": ["null", "object"],
"properties": {
"roas_average_floor": {
"type": ["null", "integer"]
}
}
},
"adlabels": {
"type": ["null", "array"],
"items": {
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/facebook-marketing.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Please be informed that the connector uses the `lookback_window` parameter to pe

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 0.2.53 | 2022-06-16 | [13623](https://github.com/airbytehq/airbyte/pull/13623) | Add fields `bid_amount` `bid_strategy` `bid_constraints` to `ads_set` stream |
| 0.2.52 | 2022-06-14 | [13749](https://github.com/airbytehq/airbyte/pull/13749) | Fix the `not syncing any data` issue |
| 0.2.51 | 2022-05-30 | [13317](https://github.com/airbytehq/airbyte/pull/13317) | Change tax_id to string (Canadian has letter in tax_id) |
| 0.2.50 | 2022-04-27 | [12402](https://github.com/airbytehq/airbyte/pull/12402) | Add lookback window to insights streams |
Expand Down

0 comments on commit ed5d83a

Please sign in to comment.