Skip to content

Instantly share code, notes, and snippets.

@ryanpraski
Last active December 2, 2015 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanpraski/4e21f3e566f9f1686753 to your computer and use it in GitHub Desktop.
Save ryanpraski/4e21f3e566f9f1686753 to your computer and use it in GitHub Desktop.
Adobe Analytics API Create Segment Example- Method Segments.Save
{
"definition":{
"container":{
"type":"hits",
"operator":"equals",
"rules":[
{
"element":"evar47",
"operator":"equals",
"value":"loggedin"
}
]
}
},
"name":"Logged In user",
"owner":"ryan",
"reportSuiteID":"ryanpraski.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment