changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "created_time": {
+ "description": "Campaign creation time ISO 8601",
+ "type": "string"
+ },
+ "daily_budget": {
+ "description": "Daily budget in cents",
+ "type": "number"
+ },
+ "error": {
+ "description": "Error code if connection failed",
+ "type": "string"
+ },
+ "id": {
+ "description": "Campaign ID",
+ "type": "string"
+ },
+ "lifetime_budget": {
+ "description": "Lifetime budget in cents",
+ "type": "number"
+ },
+ "message": {
+ "description": "Error message if connection failed",
+ "type": "string"
+ },
+ "name": {
+ "description": "Campaign name",
+ "type": "string"
+ },
+ "objective": {
+ "description": "Campaign objective",
+ "type": "string"
+ },
+ "start_time": {
+ "description": "Campaign start time ISO 8601",
+ "type": "string"
+ },
+ "status": {
+ "description": "Campaign status",
+ "type": "string"
+ },
+ "stop_time": {
+ "description": "Campaign stop time ISO 8601",
+ "type": "string"
+ },
+ "updated_time": {
+ "description": "Campaign last update time ISO 8601",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}