Syntax
Properties
The name of the parent dimension. Dimension names must:
- Be unique within the view
- Start with a letter
- Contain only alphanumeric characters and underscores
Examples
Consider this example of a nested JSON field:order_info field, it would create three child fields: status, email, and state. The following examples will use this field to demonstrate how the skip_parent_label parameter would work.
Always skip parent label
All child dimensions without parent label prefix
status(notOrder info Status)email(notOrder info Email)date(notOrder info State)
Never skip parent label
All child dimensions with parent label prefix
Order Info StatusOrder Info EmailOrder Info State
Skip parent label for explicit child labels
Selective label prepending based on explicit labels
order_info_customdisplays asCustom Order Infobecause it has an explicit label- Child dimensions have
Order Infoprepended as they don’t have explicit labels. For example,Order Info State
Related parameters
group_label- Nests fields in the field browserlabel- Sets a custom display label for a field