Skip to main content

BigQueryThirtySixtyNinetyReportType

No description

type BigQueryThirtySixtyNinetyReportType {
category: String!
title: String!
columns: [ColumnObjectType!]
filters: [FilterObjectType!]
summary: JSONString
report: [ThirtySixtyNinetySellerReportRowType!]
}

Fields

BigQueryThirtySixtyNinetyReportType.category ● String! non-null scalar

Category of the metric.

BigQueryThirtySixtyNinetyReportType.title ● String! non-null scalar

Title of the metric.

BigQueryThirtySixtyNinetyReportType.columns ● [ColumnObjectType!] list object

Description of main columns in report and summary. Note: report and summary can contain additional columns.

BigQueryThirtySixtyNinetyReportType.filters ● [FilterObjectType!] list object

Info about applied filters.

BigQueryThirtySixtyNinetyReportType.summary ● JSONString scalar

BigQueryThirtySixtyNinetyReportType.report ● [ThirtySixtyNinetySellerReportRowType!] list object

List of Variant 30-60-90 Day Sales

Returned By

bigqueryThirtySixtyNinety query

Was this page helpful?