changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "results": {
+ "description": "Campaign details from GAQL search",
+ "items": {
+ "properties": {
+ "campaign": {
+ "description": "Campaign resource data",
+ "properties": {
+ "advertising_channel_type": {
+ "description": "Advertising channel type",
+ "type": "string"
+ },
+ "bidding_strategy_type": {
+ "description": "Bidding strategy type",
+ "type": "string"
+ },
+ "end_date": {
+ "description": "Campaign end date",
+ "type": "string"
+ },
+ "id": {
+ "description": "Campaign ID",
+ "type": "string"
+ },
+ "name": {
+ "description": "Campaign name",
+ "type": "string"
+ },
+ "serving_status": {
+ "description": "Campaign serving status",
+ "type": "string"
+ },
+ "start_date": {
+ "description": "Campaign start date",
+ "type": "string"
+ },
+ "status": {
+ "description": "Campaign status",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "campaign_budget": {
+ "description": "Campaign budget information",
+ "properties": {
+ "amount_micros": {
+ "description": "Budget amount in micros",
+ "type": "number"
+ },
+ "delivery_method": {
+ "description": "Budget delivery method",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}