Skip to content

Commit 3c253ec

Browse files
github-actions[bot]update-oas-bot
andauthored
Autoupdate OAS for Preview (#128)
Co-authored-by: update-oas-bot <update-oas-bot]@users.noreply.github.com>
1 parent bc09c9f commit 3c253ec

File tree

2 files changed

+46
-4
lines changed

2 files changed

+46
-4
lines changed

api-specifications/marketingsolutions_preview.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Criteo API",
55
"description": "Criteo API - MarketingSolutions",
6-
"version": "Preview"
6+
"version": "preview"
77
},
88
"servers": [
99
{

api-specifications/retailmedia_preview.json

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6408,6 +6408,19 @@
64086408
"description": "Click attribution window",
64096409
"default": "none"
64106410
},
6411+
"conquestingTypes": {
6412+
"type": "array",
6413+
"items": {
6414+
"enum": [
6415+
"unknown",
6416+
"generic",
6417+
"branded",
6418+
"conquesting"
6419+
],
6420+
"type": "string"
6421+
},
6422+
"description": "Filter on conquesting type: unknown, generic, branded, conquesting"
6423+
},
64116424
"dimensions": {
64126425
"type": "array",
64136426
"items": {
@@ -6443,7 +6456,8 @@
64436456
"creativeTypeId",
64446457
"creativeTypeName",
64456458
"creativeTemplateId",
6446-
"creativeTemplateName"
6459+
"creativeTemplateName",
6460+
"conquestingType"
64476461
],
64486462
"type": "string"
64496463
},
@@ -6638,6 +6652,19 @@
66386652
"description": "Click attribution window",
66396653
"default": "none"
66406654
},
6655+
"conquestingTypes": {
6656+
"type": "array",
6657+
"items": {
6658+
"enum": [
6659+
"unknown",
6660+
"generic",
6661+
"branded",
6662+
"conquesting"
6663+
],
6664+
"type": "string"
6665+
},
6666+
"description": "Filter on conquesting type: unknown, generic, branded, conquesting"
6667+
},
66416668
"dimensions": {
66426669
"type": "array",
66436670
"items": {
@@ -6673,7 +6700,8 @@
66736700
"creativeTypeId",
66746701
"creativeTypeName",
66756702
"creativeTemplateId",
6676-
"creativeTemplateName"
6703+
"creativeTemplateName",
6704+
"conquestingType"
66776705
],
66786706
"type": "string"
66796707
},
@@ -7000,6 +7028,19 @@
70007028
"description": "Click attribution window",
70017029
"default": "none"
70027030
},
7031+
"conquestingTypes": {
7032+
"type": "array",
7033+
"items": {
7034+
"enum": [
7035+
"unknown",
7036+
"generic",
7037+
"branded",
7038+
"conquesting"
7039+
],
7040+
"type": "string"
7041+
},
7042+
"description": "Filter on conquesting type: unknown, generic, branded, conquesting"
7043+
},
70037044
"dimensions": {
70047045
"type": "array",
70057046
"items": {
@@ -7035,7 +7076,8 @@
70357076
"creativeTypeId",
70367077
"creativeTypeName",
70377078
"creativeTemplateId",
7038-
"creativeTemplateName"
7079+
"creativeTemplateName",
7080+
"conquestingType"
70397081
],
70407082
"type": "string"
70417083
},

0 commit comments

Comments
 (0)