Skip to content

Instantly share code, notes, and snippets.

@sdia-zz
Created August 15, 2018 09:53
Show Gist options
  • Save sdia-zz/133cdb65500a125430ef21aa00412c0b to your computer and use it in GitHub Desktop.
Save sdia-zz/133cdb65500a125430ef21aa00412c0b to your computer and use it in GitHub Desktop.
{
"accountId": "12345",
"projectId": "23456",
"revision": "6",
"version": "2",
"experiments": [
{
"key": "my_experiment",
"id": "45678",
"layerId": "34567",
"status": "Running",
"variations": [
{
"id": "56789",
"key": "control"
},
{
"id": "67890",
"key": "treatment"
}
],
"trafficAllocation": [
{
"entityId": "56789",
"endOfRange": 5000
},
{
"entityId": "67890",
"endOfRange": 10000
}
],
"audienceIds": [],
"forcedVariations": {}
}
],
"events": [
{
"experimentIds": [
"34567"
],
"id": "56789",
"key": "my_conversion"
}
],
"audiences": [],
"attributes": [],
"groups": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment