Created
April 29, 2016 11:46
-
-
Save kro12/84b45818179cb0adf9030c895c3f8d4f to your computer and use it in GitHub Desktop.
exclude checkin date
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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