@metarouter/ajs-starter-kit 1.0.32 → 1.0.35
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/actioniq/endpoint_schema.etag.json +1 -1
- package/.dist/actioniq/endpoint_schema.json +18 -3
- package/.dist/actioniq/kit.etag.json +1 -1
- package/.dist/actioniq/metadata.json +4 -0
- package/.dist/amplitude/endpoint_schema.etag.json +1 -1
- package/.dist/amplitude/endpoint_schema.json +12 -1
- 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 +769 -89
- package/.dist/blueshift/endpoint_schema.etag.json +1 -1
- package/.dist/blueshift/endpoint_schema.json +7 -2
- package/.dist/blueshift/kit.etag.json +1 -1
- package/.dist/blueshift/metadata.json +4 -0
- package/.dist/braze/endpoint_schema.etag.json +1 -1
- package/.dist/braze/endpoint_schema.json +41 -1
- package/.dist/braze/kit.etag.json +1 -1
- package/.dist/braze/metadata.json +4 -0
- package/.dist/braze/playbook.etag.json +1 -1
- package/.dist/braze/playbook.json +217 -22
- package/.dist/connection-schemas.json +12 -0
- package/.dist/facebook-pixel/endpoint_schema.etag.json +1 -1
- package/.dist/facebook-pixel/endpoint_schema.json +7 -2
- package/.dist/facebook-pixel/kit.etag.json +1 -1
- package/.dist/facebook-pixel/metadata.json +8 -0
- package/.dist/facebook-pixel/playbook.etag.json +1 -1
- package/.dist/facebook-pixel/playbook.json +321 -24
- package/.dist/mixpanel/endpoint_schema.etag.json +1 -0
- package/.dist/mixpanel/endpoint_schema.json +39 -0
- package/.dist/mixpanel/kit.etag.json +1 -0
- package/.dist/mixpanel/metadata.json +19 -0
- package/.dist/mixpanel/playbook.etag.json +1 -0
- package/.dist/mixpanel/playbook.json +71 -0
- package/.dist/roomvo/endpoint_schema.etag.json +1 -1
- package/.dist/roomvo/endpoint_schema.json +5 -0
- package/.dist/roomvo/kit.etag.json +1 -1
- package/.dist/roomvo/metadata.json +4 -0
- package/.dist/roomvo/playbook.etag.json +1 -1
- package/.dist/roomvo/playbook.json +31 -1
- package/index.js +15 -4
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"eb4c895034cb47ad096a947b459f9ec0"
|
|
@@ -25,7 +25,12 @@
|
|
|
25
25
|
"value": "application/json"
|
|
26
26
|
}
|
|
27
27
|
],
|
|
28
|
-
"method": "POST"
|
|
28
|
+
"method": "POST",
|
|
29
|
+
"batchSize": 100,
|
|
30
|
+
"transform": {
|
|
31
|
+
"lang": "lua",
|
|
32
|
+
"body": "request.body = batch\nreturn request"
|
|
33
|
+
}
|
|
29
34
|
},
|
|
30
35
|
"eventSpecific": {
|
|
31
36
|
"identify": {
|
|
@@ -40,7 +45,12 @@
|
|
|
40
45
|
"value": "application/json"
|
|
41
46
|
}
|
|
42
47
|
],
|
|
43
|
-
"method": "POST"
|
|
48
|
+
"method": "POST",
|
|
49
|
+
"batchSize": 100,
|
|
50
|
+
"transform": {
|
|
51
|
+
"lang": "lua",
|
|
52
|
+
"body": "request.body = batch\nreturn request"
|
|
53
|
+
}
|
|
44
54
|
},
|
|
45
55
|
"page": {
|
|
46
56
|
"endpoint": "https://push.actioniq.com/v1/streams/$$ENDPOINT_IDENTIFIER$$_page",
|
|
@@ -54,7 +64,12 @@
|
|
|
54
64
|
"value": "application/json"
|
|
55
65
|
}
|
|
56
66
|
],
|
|
57
|
-
"method": "POST"
|
|
67
|
+
"method": "POST",
|
|
68
|
+
"batchSize": 100,
|
|
69
|
+
"transform": {
|
|
70
|
+
"lang": "lua",
|
|
71
|
+
"body": "request.body = batch\nreturn request"
|
|
72
|
+
}
|
|
58
73
|
}
|
|
59
74
|
}
|
|
60
75
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"12e29f7c526bfe8dd51499f5d882c9ab"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"92b4fd944be41a62e2ad46300c775456"
|
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
+
"params": [
|
|
3
|
+
{
|
|
4
|
+
"name": "API_KEY",
|
|
5
|
+
"exampleValue": "my-api-key"
|
|
6
|
+
}
|
|
7
|
+
],
|
|
2
8
|
"default": {
|
|
3
|
-
"endpoint": "https://api2.amplitude.com/
|
|
9
|
+
"endpoint": "https://api2.amplitude.com/batch",
|
|
10
|
+
"batchSize": 1000,
|
|
11
|
+
"transform": {
|
|
12
|
+
"lang": "lua",
|
|
13
|
+
"body": "request.body = { events = batch, api_key = '$$API_KEY$$' }\nreturn request"
|
|
14
|
+
},
|
|
4
15
|
"method": "POST",
|
|
5
16
|
"headers": [
|
|
6
17
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"662ccfc459443df8faa20f374eb754ca"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"79a138cd399428cede534644b9e7ef50"
|