Skip to content

Commit

Permalink
Update ads_insights.json (#5946)
Browse files Browse the repository at this point in the history
fix ads_insights schema according to [facebook docs](https://developers.facebook.com/docs/marketing-api/reference/adgroup/insights/) and my own data
  • Loading branch information
m-ronchi authored Sep 14, 2021
1 parent 75c17b4 commit 20ee2d3
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,18 @@
"type": ["null", "number"]
},
"created_time": {
"format": "date-time",
"format": "date",
"type": ["null", "string"]
},
"ctr": {
"type": ["null", "number"]
},
"date_start": {
"format": "date-time",
"format": "date",
"type": ["null", "string"]
},
"date_stop": {
"format": "date-time",
"format": "date",
"type": ["null", "string"]
},
"engagement_rate_ranking": {
Expand Down Expand Up @@ -214,7 +214,7 @@
"type": ["null", "number"]
},
"instant_experience_outbound_clicks": {
"type": ["null", "integer"]
"$ref": "ads_action_stats.json"
},
"labels": {
"type": ["null", "string"]
Expand Down Expand Up @@ -280,7 +280,7 @@
"$ref": "ads_action_stats.json"
},
"updated_time": {
"format": "date-time",
"format": "date",
"type": ["null", "string"]
},
"video_15_sec_watched_actions": {
Expand Down Expand Up @@ -311,7 +311,7 @@
"$ref": "ads_action_stats.json"
},
"video_play_actions": {
"$ref": "ads_histogram_stats.json"
"$ref": "ads_action_stats.json"
},
"video_play_curve_actions": {
"$ref": "ads_histogram_stats.json"
Expand Down

0 comments on commit 20ee2d3

Please sign in to comment.