changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "budget": {
+ "description": "Campaign budget details",
+ "properties": {
+ "amount": {
+ "description": "Budget amount",
+ "type": "number"
+ },
+ "currencyCode": {
+ "description": "Currency code",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "endDate": {
+ "description": "Campaign end date",
+ "properties": {
+ "day": {
+ "type": "number"
+ },
+ "month": {
+ "type": "number"
+ },
+ "year": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "error": {
+ "description": "Error code if connection not found",
+ "type": "string"
+ },
+ "id": {
+ "description": "Campaign ID",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message with guidance",
+ "type": "string"
+ },
+ "name": {
+ "description": "Campaign name",
+ "type": "string"
+ },
+ "spend": {
+ "description": "Campaign spend details",
+ "properties": {
+ "amount": {
+ "description": "Spend amount",
+ "type": "number"
+ },
+ "currencyCode": {
+ "description": "Currency code",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "startDate": {
+ "description": "Campaign start date",
+ "properties": {
+ "day": {
+ "type": "number"
+ },
+ "month": {
+ "type": "number"
+ },
+ "year": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "status": {
+ "description": "Campaign status",
+ "type": "string"
+ },
+ "targeting": {
+ "description": "Campaign targeting parameters",
+ "type": "object"
+ }
+ },
+ "type": "object"
+}