humanmade / altis-analytics

Analytics module for Altis
https://www.altis-dxp.com/resources/docs/analytics/
GNU General Public License v3.0
9 stars 3 forks source link

Update documentation on experiments and A/B tests #205

Closed shadyvb closed 2 years ago

shadyvb commented 2 years ago

This PR reorganizes the docs on personalization and experimentation features of Altis Analytics, to encapsulate both under the term 'Optimization framework', as well as adding docs on the new framework for registering Post A/B tests after updating the framework to be easily extensible.

The updates are based on a discussion that happened recently, trying to make sense of the hierarchical nature of the framework we have, so the docs are a bit more clear and understandable for visitors.

https://github.com/humanmade/product-dev/issues/858

shadyvb commented 2 years ago

@roborourke to see the changes a bit more clearly, try previewing them locally by setting the mainBranch of this repo within the docs site code to docs-optimization-framework and building/previewing the output.

shadyvb commented 2 years ago

@roborourke I addressed the feedback, split the custom test example into its own file, and provided more complete steps to go about it. Also updated the notes on featured image test to reflect how we're not filtering has_post_thumbnail for logical reasons.

Back to your review.