@metarouter/ajs-starter-kit 1.0.43 → 1.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.dist/amplitude/kit.etag.json +1 -1
- package/.dist/amplitude/metadata.json +4 -0
- package/.dist/amplitude/playbook.etag.json +1 -1
- package/.dist/amplitude/playbook.json +8 -0
- package/.dist/blob/kit.etag.json +1 -1
- package/.dist/blob/metadata.json +5 -1
- package/.dist/impact-radius/connection.etag.json +1 -1
- package/.dist/impact-radius/connection.json +18 -0
- package/.dist/impact-radius/kit.etag.json +1 -1
- package/.dist/impact-radius/metadata.json +4 -0
- package/.dist/impact-radius/playbook.etag.json +1 -1
- package/.dist/impact-radius/playbook.json +37 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"29d9b6b1fea8f49af8e771b7ba812d8f"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"67602e875ed17a63aadf78daa5490ac3"
|
package/.dist/blob/kit.etag.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"96d1be57bff700a164841d33fd72d40c"
|
package/.dist/blob/metadata.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"isDraft":
|
|
2
|
+
"isDraft": false,
|
|
3
3
|
"friendlyName": "Azure Blob",
|
|
4
4
|
"description": "Azure Blob storage is Microsoft's object storage solution for the cloud.",
|
|
5
5
|
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
@@ -14,6 +14,10 @@
|
|
|
14
14
|
{
|
|
15
15
|
"date": "2021-08-03T00:00:00.000Z",
|
|
16
16
|
"note": "Azure Blob initial release."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"date": "2022-09-12T00:00:00.000Z",
|
|
20
|
+
"note": "Activate the Azure blob."
|
|
17
21
|
}
|
|
18
22
|
]
|
|
19
23
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"85ac55fc352c6aad85d30c76babe9695"
|
|
@@ -45,6 +45,24 @@
|
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"method": "POST"
|
|
48
|
+
},
|
|
49
|
+
"screen": {
|
|
50
|
+
"endpoint": "https://trkapi.impact.com/PageLoad",
|
|
51
|
+
"basicAuth": {
|
|
52
|
+
"password": "$$PASSWORD$$",
|
|
53
|
+
"username": "$$USERNAME$$"
|
|
54
|
+
},
|
|
55
|
+
"headers": [
|
|
56
|
+
{
|
|
57
|
+
"key": "Content-Type",
|
|
58
|
+
"value": "application/json"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"key": "Accept",
|
|
62
|
+
"value": "application/json"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"method": "POST"
|
|
48
66
|
}
|
|
49
67
|
}
|
|
50
68
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"dae65cbdc3ea5fc4deb8d008ece81979"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"bcdc40a0751e1f5fec3bd59cd396578f"
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"action": "allow",
|
|
18
18
|
"events": [
|
|
19
19
|
"page",
|
|
20
|
+
"screen",
|
|
20
21
|
"order_completed"
|
|
21
22
|
]
|
|
22
23
|
}
|
|
@@ -48,6 +49,10 @@
|
|
|
48
49
|
"inputKey": "context.ip",
|
|
49
50
|
"outputKey": "IpAddress",
|
|
50
51
|
"defaultString": ""
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"inputKey": "userId",
|
|
55
|
+
"outputKey": "CustomerId"
|
|
51
56
|
}
|
|
52
57
|
]
|
|
53
58
|
},
|
|
@@ -65,6 +70,38 @@
|
|
|
65
70
|
}
|
|
66
71
|
]
|
|
67
72
|
},
|
|
73
|
+
"screen": {
|
|
74
|
+
"mappings": [
|
|
75
|
+
{
|
|
76
|
+
"inputKey": "context.device.advertisingId",
|
|
77
|
+
"outputKey": "Appleifv"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"inputKey": "context.device.manufacturer",
|
|
81
|
+
"outputKey": "DeviceMfr"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"inputKey": "context.device.model",
|
|
85
|
+
"outputKey": "DeviceModel"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"inputKey": "properties.url",
|
|
89
|
+
"outputKey": "PageUrl"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"inputKey": "appId",
|
|
93
|
+
"outputKey": "PropertyId"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"inputKey": "properties.referrer",
|
|
97
|
+
"outputKey": "ReferringUrl"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"inputKey": "context.device.adTrackingEnabled",
|
|
101
|
+
"outputKey": "TrackingConsent"
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
68
105
|
"order_completed": {
|
|
69
106
|
"enrichments": [
|
|
70
107
|
{
|