forked from apache/unomi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsessionAssigned.json
More file actions
52 lines (48 loc) · 1.03 KB
/
sessionAssigned.json
File metadata and controls
52 lines (48 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"metadata": {
"id": "_ajhg9u2s5_sessionAssigned",
"name": "Session assigned to a profile",
"description": "Update profile visit information",
"readOnly":true
},
"condition": {
"type": "booleanCondition",
"parameterValues": {
"subConditions":[
{
"type": "eventTypeCondition",
"parameterValues": {
"eventTypeId": "sessionCreated"
}
},
{
"type": "eventTypeCondition",
"parameterValues": {
"eventTypeId": "sessionReassigned"
}
}
],
"operator":"or"
}
},
"actions": [
{
"parameterValues": {},
"type": "evaluateVisitPropertiesAction"
},
{
"parameterValues": {
"propertyName": "nbOfVisits",
"storeInSession": false
},
"type": "incrementPropertyAction"
},
{
"parameterValues": {
"propertyName": "totalNbOfVisits",
"storeInSession": false
},
"type": "incrementPropertyAction"
}
]
}