@metarouter/ajs-starter-kit 1.0.37 → 1.0.38
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/endpoint_schema.etag.json +1 -1
- package/.dist/amplitude/endpoint_schema.json +1 -1
- package/.dist/amplitude/kit.etag.json +1 -1
- package/.dist/amplitude/metadata.json +6 -2
- package/.dist/facebook-pixel/endpoint_schema.etag.json +1 -1
- package/.dist/facebook-pixel/endpoint_schema.json +1 -1
- package/.dist/facebook-pixel/kit.etag.json +1 -1
- package/.dist/facebook-pixel/metadata.json +6 -2
- package/.dist/mixpanel/endpoint_schema.etag.json +1 -1
- package/.dist/mixpanel/endpoint_schema.json +1 -1
- package/.dist/mixpanel/kit.etag.json +1 -1
- package/.dist/mixpanel/metadata.json +4 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"d6a97c9fb257249f2d277c4880c7ebae"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"385c95d2c5d208ad0ce3c2d8f073e320"
|
|
@@ -25,11 +25,15 @@
|
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"date": "2021-08-26T00:00:00.000Z",
|
|
28
|
-
"note": "
|
|
28
|
+
"note": "Adds some context input"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"date": "2021-11-19T00:00:00.000Z",
|
|
32
|
-
"note": "
|
|
32
|
+
"note": "Uses batch endpoint"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "2022-05-18T00:00:00.000Z",
|
|
36
|
+
"note": "Tune Down the batch size"
|
|
33
37
|
}
|
|
34
38
|
]
|
|
35
39
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"d5ca02338956602b73bfef7503abb33e"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"default": {
|
|
17
17
|
"endpoint": "https://graph.facebook.com/$$API_VERSION$$/$$PIXEL_ID$$/events?access_token=$$ACCESS_TOKEN$$",
|
|
18
18
|
"method": "POST",
|
|
19
|
-
"batchSize":
|
|
19
|
+
"batchSize": 10,
|
|
20
20
|
"transform": {
|
|
21
21
|
"lang": "lua",
|
|
22
22
|
"body": "request.body = { data = batch }\nreturn request"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"4454a05ef6771f08fbdfa3cab67e86cb"
|
|
@@ -25,11 +25,15 @@
|
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"date": "2021-11-19T00:00:00.000Z",
|
|
28
|
-
"note": "
|
|
28
|
+
"note": "Uses batch endpoint"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"date": "2022-02-18T00:00:00.000Z",
|
|
32
|
-
"note": "
|
|
32
|
+
"note": "Updated from v12.0 to v13.0"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "2022-05-18T00:00:00.000Z",
|
|
36
|
+
"note": "Tune Down the batch size"
|
|
33
37
|
}
|
|
34
38
|
]
|
|
35
39
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"5119bda1879448fa80660bd228a12d9d"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"eb79dcce8230e965a2b1ac42cfde1f73"
|