Google Analytics Data V1alpha API - Module Google::Analytics::Data::V1alpha::OrderBy::DimensionOrderBy::OrderType (v0.8.3)
Reference documentation and code samples for the Google Analytics Data V1alpha API module Google::Analytics::Data::V1alpha::OrderBy::DimensionOrderBy::OrderType.
Rule to order the string dimension values by.
Constants
ORDER_TYPE_UNSPECIFIED
value: 0 Unspecified.
ALPHANUMERIC
value: 1 Alphanumeric sort by Unicode code point. For example, "2" < "A" < "X" <
"b" < "z".
CASE_INSENSITIVE_ALPHANUMERIC
value: 2 Case insensitive alphanumeric sort by lower case Unicode code point.
For example, "2" < "A" < "b" < "X" < "z".
NUMERIC
value: 3 Dimension values are converted to numbers before sorting. For example
in NUMERIC sort, "25" < "100", and in ALPHANUMERIC sort, "100" <
"25". Non-numeric dimension values all have equal ordering value below
all numeric values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Analytics Data V1alpha API - Module Google::Analytics::Data::V1alpha::OrderBy::DimensionOrderBy::OrderType (v0.8.3)\n\nReference documentation and code samples for the Google Analytics Data V1alpha API module Google::Analytics::Data::V1alpha::OrderBy::DimensionOrderBy::OrderType.\n\nRule to order the string dimension values by.\n\nConstants\n---------\n\n### ORDER_TYPE_UNSPECIFIED\n\n**value:** 0 \nUnspecified.\n\n### ALPHANUMERIC\n\n**value:** 1 \nAlphanumeric sort by Unicode code point. For example, \"2\" \\\u003c \"A\" \\\u003c \"X\" \\\u003c\n\"b\" \\\u003c \"z\".\n\n### CASE_INSENSITIVE_ALPHANUMERIC\n\n**value:** 2 \nCase insensitive alphanumeric sort by lower case Unicode code point.\nFor example, \"2\" \\\u003c \"A\" \\\u003c \"b\" \\\u003c \"X\" \\\u003c \"z\".\n\n### NUMERIC\n\n**value:** 3 \nDimension values are converted to numbers before sorting. For example\nin NUMERIC sort, \"25\" \\\u003c \"100\", and in `ALPHANUMERIC` sort, \"100\" \\\u003c\n\"25\". Non-numeric dimension values all have equal ordering value below\nall numeric values."]]