if I have 18 products displayed on a mobile app screen and I want to capture all 18 under the &&products string, does each individual category value (e.g., category 1, category 2, ..., category 18) have its own 100-character limit? Or is the 100-character limit shared across all category values comb...