Skip to content

Instantly share code, notes, and snippets.

@optimizely-christine
Last active March 16, 2017 17:03
Show Gist options
  • Save optimizely-christine/5e6789c2e66d0bf95072cb2f4f6d3815 to your computer and use it in GitHub Desktop.
Save optimizely-christine/5e6789c2e66d0bf95072cb2f4f6d3815 to your computer and use it in GitHub Desktop.
{
"account_id": "1234",
"visitors": [
{
"session_id": "session1234",
"visitor_id": "somevisitor",
"attributes": [
{ "type": "custom",
"key": "attr_key",
"value": "attr_value"
}
],
"snapshots": [
{
"decisions": [
{ "campaign_id": "100",
"experiment_id": "200",
"variation_id": "300"
}
],
"events": [
{ "key": "client_activation" },
{ "key": "view_activated", "entity_id": "A" },
{ "key": "campaign_activated", "entity_id": "100" }
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment