changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Performance metrics rows",
+ "items": {
+ "properties": {
+ "actions": {
+ "description": "Action breakdowns",
+ "type": "array"
+ },
+ "clicks": {
+ "description": "Total clicks",
+ "type": "string"
+ },
+ "cpc": {
+ "description": "Cost per click",
+ "type": "string"
+ },
+ "cpm": {
+ "description": "Cost per thousand impressions",
+ "type": "string"
+ },
+ "ctr": {
+ "description": "Click-through rate percentage",
+ "type": "string"
+ },
+ "date_start": {
+ "description": "Start date YYYY-MM-DD",
+ "type": "string"
+ },
+ "date_stop": {
+ "description": "End date YYYY-MM-DD",
+ "type": "string"
+ },
+ "impressions": {
+ "description": "Total impressions",
+ "type": "string"
+ },
+ "reach": {
+ "description": "Unique people reached",
+ "type": "string"
+ },
+ "spend": {
+ "description": "Total spend in account currency",
+ "type": "string"
+ }
+ },
+ "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"
+}