Nordstrom / elwin

An experimentation platform based on Facebook's Planout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use query parameters as unit key value pairs

foolusion opened this issue · comments

Currently urls look like the following.

elwin.nordstrom.net/?group-id=epe&unit-type=userid&unit=123456

We should have more intuitive urls.

elwin.nordstrom.net/?group-id=epe&userid=123456
elwin.nordstrom.net/?group-id=search&userid=98765&country=us

Since we know the correct ordering of units using the namespace definition the ordering in the url shouldn't matter. This means that no experiment could have a group-id unit.