Skip to content

Commit

Permalink
Update OAS up to 2025-01
Browse files Browse the repository at this point in the history
  • Loading branch information
update-oas-bot authored and gricher-crto committed Feb 18, 2025
1 parent d128da2 commit c902cea
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 6 deletions.
38 changes: 37 additions & 1 deletion api-specifications/marketingsolutions_2024-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -9038,6 +9038,9 @@
"type": "string",
"nullable": true
},
"budgetAutomation": {
"$ref": "#/components/schemas/CampaignBudgetAutomationV23Q1"
},
"id": {
"type": "string",
"description": "Id of the entity (duplicate of the parent id).",
Expand Down Expand Up @@ -9073,7 +9076,6 @@
"CreateAdSet": {
"required": [
"bidding",
"budget",
"campaignId",
"datasetId",
"mediaType",
Expand Down Expand Up @@ -9514,6 +9516,40 @@
},
"description": "campaign spend limit model"
},
"CampaignBudgetAutomationV23Q1": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"nullable": true
},
"automatedBudgetConfiguration": {
"type": "object",
"properties": {
"adSetOptimizationObjective": {
"enum": [
"customAction",
"clicks",
"conversions",
"displays",
"appPromotion",
"revenue",
"storeConversions",
"value",
"reach",
"visits",
"videoViews"
],
"type": "string",
"nullable": true
}
},
"nullable": true,
"x-nullable": true
}
},
"description": "The campaign budget automation model"
},
"PatchAdSetScheduling": {
"type": "object",
"properties": {
Expand Down
38 changes: 37 additions & 1 deletion api-specifications/marketingsolutions_2024-04.json
Original file line number Diff line number Diff line change
Expand Up @@ -9038,6 +9038,9 @@
"type": "string",
"nullable": true
},
"budgetAutomation": {
"$ref": "#/components/schemas/CampaignBudgetAutomationV23Q1"
},
"id": {
"type": "string",
"description": "Id of the entity (duplicate of the parent id).",
Expand Down Expand Up @@ -9073,7 +9076,6 @@
"CreateAdSet": {
"required": [
"bidding",
"budget",
"campaignId",
"datasetId",
"mediaType",
Expand Down Expand Up @@ -9514,6 +9516,40 @@
},
"description": "campaign spend limit model"
},
"CampaignBudgetAutomationV23Q1": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"nullable": true
},
"automatedBudgetConfiguration": {
"type": "object",
"properties": {
"adSetOptimizationObjective": {
"enum": [
"customAction",
"clicks",
"conversions",
"displays",
"appPromotion",
"revenue",
"storeConversions",
"value",
"reach",
"visits",
"videoViews"
],
"type": "string",
"nullable": true
}
},
"nullable": true,
"x-nullable": true
}
},
"description": "The campaign budget automation model"
},
"PatchAdSetScheduling": {
"type": "object",
"properties": {
Expand Down
38 changes: 37 additions & 1 deletion api-specifications/marketingsolutions_2024-07.json
Original file line number Diff line number Diff line change
Expand Up @@ -8990,6 +8990,9 @@
"type": "string",
"nullable": true
},
"budgetAutomation": {
"$ref": "#/components/schemas/CampaignBudgetAutomationV23Q1"
},
"id": {
"type": "string",
"description": "Id of the entity (duplicate of the parent id).",
Expand Down Expand Up @@ -9025,7 +9028,6 @@
"CreateAdSetV24Q1": {
"required": [
"bidding",
"budget",
"campaignId",
"datasetId",
"mediaType",
Expand Down Expand Up @@ -9331,6 +9333,40 @@
},
"description": "campaign spend limit model"
},
"CampaignBudgetAutomationV23Q1": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"nullable": true
},
"automatedBudgetConfiguration": {
"type": "object",
"properties": {
"adSetOptimizationObjective": {
"enum": [
"customAction",
"clicks",
"conversions",
"displays",
"appPromotion",
"revenue",
"storeConversions",
"value",
"reach",
"visits",
"videoViews"
],
"type": "string",
"nullable": true
}
},
"nullable": true,
"x-nullable": true
}
},
"description": "The campaign budget automation model"
},
"PatchAdSetSchedulingV24Q1": {
"type": "object",
"properties": {
Expand Down
38 changes: 37 additions & 1 deletion api-specifications/marketingsolutions_2024-10.json
Original file line number Diff line number Diff line change
Expand Up @@ -8990,6 +8990,9 @@
"type": "string",
"nullable": true
},
"budgetAutomation": {
"$ref": "#/components/schemas/CampaignBudgetAutomationV23Q1"
},
"id": {
"type": "string",
"description": "Id of the entity (duplicate of the parent id).",
Expand Down Expand Up @@ -9025,7 +9028,6 @@
"CreateAdSetV24Q1": {
"required": [
"bidding",
"budget",
"campaignId",
"datasetId",
"mediaType",
Expand Down Expand Up @@ -9331,6 +9333,40 @@
},
"description": "campaign spend limit model"
},
"CampaignBudgetAutomationV23Q1": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"nullable": true
},
"automatedBudgetConfiguration": {
"type": "object",
"properties": {
"adSetOptimizationObjective": {
"enum": [
"customAction",
"clicks",
"conversions",
"displays",
"appPromotion",
"revenue",
"storeConversions",
"value",
"reach",
"visits",
"videoViews"
],
"type": "string",
"nullable": true
}
},
"nullable": true,
"x-nullable": true
}
},
"description": "The campaign budget automation model"
},
"PatchAdSetSchedulingV24Q1": {
"type": "object",
"properties": {
Expand Down
38 changes: 37 additions & 1 deletion api-specifications/marketingsolutions_2025-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -8990,6 +8990,9 @@
"type": "string",
"nullable": true
},
"budgetAutomation": {
"$ref": "#/components/schemas/CampaignBudgetAutomationV23Q1"
},
"id": {
"type": "string",
"description": "Id of the entity (duplicate of the parent id).",
Expand Down Expand Up @@ -9025,7 +9028,6 @@
"CreateAdSetV24Q1": {
"required": [
"bidding",
"budget",
"campaignId",
"datasetId",
"mediaType",
Expand Down Expand Up @@ -9331,6 +9333,40 @@
},
"description": "campaign spend limit model"
},
"CampaignBudgetAutomationV23Q1": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"nullable": true
},
"automatedBudgetConfiguration": {
"type": "object",
"properties": {
"adSetOptimizationObjective": {
"enum": [
"customAction",
"clicks",
"conversions",
"displays",
"appPromotion",
"revenue",
"storeConversions",
"value",
"reach",
"visits",
"videoViews"
],
"type": "string",
"nullable": true
}
},
"nullable": true,
"x-nullable": true
}
},
"description": "The campaign budget automation model"
},
"PatchAdSetSchedulingV24Q1": {
"type": "object",
"properties": {
Expand Down
38 changes: 37 additions & 1 deletion api-specifications/marketingsolutions_preview.json
Original file line number Diff line number Diff line change
Expand Up @@ -14207,6 +14207,9 @@
"type": "string",
"nullable": true
},
"budgetAutomation": {
"$ref": "#/components/schemas/CampaignBudgetAutomationV23Q1"
},
"id": {
"type": "string",
"description": "Id of the entity (duplicate of the parent id).",
Expand Down Expand Up @@ -14245,7 +14248,6 @@
"CreateAdSetV24Q3": {
"required": [
"bidding",
"budget",
"campaignId",
"datasetId",
"mediaType",
Expand Down Expand Up @@ -14586,6 +14588,40 @@
},
"description": "campaign spend limit model"
},
"CampaignBudgetAutomationV23Q1": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"nullable": true
},
"automatedBudgetConfiguration": {
"type": "object",
"properties": {
"adSetOptimizationObjective": {
"enum": [
"customAction",
"clicks",
"conversions",
"displays",
"appPromotion",
"revenue",
"storeConversions",
"value",
"reach",
"visits",
"videoViews"
],
"type": "string",
"nullable": true
}
},
"nullable": true,
"x-nullable": true
}
},
"description": "The campaign budget automation model"
},
"PatchAdSetSchedulingV24Q3": {
"type": "object",
"properties": {
Expand Down

0 comments on commit c902cea

Please sign in to comment.