Skip to content

Simple AB #2

@kaiinui

Description

@kaiinui

It appends ab param like &ab=47 to allow the backend to return split tested values.

The ab param is between 1-100 and stored in NSUserDefaults so that value doesn't change. You can simply do as follows to do split tests.

if ab <= 30 {
  return SomeValueFor30PercentUserBase
} else {
  return SomeValueFor70PercentUserBase
}

Serve ids something like SplitTestCampaignID allows you to analyze split test results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions