Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
We need to do no configuration at the code level for that.
did you look this : https://support.optimizely.com/hc/en-us/articles/4413199659917-Self-Optimizing-Block
Yes turns out you need to have session state enabled:
app.UseSessions()
in your startup.
Not terribly well documented :)
When using a Self Optimizing Block it records exposures properly, but no conversions at all.
The technical documentation for this block is hard to find, should I have any startup configuration? Or how to troubleshoot this.
Thanks