As a programmer, I am concerned with having multiple unecessary fields for each account e.g.
Campaign A: attributes {sneaker size, sock size, toe ring size}
Campaign B: attributes {head size, hair type, hair color}
Participants in Campaign A will never be a participant in Campaign B, and versa vice.
In marketo, every user has the same attribute list i.e. ALL ATTRIBUTES - so that all users will have both sets of attributes regardless - where those unused fields will be set to null/blank.
for Aaron who signed for Campaign A, I wouldnt want to see head size in his profile (which would always be null)
for Betsy who signed for Campaign B, I wouldnt want to see sneaker size in her profile list (which would always be null)
Is there no way to get around this? Would this slow down our applications (e.g. once we have 500 campaigns)? Is there no problem in doing this?
Thanks ~