changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "assumptions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "attribution_model": {
+ "enum": [
+ "last_touch",
+ "first_touch",
+ "linear",
+ "time_decay"
+ ],
+ "type": "string"
+ },
+ "basis": {
+ "type": "string"
+ },
+ "dimension": {
+ "enum": [
+ "channel",
+ "page",
+ "session_attribute"
+ ],
+ "type": "string"
+ },
+ "filter": {
+ "additionalProperties": false,
+ "properties": {
+ "channel": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "channel"
+ ],
+ "type": "object"
+ },
+ "limitations": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "notes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "path": {
+ "enum": [
+ "A",
+ "B"
+ ],
+ "type": "string"
+ },
+ "period": {
+ "additionalProperties": false,
+ "properties": {
+ "days": {
+ "type": "number"
+ },
+ "end": {
+ "type": "string"
+ },
+ "start": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end",
+ "days"
+ ],
+ "type": "object"
+ },
+ "revenue_breakdown": {
+ "additionalProperties": false,
+ "properties": {
+ "attributed_jpy": {
+ "type": "number"
+ },
+ "total_event_jpy": {
+ "type": "number"
+ },
+ "unattributed_jpy": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "total_event_jpy",
+ "attributed_jpy",
+ "unattributed_jpy"
+ ],
+ "type": "object"
+ },
+ "rows": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "avg_dwell_seconds": {
+ "type": "number"
+ },
+ "bot_excluded_count": {
+ "type": "number"
+ },
+ "bounce_rate_pct": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "channel": {
+ "type": "string"
+ },
+ "clicks": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "conversion_value_jpy": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "conversions": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "impressions": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "is_unattributed": {
+ "type": "boolean"
+ },
+ "revenue_jpy": {
+ "type": "number"
+ },
+ "roas": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "rps_jpy": {
+ "type": "number"
+ },
+ "saturation_pct": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "sessions": {
+ "type": "number"
+ },
+ "spend_jpy": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "visitors": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "channel",
+ "sessions",
+ "revenue_jpy",
+ "rps_jpy",
+ "visitors",
+ "avg_dwell_seconds",
+ "bounce_rate_pct",
+ "bot_excluded_count",
+ "spend_jpy",
+ "impressions",
+ "clicks",
+ "conversions",
+ "conversion_value_jpy",
+ "roas",
+ "saturation_pct"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "aov_jpy": {
+ "type": "number"
+ },
+ "campaign": {
+ "type": "string"
+ },
+ "cvr": {
+ "type": "number"
+ },
+ "revenue_jpy": {
+ "type": "number"
+ },
+ "rps_jpy": {
+ "type": "number"
+ },
+ "sessions": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "campaign",
+ "sessions",
+ "revenue_jpy",
+ "rps_jpy",
+ "aov_jpy",
+ "cvr"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "avg_time_on_page_seconds": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "bounce_rate": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "page": {
+ "type": "string"
+ },
+ "pageviews": {
+ "type": "number"
+ },
+ "unique_visitors": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "page",
+ "pageviews",
+ "unique_visitors",
+ "avg_time_on_page_seconds",
+ "bounce_rate"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ]
+ },
+ "session_attributes": {
+ "additionalProperties": false,
+ "properties": {
+ "countries": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "country": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "revenue": {
+ "type": "number"
+ },
+ "rps": {
+ "type": "number"
+ },
+ "sessions": {
+ "type": "number"
+ },
+ "share_pct": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "country",
+ "name",
+ "sessions",
+ "revenue",
+ "rps",
+ "share_pct"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "dayofweek": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "day": {
+ "type": "string"
+ },
+ "iso_dow": {
+ "type": "number"
+ },
+ "revenue": {
+ "type": "number"
+ },
+ "rps": {
+ "type": "number"
+ },
+ "sessions": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "day",
+ "iso_dow",
+ "sessions",
+ "revenue",
+ "rps"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "devices": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "cvr": {
+ "type": "number"
+ },
+ "device": {
+ "type": "string"
+ },
+ "revenue": {
+ "type": "number"
+ },
+ "rps": {
+ "type": "number"
+ },
+ "sessions": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "device",
+ "sessions",
+ "revenue",
+ "rps",
+ "cvr"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "timeslots": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "hour_start": {
+ "type": "number"
+ },
+ "revenue": {
+ "type": "number"
+ },
+ "rps": {
+ "type": "number"
+ },
+ "sessions": {
+ "type": "number"
+ },
+ "slot": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slot",
+ "hour_start",
+ "sessions",
+ "revenue",
+ "rps"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "visitor_types": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "aov": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "cvr": {
+ "type": "number"
+ },
+ "is_new_visitor": {
+ "type": "boolean"
+ },
+ "revenue": {
+ "type": "number"
+ },
+ "rps": {
+ "type": "number"
+ },
+ "sessions": {
+ "type": "number"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "is_new_visitor",
+ "sessions",
+ "revenue",
+ "rps",
+ "cvr",
+ "aov"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "devices",
+ "timeslots",
+ "dayofweek",
+ "visitor_types",
+ "countries"
+ ],
+ "type": "object"
+ },
+ "site_id": {
+ "type": "string"
+ },
+ "total_pages": {
+ "type": "number"
+ },
+ "total_pageviews": {
+ "type": "number"
+ },
+ "truncated": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "omitted_pages": {
+ "type": "number"
+ },
+ "omitted_pageviews": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "omitted_pages",
+ "omitted_pageviews"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "site_id",
+ "dimension",
+ "period"
+ ],
+ "type": "object"
+}