-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Source Bing Ads: Add new streams
Labels
, App install ads
, `Keyw…
…ords`, `Campaign Labels`, `App install Ad Labels`, `Ad Group Label` (#31952) Co-authored-by: artem1205 <[email protected]>
- Loading branch information
Showing
16 changed files
with
528 additions
and
22 deletions.
There are no files selected for viewing
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
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
8 changes: 6 additions & 2 deletions
8
airbyte-integrations/connectors/source-bing-ads/integration_tests/expected_records.jsonl
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
30 changes: 30 additions & 0 deletions
30
airbyte-integrations/connectors/source-bing-ads/source_bing_ads/schemas/ad_group_labels.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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"$schema": "https://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"properties": { | ||
"Account Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Ad Group": { | ||
"type": ["null", "string"] | ||
}, | ||
"Campaign": { | ||
"type": ["null", "string"] | ||
}, | ||
"Client Id": { | ||
"type": ["null", "string"] | ||
}, | ||
"Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Parent Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Modified Time": { | ||
"type": ["null", "string"] | ||
}, | ||
"Status": { | ||
"type": ["null", "string"] | ||
} | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
...ntegrations/connectors/source-bing-ads/source_bing_ads/schemas/app_install_ad_labels.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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"$schema": "https://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"properties": { | ||
"Account Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Client Id": { | ||
"type": ["null", "string"] | ||
}, | ||
"Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Parent Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Modified Time": { | ||
"type": ["null", "string"] | ||
}, | ||
"Status": { | ||
"type": ["null", "string"] | ||
} | ||
} | ||
} |
69 changes: 69 additions & 0 deletions
69
airbyte-integrations/connectors/source-bing-ads/source_bing_ads/schemas/app_install_ads.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 |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"$schema": "https://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"properties": { | ||
"Ad Group": { | ||
"type": ["null", "string"] | ||
}, | ||
"App Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Campaign": { | ||
"type": ["null", "string"] | ||
}, | ||
"Client Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Custom Parameter": { | ||
"type": ["null", "string"] | ||
}, | ||
"Device Preference": { | ||
"type": ["null", "string"] | ||
}, | ||
"Editorial Appeal Status": { | ||
"type": ["null", "string"] | ||
}, | ||
"Editorial Location": { | ||
"type": ["null", "string"] | ||
}, | ||
"Editorial Reason Code": { | ||
"type": ["null", "string"] | ||
}, | ||
"Editorial Status": { | ||
"type": ["null", "string"] | ||
}, | ||
"Editorial Term": { | ||
"type": ["null", "string"] | ||
}, | ||
"Final Url": { | ||
"type": ["null", "string"] | ||
}, | ||
"Final Url Suffix": { | ||
"type": ["null", "string"] | ||
}, | ||
"Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Modified Time": { | ||
"type": ["null", "string"] | ||
}, | ||
"Parent Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Publisher Countries": { | ||
"type": ["null", "string"] | ||
}, | ||
"Status": { | ||
"type": ["null", "string"] | ||
}, | ||
"Text": { | ||
"type": ["null", "string"] | ||
}, | ||
"Title": { | ||
"type": ["null", "string"] | ||
}, | ||
"Tracking Template": { | ||
"type": ["null", "string"] | ||
} | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
airbyte-integrations/connectors/source-bing-ads/source_bing_ads/schemas/campaign_labels.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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"$schema": "https://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"properties": { | ||
"Account Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Campaign": { | ||
"type": ["null", "string"] | ||
}, | ||
"Client Id": { | ||
"type": ["null", "string"] | ||
}, | ||
"Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Parent Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Modified Time": { | ||
"type": ["null", "string"] | ||
}, | ||
"Status": { | ||
"type": ["null", "string"] | ||
} | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
airbyte-integrations/connectors/source-bing-ads/source_bing_ads/schemas/keyword_labels.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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"$schema": "https://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"properties": { | ||
"Account Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Client Id": { | ||
"type": ["null", "string"] | ||
}, | ||
"Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Parent Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Modified Time": { | ||
"type": ["null", "string"] | ||
}, | ||
"Status": { | ||
"type": ["null", "string"] | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
airbyte-integrations/connectors/source-bing-ads/source_bing_ads/schemas/labels.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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"$schema": "https://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"properties": { | ||
"Account Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Color": { | ||
"type": ["null", "string"] | ||
}, | ||
"Client Id": { | ||
"type": ["null", "string"] | ||
}, | ||
"Description": { | ||
"type": ["null", "string"] | ||
}, | ||
"Id": { | ||
"type": ["null", "integer"] | ||
}, | ||
"Label": { | ||
"type": ["null", "string"] | ||
}, | ||
"Modified Time": { | ||
"type": ["null", "string"] | ||
}, | ||
"Status": { | ||
"type": ["null", "string"] | ||
} | ||
} | ||
} |
Oops, something went wrong.