difference between list prop and prop
difference between list prop and prop any real example/case study would be helpful.
difference between list prop and prop any real example/case study would be helpful.
One other "real world" example that I use is to track Authors (in our newspaper sites). Most articles are written by a single author, but some are a collaboration. When I track my authors in a list prop like this, it means that each individual author will collapse into their own row, rather than be subject the various combinations and order that the authors are passed.
Example 1 (non list prop):
author one,author two 467
author one 356
author two,author one 243
author two 146
Example 2 (list prop):
author one 1066
author two 726
This allows me to see the popularity of authors individually....
Now, I'm sure you may be wondering why I wouldn't just use one of my actual "list" dimensions (which allow for much more information to be passed)... but that is because we only have 3 of those... and I need them to capture much larger sets of data... We don't have too many author collaborations that will result in needing more than 100 characters, when we do.. yes we have issues.. but we have to accept that risk.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.