Hello,
We are trying to find the right way to capture and report on form/site errors. For each error that occurs we want to capture three elements: error code (number), form object identifier, and error message. We also want to capture all errors that could occur for each visit, be it zero, 1, or 20 and know they were from the same visit. And we would ideally like to be able to relate to conversion metrics.
Format of data being captured is currently designed something like this dummy example for a single visit with three errors (pipe-delimited between elements and semicolon between occurrences):
'34|Checkout_address1|Address line 1 cannot be blank';
'37|Checkout_zip_code|Invalid zip code';
'44|Checkout_promotion_code|Promotion code has already been used'
The 255 char limit is certainly on our mind in this scenario. List eVar and/or prop seemed like possibilities but we haven't had experience implementing and can't seem to find a good example to confirm that we're on the right track. We do realize that we may have to reconsider how we are capturing, delimiting, and passing the data as well.
Any input would be greatly appreciated.
Thanks!