Skip to content

Instantly share code, notes, and snippets.

@robisatthefunction
Created November 18, 2020 19:33
Show Gist options
  • Select an option

  • Save robisatthefunction/37dd715881cf0543a8289720261c6784 to your computer and use it in GitHub Desktop.

Select an option

Save robisatthefunction/37dd715881cf0543a8289720261c6784 to your computer and use it in GitHub Desktop.
{
"account_id": "your_account_id",
"visitors":
[
{
"visitor_id": e.optimizely_dna__Visitor_Id__c,
"attributes": [{
"entity_id": "19213743593",
"key": "example_key",
"type": "custom",
"value": "example_value"
}],
"snapshots": [
{
"decisions": [],
"events": [[{
"entity_id": "15516000614",
"key": "dummy_event",
"timestamp": 1605133049000,
"revenue": 10000,
"uuid": "12a25c92-7edd1-1c39-21a8-aa4c850671e4"
}]]
}
]
}
],
"anonymize_ip": true,
"client_name": "Optimizely/event-api-demo",
"client_version": "1.0.0",
"enrich_decisions": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment