changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "elements": {
+ "description": "List of creatives (ads)",
+ "items": {
+ "properties": {
+ "content": {
+ "description": "Creative content or body text",
+ "type": "string"
+ },
+ "createdTime": {
+ "description": "Creation timestamp (milliseconds)",
+ "type": "number"
+ },
+ "id": {
+ "description": "Creative ID",
+ "type": "string"
+ },
+ "status": {
+ "description": "Creative status",
+ "type": "string"
+ },
+ "title": {
+ "description": "Creative title or headline",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "error": {
+ "description": "Error code if connection not found",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message with guidance",
+ "type": "string"
+ },
+ "paging": {
+ "description": "Pagination metadata",
+ "properties": {
+ "count": {
+ "description": "Number of results returned",
+ "type": "number"
+ },
+ "start": {
+ "description": "Pagination start offset",
+ "type": "number"
+ },
+ "total": {
+ "description": "Total available results",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}