Anchor to ShopifyqlDynamicColumnMetadataShopifyql
objectShopifyql Dynamic Column Metadata
Requires access scope.
Describes how a dynamically generated column relates to the query.
Anchor to FieldsFields
- aggregatedBy ([String!]!)
- comparisonReference (String)
- originalColumnName (String)
- type (ShopifyqlDynamicColumnType!)
- Anchor to aggregatedByaggregated•[String!]!
By non-null The names of the dimension columns this column is aggregated (grouped) by.
- Anchor to comparisonReferencecomparison•String
Reference What the column is compared against. For benchmark columns, the percentile (e.g.
p50); for comparison columns, the comparison period or date offset. Interpret based ontype.- Anchor to originalColumnNameoriginal•String
Column Name The query column this dynamic column was derived from (e.g.
).- Anchor to typetype•Shopifyql
Dynamic Column Type! non-null The kind of dynamic column.
Was this section helpful?