Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save randyzwitch/762343d5e8d8501af522 to your computer and use it in GitHub Desktop.
Save randyzwitch/762343d5e8d8501af522 to your computer and use it in GitHub Desktop.
Skeleton of Adobe Analytics API call v1.4
{
"reportDescription":{
"reportSuiteID":"(string)",
"date":"(string)",
"dateFrom":"(string)",
"dateTo":"(string)",
"dateGranularity":"(string)",
"metrics":[
{
"id":"(string)"
}
],
"sortBy":"(string)",
"elements":[
{
"id":"(string)",
"classification":"(string)",
"top":"(int)",
"startingWith":"(int)",
"search":{
"type":"(string)",
"keywords":[
"(string)"
],
"searches":[
"(reportDescriptionSearch)"
]
},
"selected":[
"(string)"
],
"parentID":"(string)",
"checkpoints":[
"(string)"
],
"pattern":[
[
"(string)"
]
]
}
],
"segments":[
{
"id":"(string)",
"element":"(string)",
"classification":"(string)",
"search":{
"type":"(string)",
"keywords":[
"(string)"
]
},
"selected":[
"(string)"
]
}
],
"locale":"(string)",
"currentData":"(boolean)",
"anomalyDetection":"(boolean)",
"expedite":"(boolean)"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment