@metarouter/ajs-starter-kit 1.0.113 → 1.0.114
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/iterable/kit.etag.json +1 -1
- package/.dist/iterable/metadata.json +1 -1
- package/.dist/moloco/kit.etag.json +1 -1
- package/.dist/moloco/metadata.json +4 -0
- package/.dist/moloco/playbook.etag.json +1 -1
- package/.dist/moloco/playbook.json +6 -2
- package/.dist/rtb-house/kit.etag.json +1 -1
- package/.dist/rtb-house/metadata.json +4 -0
- package/.dist/rtb-house/playbook.etag.json +1 -1
- package/.dist/rtb-house/playbook.json +4 -4
- package/README.md +6 -4
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"d5ce1223322b433f567cfc2b8afe1b7f"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"note": "Version: 0.2.0\nUpdate endpoint for identify event\nInclude IP and userAgent in dataFields"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"date": "2024-11-
|
|
24
|
+
"date": "2024-11-21T21:00:00.000Z",
|
|
25
25
|
"note": "Version: 0.3.0\nUpdate connection.yaml for SDK forwarder format\nMove user agent and ip to global stanza"
|
|
26
26
|
}
|
|
27
27
|
]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"89677e4943f3dbee7283caee60bd4930"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"52742489d88988862b18ebc06b122088"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.2.0",
|
|
3
3
|
"default": {
|
|
4
4
|
"filters": [
|
|
5
5
|
{
|
|
@@ -14,6 +14,10 @@
|
|
|
14
14
|
},
|
|
15
15
|
"global": {
|
|
16
16
|
"mappings": [
|
|
17
|
+
{
|
|
18
|
+
"inputKey": "messageId",
|
|
19
|
+
"outputKey": "id"
|
|
20
|
+
},
|
|
17
21
|
{
|
|
18
22
|
"inputKey": "userId",
|
|
19
23
|
"outputKey": "user_id"
|
|
@@ -24,7 +28,7 @@
|
|
|
24
28
|
"transforms": [
|
|
25
29
|
{
|
|
26
30
|
"expression": {
|
|
27
|
-
"body": "return MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(
|
|
31
|
+
"body": "return MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(input.timestamp or input.originalTimestamp or input.sentAt)",
|
|
28
32
|
"lang": "lua"
|
|
29
33
|
}
|
|
30
34
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"d5940b017b2555b325785b6b8a6f8d3c"
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
{
|
|
17
17
|
"date": "2024-11-20T22:00:00.000Z",
|
|
18
18
|
"note": "Version: 0.1.0\nBeta Version\nRTB House initial release"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"date": "2024-12-04T22:00:00.000Z",
|
|
22
|
+
"note": "Version: 0.1.1\nFixed event name from `order-completed` to `order_completed`\nFixed time in milliseconds fidelity\nImproved order ID ensuring data type conversion to String"
|
|
19
23
|
}
|
|
20
24
|
]
|
|
21
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"f7f43c209a4997d1533957f33a41b003"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.1.
|
|
2
|
+
"version": "0.1.1",
|
|
3
3
|
"params": [
|
|
4
4
|
{
|
|
5
5
|
"name": "PARTNER_KEY",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
]
|
|
24
24
|
},
|
|
25
25
|
"eventSpecific": {
|
|
26
|
-
"
|
|
26
|
+
"order_completed": {
|
|
27
27
|
"enrichments": [
|
|
28
28
|
{
|
|
29
29
|
"outputKey": "pkey",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"transforms": [
|
|
42
42
|
{
|
|
43
43
|
"expression": {
|
|
44
|
-
"body": "return MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(
|
|
44
|
+
"body": "return MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(input.timestamp or input.originalTimestamp or input.sentAt)",
|
|
45
45
|
"lang": "lua"
|
|
46
46
|
}
|
|
47
47
|
}
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"transforms": [
|
|
54
54
|
{
|
|
55
55
|
"expression": {
|
|
56
|
-
"body": "local value = SUM(MAP(input.properties.products, function (p) return p.price * (p.quantity or 1) end));\nlocal products = MAP(input.properties.products, function (p) return p.product_id or p.sku end );\nreturn JOIN({\n 'pr_$$TAGGING_HASH$$',\n 'conversion_order_purchase',\n value,\n input.properties.order_id,\n JOIN(products, \",\")\n}, '_')",
|
|
56
|
+
"body": "local value = SUM(MAP(input.properties.products, function (p) return p.price * (p.quantity or 1) end));\nlocal products = MAP(input.properties.products, function (p) return p.product_id or p.sku end );\nreturn JOIN({\n 'pr_$$TAGGING_HASH$$',\n 'conversion_order_purchase',\n value,\n TRIM(TO_STRING(input.properties.order_id)),\n JOIN(products, \",\")\n}, '_')",
|
|
57
57
|
"lang": "lua"
|
|
58
58
|
}
|
|
59
59
|
}
|
package/README.md
CHANGED
|
@@ -5,14 +5,16 @@ event methods, you will create a rich, actionable data set from your website, mo
|
|
|
5
5
|
server, and other sources. It is particularly useful for tracking the pages or screens your
|
|
6
6
|
users visit, the actions they take on your property, and whether the user has been identified
|
|
7
7
|
previously.
|
|
8
|
+
## 2024-12
|
|
9
|
+
- Moloco (BETA)
|
|
10
|
+
- RTB House (BETA)
|
|
11
|
+
|
|
8
12
|
## 2024-11
|
|
9
13
|
- Adobe Analytics - Experience (BETA)
|
|
10
14
|
- AWIN (BETA)
|
|
11
15
|
- Convert (BETA)
|
|
12
16
|
- Iterable (BETA)
|
|
13
|
-
- Moloco (BETA)
|
|
14
17
|
- Innervate
|
|
15
|
-
- RTB House (BETA)
|
|
16
18
|
- Snapchat - CAPI
|
|
17
19
|
- Zeotap (BETA)
|
|
18
20
|
|
|
@@ -99,13 +101,13 @@ previously.
|
|
|
99
101
|
|
|
100
102
|
| Kit Name | Date | Latest Note |
|
|
101
103
|
|----------|------|-------------|
|
|
104
|
+
| Moloco (BETA) | 2024-12 | Version: 0.2.0 Fixed time in milliseconds fidelity Added `id` field |
|
|
105
|
+
| RTB House (BETA) | 2024-12 | Version: 0.1.1 Fixed event name from `order-completed` to `order_completed` Fixed time in milliseconds fidelity Improved order ID ensuring data type conversion to String |
|
|
102
106
|
| Adobe Analytics - Experience (BETA) | 2024-11 | Version: 0.6.0 Adding checkout event Updating inputKey for siteSection |
|
|
103
107
|
| AWIN (BETA) | 2024-11 | Version: 0.1.0 Beta Version AWIN initial release |
|
|
104
108
|
| Convert (BETA) | 2024-11 | Version: 0.3.0 Added new deduplication parameter for all events, `tid` |
|
|
105
109
|
| Iterable (BETA) | 2024-11 | Version: 0.3.0 Update connection.yaml for SDK forwarder format Move user agent and ip to global stanza |
|
|
106
|
-
| Moloco (BETA) | 2024-11 | Version: 0.1.0 Beta Version |
|
|
107
110
|
| Innervate | 2024-11 | Version: 1.0.0 Updated friendly name Stable release |
|
|
108
|
-
| RTB House (BETA) | 2024-11 | Version: 0.1.0 Beta Version RTB House initial release |
|
|
109
111
|
| Snapchat - CAPI | 2024-11 | Version: 1.3.0 Added the `_scid` cookie value as `user_data.sc_cookie1` |
|
|
110
112
|
| Zeotap (BETA) | 2024-11 | Version: 0.4.0 Added new mapping for `context_country` |
|
|
111
113
|
| ActionIQ | 2024-10 | Version: 1.2.0 Added header `Accept-Encoding: application/json` |
|