@metarouter/ajs-starter-kit 1.0.119 → 1.0.120
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/amazon-data-firehose/connection.etag.json +1 -0
- package/.dist/amazon-data-firehose/connection.json +26 -0
- package/.dist/amazon-data-firehose/kit.etag.json +1 -0
- package/.dist/amazon-data-firehose/metadata.json +21 -0
- package/.dist/amazon-data-firehose/playbook.etag.json +1 -0
- package/.dist/amazon-data-firehose/playbook.json +11 -0
- package/.dist/awin/kit.etag.json +1 -1
- package/.dist/awin/metadata.json +5 -1
- package/.dist/awin/playbook.etag.json +1 -1
- package/.dist/awin/playbook.json +1 -1
- package/.dist/connection-schemas.json +24 -0
- package/.dist/iterable/kit.etag.json +1 -1
- package/.dist/iterable/metadata.json +4 -0
- package/.dist/iterable/playbook.etag.json +1 -1
- package/.dist/iterable/playbook.json +17 -5
- package/.dist/merkle/kit.etag.json +1 -1
- package/.dist/merkle/metadata.json +4 -0
- package/.dist/merkle/playbook.etag.json +1 -1
- package/.dist/merkle/playbook.json +45 -5
- package/README.md +10 -6
- package/index.js +10 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"65b100021d550653b50477a00ba4f198"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"params": [
|
|
3
|
+
{
|
|
4
|
+
"name": "REGION",
|
|
5
|
+
"exampleValue": "my-region"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"name": "ACCESS_KEY",
|
|
9
|
+
"exampleValue": "my-access-key"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "SECRET_KEY",
|
|
13
|
+
"exampleValue": "my-secret-key"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "STREAM_NAME",
|
|
17
|
+
"exampleValue": "my-stream-name"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"amazon-data-firehose": {
|
|
21
|
+
"region": "$$REGION$$",
|
|
22
|
+
"accessKey": "$$ACCESS_KEY$$",
|
|
23
|
+
"secretKey": "$$SECRET_KEY$$",
|
|
24
|
+
"streamName": "$$STREAM_NAME$$"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"8cbba1e1586f7401cb91bf12f781249b"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"isDraft": false,
|
|
3
|
+
"isDeprecated": false,
|
|
4
|
+
"isBeta": true,
|
|
5
|
+
"friendlyName": "Amazon Data Firehose",
|
|
6
|
+
"description": "Amazon Data Firehose is a fully managed service for real-time data streaming to various destinations like Amazon S3 and Redshift.",
|
|
7
|
+
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
8
|
+
"color": "#FF9900",
|
|
9
|
+
"eventSource": {
|
|
10
|
+
"isAndroidApp": true,
|
|
11
|
+
"isIosApp": true,
|
|
12
|
+
"isWebApp": true
|
|
13
|
+
},
|
|
14
|
+
"inputSchema": "analytics_js",
|
|
15
|
+
"releaseNotes": [
|
|
16
|
+
{
|
|
17
|
+
"date": "2025-02-05T00:00:00.000Z",
|
|
18
|
+
"note": "Version: 0.1.0\nBeta Version\nAmazon Data Firehose initial release."
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"b369e2c36983957aec3cfe2f3c3bee4b"
|
package/.dist/awin/kit.etag.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"893b7a87965dc968635eb1107f123fcf"
|
package/.dist/awin/metadata.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"isDraft": false,
|
|
3
3
|
"isDeprecated": false,
|
|
4
|
-
"isBeta":
|
|
4
|
+
"isBeta": false,
|
|
5
5
|
"friendlyName": "AWIN",
|
|
6
6
|
"description": "AWIN is a global affiliate marketing network that connects advertisers and publishers to drive sales and generate leads.",
|
|
7
7
|
"logo": "https://cdn.metarouter.io/awin.png",
|
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
{
|
|
21
21
|
"date": "2025-01-15T22:00:00.000Z",
|
|
22
22
|
"note": "Version: 0.2.0\nHandle voucher code\nFormat order reference\nAdd SKU fallback"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"date": "2025-02-05T00:00:00.000Z",
|
|
26
|
+
"note": "Version: 1.0.0\nStable release"
|
|
23
27
|
}
|
|
24
28
|
]
|
|
25
29
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"3c60a1b1ed86b4bfd0378781a92bc7fe"
|
package/.dist/awin/playbook.json
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
+
"amazonDataFirehose": {
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"accessKey": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"region": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"secretKey": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"streamName": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"required": [
|
|
21
|
+
"region",
|
|
22
|
+
"accessKey",
|
|
23
|
+
"secretKey",
|
|
24
|
+
"streamName"
|
|
25
|
+
],
|
|
26
|
+
"additionalProperties": false
|
|
27
|
+
},
|
|
4
28
|
"blob": {
|
|
5
29
|
"type": "object",
|
|
6
30
|
"properties": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"8f875bfc1fe82bc0d1513fe6539f73bf"
|
|
@@ -23,6 +23,10 @@
|
|
|
23
23
|
{
|
|
24
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
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"date": "2025-01-22T21:00:00.000Z",
|
|
29
|
+
"note": "Version: 0.4.0\nAdd user agent and ip to default and order_completed stanzas\nRemove redundant properties-dataFields mapping from identify events"
|
|
26
30
|
}
|
|
27
31
|
]
|
|
28
32
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"ae50453124fca003c7ffe3ece6f2a46a"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.4.0",
|
|
3
3
|
"global": {
|
|
4
4
|
"enrichments": [
|
|
5
5
|
{
|
|
@@ -59,6 +59,14 @@
|
|
|
59
59
|
{
|
|
60
60
|
"inputKey": "properties",
|
|
61
61
|
"outputKey": "dataFields"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"inputKey": "context.ip",
|
|
65
|
+
"outputKey": "dataFields.ip"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"inputKey": "context.userAgent",
|
|
69
|
+
"outputKey": "dataFields.userAgent"
|
|
62
70
|
}
|
|
63
71
|
]
|
|
64
72
|
},
|
|
@@ -72,10 +80,6 @@
|
|
|
72
80
|
{
|
|
73
81
|
"inputKey": "anonymousId",
|
|
74
82
|
"outputKey": "userId"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"inputKey": "properties",
|
|
78
|
-
"outputKey": "dataFields"
|
|
79
83
|
}
|
|
80
84
|
]
|
|
81
85
|
},
|
|
@@ -124,6 +128,14 @@
|
|
|
124
128
|
}
|
|
125
129
|
}
|
|
126
130
|
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"inputKey": "context.ip",
|
|
134
|
+
"outputKey": "dataFields.ip"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"inputKey": "context.userAgent",
|
|
138
|
+
"outputKey": "dataFields.userAgent"
|
|
127
139
|
}
|
|
128
140
|
]
|
|
129
141
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"18480ad1702f9f0bc59499f21874d3db"
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
{
|
|
29
29
|
"date": "2024-10-23T00:00:00.000Z",
|
|
30
30
|
"note": "Version: 1.1.0\nAdded header `Accept-Encoding: application/json`"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"date": "2025-02-05T00:00:00.000Z",
|
|
34
|
+
"note": "Version: 1.2.0\nUpdated mappings to comply with Merkle's requirements\nAdded required fields: ipAddress, userAgent, pageUrl\nAdded optional fields: rawEmail\nUpdated type field of page event to viewpage"
|
|
31
35
|
}
|
|
32
36
|
]
|
|
33
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"e8fb409ebe6565693469c6879281f1e3"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.2.0",
|
|
3
3
|
"global": {
|
|
4
4
|
"mappings": [
|
|
5
5
|
{
|
|
@@ -7,12 +7,52 @@
|
|
|
7
7
|
"outputKey": "anonymousId"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
|
-
"inputKey": "
|
|
11
|
-
"outputKey": "
|
|
10
|
+
"inputKey": "type",
|
|
11
|
+
"outputKey": "type",
|
|
12
|
+
"transforms": [
|
|
13
|
+
{
|
|
14
|
+
"expression": {
|
|
15
|
+
"lang": "lua",
|
|
16
|
+
"body": "if input.type == \"page\" then\n return \"viewpage\"\nend\nreturn input.type"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
]
|
|
12
20
|
},
|
|
13
21
|
{
|
|
14
|
-
"inputKey": "
|
|
15
|
-
"outputKey": "
|
|
22
|
+
"inputKey": "context.userAgent",
|
|
23
|
+
"outputKey": "userAgent"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"inputKey": "input",
|
|
27
|
+
"outputKey": "pageUrl",
|
|
28
|
+
"transforms": [
|
|
29
|
+
{
|
|
30
|
+
"expression": {
|
|
31
|
+
"lang": "lua",
|
|
32
|
+
"body": "local pageUrl = input.properties.url or input.context.page.url\nif pageUrl then\n return pageUrl\nend\nreturn"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"inputKey": "context.ip",
|
|
39
|
+
"outputKey": "ipAddress"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"inputKey": "input",
|
|
43
|
+
"outputKey": "rawEmail",
|
|
44
|
+
"transforms": [
|
|
45
|
+
{
|
|
46
|
+
"expression": {
|
|
47
|
+
"lang": "lua",
|
|
48
|
+
"body": "local email = input.traits.email or input.context.traits.email\nif email then\n return email\nend\nreturn"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"inputKey": "messageId",
|
|
55
|
+
"outputKey": "messageId"
|
|
16
56
|
},
|
|
17
57
|
{
|
|
18
58
|
"inputKey": "event",
|
package/README.md
CHANGED
|
@@ -5,10 +5,15 @@ 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
|
+
## 2025-02
|
|
9
|
+
- Amazon Data Firehose (BETA)
|
|
10
|
+
- AWIN
|
|
11
|
+
- Merkle
|
|
12
|
+
|
|
8
13
|
## 2025-01
|
|
9
|
-
- AWIN (BETA)
|
|
10
14
|
- Blueshift
|
|
11
15
|
- Google BigQuery
|
|
16
|
+
- Iterable (BETA)
|
|
12
17
|
- Microsoft Ads (BETA)
|
|
13
18
|
- Moloco Commerce Media (BETA)
|
|
14
19
|
|
|
@@ -19,7 +24,6 @@ previously.
|
|
|
19
24
|
## 2024-11
|
|
20
25
|
- Adobe Analytics - Experience (BETA)
|
|
21
26
|
- Convert (BETA)
|
|
22
|
-
- Iterable (BETA)
|
|
23
27
|
- Innervate
|
|
24
28
|
- Snapchat - CAPI
|
|
25
29
|
- Zeotap (BETA)
|
|
@@ -50,7 +54,6 @@ previously.
|
|
|
50
54
|
- Kochava (BETA)
|
|
51
55
|
- Lytics
|
|
52
56
|
- Magellan AI
|
|
53
|
-
- Merkle
|
|
54
57
|
- MIQ (Xandr) (BETA)
|
|
55
58
|
- Mixpanel
|
|
56
59
|
- Movable Ink (BETA)
|
|
@@ -104,16 +107,18 @@ previously.
|
|
|
104
107
|
|
|
105
108
|
| Kit Name | Date | Latest Note |
|
|
106
109
|
|----------|------|-------------|
|
|
107
|
-
|
|
|
110
|
+
| Amazon Data Firehose (BETA) | 2025-02 | Version: 0.1.0 Beta Version Amazon Data Firehose initial release. |
|
|
111
|
+
| AWIN | 2025-02 | Version: 1.0.0 Stable release |
|
|
112
|
+
| Merkle | 2025-02 | Version: 1.2.0 Updated mappings to comply with Merkle's requirements Added required fields: ipAddress, userAgent, pageUrl Added optional fields: rawEmail Updated type field of page event to viewpage |
|
|
108
113
|
| Blueshift | 2025-01 | Version: 1.0.0 Stable release |
|
|
109
114
|
| Google BigQuery | 2025-01 | Version: 1.1.0 Adding support for table overrides |
|
|
115
|
+
| Iterable (BETA) | 2025-01 | Version: 0.4.0 Add user agent and ip to default and order_completed stanzas Remove redundant properties-dataFields mapping from identify events |
|
|
110
116
|
| Microsoft Ads (BETA) | 2025-01 | Version: 0.1.0 Beta Version Microsoft Ads initial release |
|
|
111
117
|
| Moloco Commerce Media (BETA) | 2025-01 | Version: 0.4.0 Updated friendlyName Updated kit name |
|
|
112
118
|
| Google Analytics 4 (Collect) (BETA) | 2024-12 | Version: 0.4.0 Added user property expression for anonymousId. |
|
|
113
119
|
| RTB House (BETA) | 2024-12 | Version: 0.2.1 Updated Endpoint URL Added new fields for all events: page URL (`su`) and page referrer (`sr`) Added new events: identify, page, products_searched, product_list_viewed, product_viewed, product_added, product_added_to_wishlist, cart_viewed, checkout_started |
|
|
114
120
|
| Adobe Analytics - Experience (BETA) | 2024-11 | Version: 0.6.0 Adding checkout event Updating inputKey for siteSection |
|
|
115
121
|
| Convert (BETA) | 2024-11 | Version: 0.3.0 Added new deduplication parameter for all events, `tid` |
|
|
116
|
-
| Iterable (BETA) | 2024-11 | Version: 0.3.0 Update connection.yaml for SDK forwarder format Move user agent and ip to global stanza |
|
|
117
122
|
| Innervate | 2024-11 | Version: 1.0.0 Updated friendly name Stable release |
|
|
118
123
|
| Snapchat - CAPI | 2024-11 | Version: 1.3.0 Added the `_scid` cookie value as `user_data.sc_cookie1` |
|
|
119
124
|
| Zeotap (BETA) | 2024-11 | Version: 0.4.0 Added new mapping for `context_country` |
|
|
@@ -142,7 +147,6 @@ previously.
|
|
|
142
147
|
| Kochava (BETA) | 2024-10 | Version: 0.3.0 Added header `Accept-Encoding: application/json` |
|
|
143
148
|
| Lytics | 2024-10 | Version: 1.1.0 Added header `Accept-Encoding: application/json` |
|
|
144
149
|
| Magellan AI | 2024-10 | Version: 1.1.0 Added header `Accept-Encoding: application/json` |
|
|
145
|
-
| Merkle | 2024-10 | Version: 1.1.0 Added header `Accept-Encoding: application/json` |
|
|
146
150
|
| MIQ (Xandr) (BETA) | 2024-10 | Version: 0.2.0 Added header `Accept-Encoding: application/json` |
|
|
147
151
|
| Mixpanel | 2024-10 | Version: 1.2.0 Added header `Accept-Encoding: application/json` |
|
|
148
152
|
| Movable Ink (BETA) | 2024-10 | Version: 0.2.0 Added header `Accept-Encoding: application/json` |
|
package/index.js
CHANGED
|
@@ -2,6 +2,12 @@ const connectionSchemas = require('./.dist/connection-schemas.json')
|
|
|
2
2
|
|
|
3
3
|
// SDK Integrations
|
|
4
4
|
|
|
5
|
+
exports['amazon-data-firehose'] = {
|
|
6
|
+
connectionTemplate: connectionSchemas.properties.amazonDataFirehose,
|
|
7
|
+
playbook: require('./.dist/amazon-data-firehose/playbook.json'),
|
|
8
|
+
metadata: require('./.dist/amazon-data-firehose/metadata.json')
|
|
9
|
+
}
|
|
10
|
+
|
|
5
11
|
exports.blob = {
|
|
6
12
|
connectionTemplate: connectionSchemas.properties.blob,
|
|
7
13
|
playbook: require('./.dist/blob/playbook.json'),
|
|
@@ -479,6 +485,10 @@ exports['zeotap'] = {
|
|
|
479
485
|
|
|
480
486
|
exports.etags = {
|
|
481
487
|
// SDK Integrations
|
|
488
|
+
'amazon-data-firehose': {
|
|
489
|
+
playbook: require('./.dist/amazon-data-firehose/playbook.etag.json'),
|
|
490
|
+
kit: require('./.dist/amazon-data-firehose/kit.etag.json')
|
|
491
|
+
},
|
|
482
492
|
blob: {
|
|
483
493
|
playbook: require('./.dist/blob/playbook.etag.json'),
|
|
484
494
|
kit: require('./.dist/blob/kit.etag.json')
|