Skip to content

Commit

Permalink
Merge pull request #1376 from estuary/facebook-marketing-schema-patch
Browse files Browse the repository at this point in the history
Facebook marketing schema patch
  • Loading branch information
dyaffe authored Mar 15, 2024
2 parents f5fb961 + c136049 commit b5c4ce3
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 66 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"properties": {
"actor_id": {
"type": ["null", "string"]
"type": ["string"]
},
"actor_name": {
"type": ["null", "string"]
},
"application_id": {
"type": ["null", "string"]
"type": ["string"]
},
"application_name": {
"type": ["null", "string"]
Expand All @@ -19,13 +19,13 @@
"type": "string"
},
"event_type": {
"type": ["null", "string"]
"type": ["string"]
},
"extra_data": {
"type": ["null", "string"]
},
"object_id": {
"type": ["null", "string"]
"type": ["string"]
},
"object_name": {
"type": ["null", "string"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"type": ["null", "boolean"]
},
"id": {
"type": ["null", "string"]
"type": ["string"]
},
"io_number": {
"type": ["null", "number"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": ["null", "string"]
},
"id": {
"type": ["null", "string"]
"type": ["string"]
},
"account_id": {
"type": ["null", "string"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"id": {
"type": ["null", "string"]
"type": ["string"]
},
"account_id": {
"type": ["null", "string"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"id": {
"type": ["null", "string"]
"type": ["string"]
},
"updated_time": {
"type": ["null", "string"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": ["null", "string"]
},
"account_id": {
"type": ["null", "string"]
"type": ["string"]
},
"account_name": {
"type": ["null", "string"]
Expand All @@ -19,7 +19,7 @@
"$ref": "ads_action_stats.json"
},
"ad_id": {
"type": ["null", "string"]
"type": ["string"]
},
"ad_impression_actions": {
"$ref": "ads_action_stats.json"
Expand Down Expand Up @@ -156,7 +156,7 @@
},
"date_start": {
"format": "date",
"type": ["null", "string"]
"type": ["string"]
},
"date_stop": {
"format": "date",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"properties": {
"ad_format_asset": { "type": ["null", "string"] },
"age": { "type": ["null", "string"] },
"age": { "type": ["string"] },
"app_id": { "type": ["null", "string"] },
"body_asset": { "type": ["null", "string"] },
"call_to_action_asset": { "type": ["null", "string"] },
"country": { "type": ["null", "string"] },
"country": { "type": ["string"] },
"description_asset": { "type": ["null", "string"] },
"device_platform": { "type": ["null", "string"] },
"dma": { "type": ["null", "string"] },
"dma": { "type": ["string"] },
"frequency_value": { "type": ["null", "string"] },
"gender": { "type": ["null", "string"] },
"gender": { "type": ["string"] },
"hourly_stats_aggregated_by_advertiser_time_zone": {
"type": ["null", "string"]
},
"hourly_stats_aggregated_by_audience_time_zone": {
"type": ["null", "string"]
},
"image_asset": { "type": ["null", "string"] },
"impression_device": { "type": ["null", "string"] },
"impression_device": { "type": ["string"] },
"link_url_asset": { "type": ["null", "string"] },
"place_page_id": { "type": ["null", "string"] },
"platform_position": { "type": ["null", "string"] },
"platform_position": { "type": ["string"] },
"product_id": { "type": ["null", "string"] },
"publisher_platform": { "type": ["null", "string"] },
"region": { "type": ["null", "string"] },
"publisher_platform": { "type": ["string"] },
"region": { "type": ["string"] },
"skan_conversion_id": { "type": ["null", "string"] },
"title_asset": { "type": ["null", "string"] },
"video_asset": { "type": ["null", "string"] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"type": ["null", "string"]
},
"id": {
"type": ["null", "string"]
"type": ["string"]
},
"issues_info": {
"type": ["null", "array"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"properties": {
"id": {
"type": ["null", "string"]
"type": ["string"]
},
"account_id": {
"type": ["null", "string"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": ["null", "string"]
},
"id": {
"type": ["null", "string"]
"type": ["string"]
},
"name": {
"type": ["null", "string"]
Expand Down
Loading

0 comments on commit b5c4ce3

Please sign in to comment.