Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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