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-03-21 UTC."],[[["The provided content is a documentation page for the `AccessOrderBy.DimensionOrderBy.OrderType` enum within the Google Analytics Admin API, detailing various versions and functionalities."],["The latest version of this documentation is `0.70.0`, with a comprehensive list of previous versions extending back to `0.14.0`, demonstrating the history of updates and changes made to this enum over time."],["This enum, which implements `ProtocolMessageEnum`, is used to specify the rule for ordering string dimension values, offering options such as `ALPHANUMERIC`, `CASE_INSENSITIVE_ALPHANUMERIC`, and `NUMERIC`."],["The documentation outlines the available static fields and methods, such as `ALPHANUMERIC_VALUE`, `forNumber(int value)`, and `values()`, which are used for handling and sorting dimension values within the API."],["The content also contains details on the static methods available for use with the enum such as `valueOf` and `getDescriptor`, as well as details on inherited methods from the enum and object class."]]],[]]