What is Array Field Expansion?
Array field expansion is the extraction step where a single DOM node or JSON string containing multiple values—like product sizes, tags, or nested categories—is parsed and split into a structured list of distinct elements. Leaving these as concatenated strings breaks downstream analytics. Proper expansion ensures that a product available in five colors becomes queryable as five distinct attributes, not one opaque text block.