I would like to run a test where each grouping of players receives title data overrides and is assigned to a specific store. There appear to be two incompatible features to accomplish each of these task separately: Experiments for Title Data and AB Tests for Catalogues.
Is it possible to configure a variant to use both a title data override and a specific store?
If not, is there an alternative way to test both changes to the title data and changes the the catalogue?
Answer by Citrus Yan · Aug 26, 2020 at 08:40 AM
Currently, overrides are available for Title data remote configuration service only, Store overrides is not supported.
A possible workaround for you would be defining a variable under the variant to specify which store will be presented to the players, for instance, variant A with Store A and Variant B with Store B. Then the clients can determine which store should be presented based on which variants they’re assigned to. However, a downside for this is that you’ll need some code change on the client side.