AI OnAI Off
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