Skip to content

Commit

Permalink
source-facebook-marketing: update keys for ads_insights breakdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Jan 25, 2024
1 parent f3a1964 commit 216413e
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 68 deletions.
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"
]
}
}
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"]
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"
]
}
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"]
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"
]
}
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"]
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"
]
}
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"]
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"
]
}
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"]

0 comments on commit 216413e

Please sign in to comment.