Skip to content

Instantly share code, notes, and snippets.

@kro12
Created April 29, 2016 11:46
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 kro12/84b45818179cb0adf9030c895c3f8d4f to your computer and use it in GitHub Desktop.
Save kro12/84b45818179cb0adf9030c895c3f8d4f to your computer and use it in GitHub Desktop.
exclude checkin date
{
"name": "DPA 3 DAY VIEW EXCLUDING 3 DAY PURCHASE - EXC NO CHECKIN DATE",
"description": "",
"product_set_id": 261329514218675
"inclusions": [
{
"retention_seconds": 259200,
"rule": {
"event": {
"eq": "ViewContent"
}
}
}
],
"exclusions": [
{
"retention_seconds": 259200,
"rule": {
"and": [
{
"event": {
"eq": "Purchase"
}
},
{
"checkin_date": {
"neq": " "
}
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment