Alphanumeric sort by Unicode code point. For example, "2" < "A" < "X" <
"b" < "z".
ALPHANUMERIC = 1;
ALPHANUMERIC_VALUE
Alphanumeric sort by Unicode code point. For example, "2" < "A" < "X" <
"b" < "z".
ALPHANUMERIC = 1;
CASE_INSENSITIVE_ALPHANUMERIC
Case insensitive alphanumeric sort by lower case Unicode code point.
For example, "2" < "A" < "b" < "X" < "z".
CASE_INSENSITIVE_ALPHANUMERIC = 2;
CASE_INSENSITIVE_ALPHANUMERIC_VALUE
Case insensitive alphanumeric sort by lower case Unicode code point.
For example, "2" < "A" < "b" < "X" < "z".
CASE_INSENSITIVE_ALPHANUMERIC = 2;
NUMERIC
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.
NUMERIC = 3;
NUMERIC_VALUE
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for various versions of the `AccessOrderBy.DimensionOrderBy.OrderType` enum within the Google Analytics Admin API, with version 0.70.0 being the latest."],["The `AccessOrderBy.DimensionOrderBy.OrderType` enum defines the rules for ordering string dimension values, supporting options such as `ALPHANUMERIC`, `CASE_INSENSITIVE_ALPHANUMERIC`, and `NUMERIC`."],["This enum implements `ProtocolMessageEnum` and includes methods for retrieving the enum's descriptor, number, and value descriptor, as well as static methods for getting the value by number or by name."],["There are many static fields available for `OrderType`, including `ALPHANUMERIC`, `CASE_INSENSITIVE_ALPHANUMERIC`, `NUMERIC`, and `ORDER_TYPE_UNSPECIFIED`, each with their respective `*_VALUE` counterpart, defining the available ordering options."],["The webpage provides a comprehensive list of available versions, including the older versions starting from 0.14.0 all the way to the latest version 0.70.0, with detailed information on each."]]],[]]