removedInput schema / properties / adFormat
Removed value: -{
- "default": "DISPLAY_IMAGE",
- "enum": [
- "DISPLAY_IMAGE",
- "IMAGE",
- "DISPLAY"
- ],
- "type": "string"
-}
addedInput schema / properties / advertiserGuidanceSnapshot
Added value: +{
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
addedInput schema / properties / advertiserId
Added value: +{
+ "maxLength": 240,
+ "minLength": 1,
+ "type": "string"
+}
changedInput schema / properties / brandName / maxLength
Previous value: -120New value: +180
addedInput schema / properties / competitorDomain
Added value: +{
+ "maxLength": 300,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / competitorId
Added value: +{
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / competitorName
Added value: +{
+ "maxLength": 180,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / competitorWebsite
Added value: +{
+ "maxLength": 300,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / domain
Added value: +{
+ "maxLength": 300,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / evidenceLimit
Added value: +{
+ "maximum": 24,
+ "minimum": 1,
+ "type": "integer"
+}
addedInput schema / properties / evidenceMode
Added value: +{
+ "default": "DISPLAY",
+ "enum": [
+ "DISPLAY",
+ "CROSS_CHANNEL",
+ "BOTH"
+ ],
+ "type": "string"
+}
addedInput schema / properties / forceRefresh
Added value: +{
+ "default": false,
+ "type": "boolean"
+}
removedInput schema / properties / limit / default
Removed value: -120
changedInput schema / properties / limit / maximum
Previous value: -120New value: +24
addedInput schema / properties / lookbackDays
Added value: +{
+ "default": 90,
+ "maximum": 730,
+ "minimum": 1,
+ "type": "integer"
+}
addedInput schema / properties / market
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ ]
+}
addedInput schema / properties / markets
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ ]
+}
addedInput schema / properties / name
Added value: +{
+ "maxLength": 180,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / strategyMode
Added value: +{
+ "default": "BOTH",
+ "enum": [
+ "REPLICATE",
+ "DIFFERENTIATE",
+ "BOTH"
+ ],
+ "type": "string"
+}
addedInput schema / properties / strategyModes
Added value: +{
+ "items": {
+ "enum": [
+ "REPLICATE",
+ "DIFFERENTIATE"
+ ],
+ "type": "string"
+ },
+ "maxItems": 2,
+ "type": "array"
+}
addedInput schema / properties / targetMarkets
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ ]
+}
removedInput schema / properties / vertical
Removed value: -{
- "maxLength": 160,
- "minLength": 1,
- "type": "string"
-}
changedInput schema / properties / website / maxLength
Previous value: -255New value: +300
removedInput schema / required
Removed value: -[
- "brandName",
- "website"
-]