November Happy Hour will be moved to Thursday December 5th.
Running update 169 with Marketing.Tests, I setup an A/B test and get a console error when the code submits to SaveKpiResult.{"Message":"Value was either too large or too small for an Int16."}Fiddler shows me the submitted values:itemVersion = 58522I am going to guess the code is trying to save itemVersion to an int16, which has a limit of 32,767.
Running update 169 with Marketing.Tests, I setup an A/B test and get a console error when the code submits to SaveKpiResult.{"Message":"Value was either too large or too small for an Int16."}
Fiddler shows me the submitted values:itemVersion = 58522
I am going to guess the code is trying to save itemVersion to an int16, which has a limit of 32,767.