Skip to content

Instantly share code, notes, and snippets.

@sfentress
Created May 15, 2017 18:36
Show Gist options
  • Save sfentress/b565b0edb012178316b6fadd6147961a to your computer and use it in GitHub Desktop.
Save sfentress/b565b0edb012178316b6fadd6147961a to your computer and use it in GitHub Desktop.
Log Manager query for individual pages in LARA
{
"filter": [
{
"key": "page_id",
"list": [
"4611",
"4629"
],
"remove": false,
"filter_type": "string"
},
{
"key": "sequence_id",
"list": [
"171"
],
"remove": false,
"filter_type": "string"
},
{
"key": "time",
"start_time": "2017-05-15T00:01",
"end_time": "2017-05-15T23:59",
"filter_type": "time"
}
],
"filter_having_keys": {
"keys_list": []
},
"measures": [],
"child_query": {
"filter": [],
"add_child_data": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment