Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
40 stars 12 forks source link

Experiment Variation - Return optional instead of `control` #247

Closed selanthiraiyan closed 1 year ago

selanthiraiyan commented 1 year ago

Related to - https://github.com/woocommerce/woocommerce-ios/pull/8806

Changes

Why

In WooCommerce iOS, we will cache the variations for the logged-out experiments. We are doing this to try to remove the high crossovers in Abacus that we face for logged-out experiments.

Choosing this solution after exploring other options. More background in https://github.com/woocommerce/woocommerce-ios/pull/8788

Testing