-
Notifications
You must be signed in to change notification settings - Fork 0
/
adobe-messaging-dev.json
69 lines (69 loc) · 2.43 KB
/
adobe-messaging-dev.json
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"messages": [{
"messageId": "sometestmessageid-1",
"template": "local",
"payload": {
"content": "This is a demo Adobe SDK notification, to test linking to Help & Support",
"wait": 30,
"adb_deeplink": "https://jadeboer.github.io/linking/helpandsupport"
},
"showOffline": false,
"showRule": "always",
"endDate": 2524730400,
"startDate": 0,
"triggers": [{
"key": "hashedmyaccid",
"matches": "eq",
"values": ["76bd9afa603929037f7e0d2daf1b7ed3 "]
}, {
"key": "pageName",
"matches": "eq",
"values": ["TD:TR:AND:settings:applock"]
}]
},
{
"messageId": "sometestmessageid-2",
"template": "local",
"payload": {
"content": "This is a demo Adobe SDK notification, to test linking to the Bill list.",
"wait": 30,
"adb_deeplink": "https://jadeboer.github.io/linking/bills?accountId=somevaluehere"
},
"showOffline": false,
"showRule": "always",
"endDate": 2524730400,
"startDate": 0,
"triggers": [{
"key": "hashedmyaccid",
"matches": "eq",
"values": ["76bd9afa603929037f7e0d2daf1b7ed3 "]
}, {
"key": "pageName",
"matches": "eq",
"values": ["TD:TR:AND:settings:credit"]
}]
},
{
"messageId": "sometestmessageid-3",
"template": "local",
"payload": {
"content": "This is a demo Adobe SDK notification, to test linking to Service Summary - Usage",
"wait": 30,
"adb_deeplink": "https://jadeboer.github.io/linking/usage?serviceId=somevaluehere"
},
"showOffline": false,
"showRule": "always",
"endDate": 2524730400,
"startDate": 0,
"triggers": [{
"key": "hashedmyaccid",
"matches": "eq",
"values": ["76bd9afa603929037f7e0d2daf1b7ed3 "]
}, {
"key": "pageName",
"matches": "eq",
"values": ["TD:TR:AND:settings:about telstra"]
}]
}
]
}