changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "elements": {
+ "description": "Analytics data by campaign",
+ "items": {
+ "properties": {
+ "clicks": {
+ "description": "Total clicks",
+ "type": "number"
+ },
+ "conversions": {
+ "description": "Total conversions",
+ "type": "number"
+ },
+ "ctr": {
+ "description": "Click-through rate (CTR)",
+ "type": "number"
+ },
+ "impressions": {
+ "description": "Total impressions",
+ "type": "number"
+ },
+ "pivotValue": {
+ "description": "Campaign URN or identifier",
+ "type": "string"
+ },
+ "spend": {
+ "description": "Spend data",
+ "properties": {
+ "amount": {
+ "description": "Spend amount",
+ "type": "number"
+ },
+ "currencyCode": {
+ "description": "Currency code",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "error": {
+ "description": "Error code if connection not found",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message with guidance",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}