changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "List of ad sets",
+ "items": {
+ "properties": {
+ "daily_budget": {
+ "description": "Daily budget in cents",
+ "type": "number"
+ },
+ "id": {
+ "description": "Ad set ID",
+ "type": "string"
+ },
+ "lifetime_budget": {
+ "description": "Lifetime budget in cents",
+ "type": "number"
+ },
+ "name": {
+ "description": "Ad set name",
+ "type": "string"
+ },
+ "optimization_goal": {
+ "description": "Optimization goal",
+ "type": "string"
+ },
+ "status": {
+ "description": "Ad set status",
+ "type": "string"
+ },
+ "targeting": {
+ "description": "Targeting specifications",
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "error": {
+ "description": "Error code if connection failed",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message if connection failed",
+ "type": "string"
+ },
+ "paging": {
+ "description": "Pagination info",
+ "properties": {
+ "cursors": {
+ "type": "object"
+ },
+ "next": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}