Skip to content

Commit

Permalink
source-facebook-marketing: remove wish_bid from ads_insights.json
Browse files Browse the repository at this point in the history
Multiple production tasks have encountered errors where any async job
requesting the `wish_bid` field have started consistently failing on
Facebook's side. Async jobs that do not request `wish_bid` still succeed.

Removing `wish_bid` from the `ads_insights.json` schema file also
removes it from the list of fields requested from async jobs, and tasks
that were previously failing should now work fine. It's unclear to me
what changed that causes async jobs requesting the `wish_bid` field to
fail, and maybe it can be added back later if there's motivation to
investigate further & determine root cause.
  • Loading branch information
Alex-Bair committed Jan 15, 2025
1 parent 7f596b0 commit 37e1aac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,6 @@
},
"website_purchase_roas": {
"$ref": "ads_action_stats.json"
},
"wish_bid": {
"type": ["null", "number"]
}
},
"type": ["object"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15852,12 +15852,6 @@
}
}
},
"wish_bid": {
"type": [
"null",
"number"
]
},
"_meta": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -19539,12 +19533,6 @@
}
}
},
"wish_bid": {
"type": [
"null",
"number"
]
},
"age": {
"type": [
"null",
Expand Down Expand Up @@ -23242,12 +23230,6 @@
}
}
},
"wish_bid": {
"type": [
"null",
"number"
]
},
"country": {
"type": [
"null",
Expand Down Expand Up @@ -26937,12 +26919,6 @@
}
}
},
"wish_bid": {
"type": [
"null",
"number"
]
},
"region": {
"type": [
"null",
Expand Down Expand Up @@ -30632,12 +30608,6 @@
}
}
},
"wish_bid": {
"type": [
"null",
"number"
]
},
"dma": {
"type": [
"null",
Expand Down Expand Up @@ -34327,12 +34297,6 @@
}
}
},
"wish_bid": {
"type": [
"null",
"number"
]
},
"publisher_platform": {
"type": [
"null",
Expand Down Expand Up @@ -38038,12 +38002,6 @@
}
}
},
"wish_bid": {
"type": [
"null",
"number"
]
},
"_meta": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 37e1aac

Please sign in to comment.