{"name":string,// Union fieldvaluecan be only one of the following:"stringVal":string,"boolVal":boolean// End of list of possible types for union fieldvalue.}
Fields
name
string
The name of the dimension for which we are fixing its value.
Union fieldvalue. Dimension value.
NOTE: Thevaluetype must match that in the data with the samedimensionas name.valuecan be only one of the following:
stringVal
string
A string value. This can be used fordimensions, which have their value field set tostringVal.
boolVal
boolean
A bool value. This can be used fordimensions, which have their value field set toboolVal.
[[["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-06-17 UTC."],[],[],null,["# PinnedDimension\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA categorical dimension fixed to a certain value."]]