Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions _data/taps/schemas/bing-ads/v2/bing-ads-v2-tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,24 @@ tables:
- _sdc_report_datetime
- TimePeriod
replication-key: TimePeriod
- name: ad_extension_detail_report
description: 'The `{{ table.name }}` table contains info about ad extension items.


[This is a **Report** table](#replication). See the **Replication** section for
information on how data is replicated and loaded for this table.

'
links:
doc-link: https://docs.microsoft.com/en-us/advertising/reporting-service/adextensiondetailreportfilter?view=bingads-13
table-details:
replication-method: Key-based Incremental
loading-behavior: Append-Only
primary-keys:
- AccountId
- _sdc_report_datetime
- TimePeriod
replication-key: TimePeriod
- name: age_gender_audience_report
description: 'The `{{ table.name }}` table contains info about the age and gender
demographics of people interacting with your campaigns and ad groups.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"properties": {
"AccountId": {
"type": [
"integer"
]
},
"AdExtensionId": {
"type": [
"integer"
]
},
"AdExtensionType": {
"type": [
"string"
]
},
"AdExtensionTypeId": {
"type": [
"string"
]
},
"AdExtensionPropertyValue": {
"type": [
"string"
]
},
"TimePeriod": {
"type": [
"date"
]
},
"_sdc_report_datetime": {
"type": [
"date-time"
]
}
}
}
Loading