forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-facebook-marketing: update keys for ads_insights breakdowns
- Loading branch information
Showing
10 changed files
with
76 additions
and
68 deletions.
There are no files selected for viewing
28 changes: 15 additions & 13 deletions
28
...tions/connectors/source-facebook-marketing/streams/ads_insights_age_and_gender.patch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
{ | ||
"properties": { | ||
"age": { | ||
"type":["string", "null"] | ||
}, | ||
"gender": { | ||
"type":["string", "null"] | ||
} | ||
}, | ||
"required": [ | ||
"date_start", | ||
"account_id", | ||
"ad_id" | ||
"properties": { | ||
"age": { | ||
"type":["string"] | ||
}, | ||
"gender": { | ||
"type":["string"] | ||
} | ||
}, | ||
"required": [ | ||
"date_start", | ||
"account_id", | ||
"ad_id", | ||
"age", | ||
"gender" | ||
] | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...grations/connectors/source-facebook-marketing/streams/ads_insights_age_and_gender.pk.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
["date_start", "account_id", "ad_id"] | ||
["date_start", "account_id", "ad_id", "age", "gender"] |
23 changes: 12 additions & 11 deletions
23
...integrations/connectors/source-facebook-marketing/streams/ads_insights_country.patch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
{ | ||
"properties": { | ||
"country": { | ||
"type":["string", "null"] | ||
} | ||
}, | ||
"required": [ | ||
"date_start", | ||
"account_id", | ||
"ad_id" | ||
] | ||
} | ||
"properties": { | ||
"country": { | ||
"type":["string"] | ||
} | ||
}, | ||
"required": [ | ||
"date_start", | ||
"account_id", | ||
"ad_id" , | ||
"country" | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
...te-integrations/connectors/source-facebook-marketing/streams/ads_insights_country.pk.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
["date_start", "account_id", "ad_id"] | ||
["date_start", "account_id", "ad_id", "country"] |
23 changes: 12 additions & 11 deletions
23
...yte-integrations/connectors/source-facebook-marketing/streams/ads_insights_dma.patch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
{ | ||
"properties": { | ||
"dma": { | ||
"type":["string", "null"] | ||
} | ||
}, | ||
"required": [ | ||
"date_start", | ||
"account_id", | ||
"ad_id" | ||
] | ||
} | ||
"properties": { | ||
"dma": { | ||
"type":["string"] | ||
} | ||
}, | ||
"required": [ | ||
"date_start", | ||
"account_id", | ||
"ad_id" , | ||
"dma" | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
airbyte-integrations/connectors/source-facebook-marketing/streams/ads_insights_dma.pk.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
["date_start", "account_id", "ad_id"] | ||
["date_start", "account_id", "ad_id", "dma"] |
37 changes: 20 additions & 17 deletions
37
.../connectors/source-facebook-marketing/streams/ads_insights_platform_and_device.patch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
{ | ||
"properties": { | ||
"publisher_platform": { | ||
"type":["string", "null"] | ||
}, | ||
"platform_position": { | ||
"type":["string", "null"] | ||
}, | ||
"impression_device": { | ||
"type":["string", "null"] | ||
} | ||
}, | ||
"required": [ | ||
"date_start", | ||
"account_id", | ||
"ad_id" | ||
] | ||
} | ||
"properties": { | ||
"publisher_platform": { | ||
"type":["string"] | ||
}, | ||
"platform_position": { | ||
"type":["string"] | ||
}, | ||
"impression_device": { | ||
"type":["string"] | ||
} | ||
}, | ||
"required": [ | ||
"date_start", | ||
"account_id", | ||
"ad_id" , | ||
"publisher_platform", | ||
"platform_position", | ||
"impression_device" | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
...ons/connectors/source-facebook-marketing/streams/ads_insights_platform_and_device.pk.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
["date_start", "account_id", "ad_id"] | ||
["date_start", "account_id", "ad_id", "publisher_platform", "platform_position", "impression_device"] |
23 changes: 12 additions & 11 deletions
23
...-integrations/connectors/source-facebook-marketing/streams/ads_insights_region.patch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
{ | ||
"properties": { | ||
"region": { | ||
"type":["string", "null"] | ||
} | ||
}, | ||
"required": [ | ||
"date_start", | ||
"account_id", | ||
"ad_id" | ||
] | ||
} | ||
"properties": { | ||
"region": { | ||
"type":["string"] | ||
} | ||
}, | ||
"required": [ | ||
"date_start", | ||
"account_id", | ||
"ad_id", | ||
"region" | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
...yte-integrations/connectors/source-facebook-marketing/streams/ads_insights_region.pk.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
["date_start", "account_id", "ad_id"] | ||
["date_start", "account_id", "ad_id", "region"] |