@metarouter/ajs-starter-kit 1.0.131 → 1.0.133
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/connection-schemas.json +12 -0
- package/.dist/kochava/connection.etag.json +1 -1
- package/.dist/kochava/connection.json +0 -12
- package/.dist/kochava/kit.etag.json +1 -1
- package/.dist/kochava/metadata.json +5 -13
- package/.dist/kochava/playbook.etag.json +1 -1
- package/.dist/kochava/playbook.json +234 -222
- package/.dist/kochava-identitylink/connection.etag.json +1 -0
- package/.dist/kochava-identitylink/connection.json +12 -0
- package/.dist/kochava-identitylink/kit.etag.json +1 -0
- package/.dist/kochava-identitylink/metadata.json +21 -0
- package/.dist/kochava-identitylink/playbook.etag.json +1 -0
- package/.dist/kochava-identitylink/playbook.json +80 -0
- package/.dist/perion/kit.etag.json +1 -1
- package/.dist/perion/metadata.json +4 -0
- package/.dist/perion/playbook.etag.json +1 -1
- package/.dist/perion/playbook.json +2 -2
- package/.dist/rasp/connection.etag.json +1 -0
- package/.dist/rasp/connection.json +12 -0
- package/.dist/rasp/kit.etag.json +1 -0
- package/.dist/rasp/metadata.json +21 -0
- package/.dist/rasp/playbook.etag.json +1 -0
- package/.dist/rasp/playbook.json +385 -0
- package/README.md +8 -4
- package/index.js +23 -0
- package/package.json +1 -1
|
@@ -316,6 +316,18 @@
|
|
|
316
316
|
],
|
|
317
317
|
"additionalProperties": false
|
|
318
318
|
},
|
|
319
|
+
"rasp": {
|
|
320
|
+
"type": "object",
|
|
321
|
+
"properties": {
|
|
322
|
+
"network": {
|
|
323
|
+
"type": "string"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"required": [
|
|
327
|
+
"network"
|
|
328
|
+
],
|
|
329
|
+
"additionalProperties": false
|
|
330
|
+
},
|
|
319
331
|
"s3": {
|
|
320
332
|
"type": "object",
|
|
321
333
|
"properties": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"841fdf2b7b606d7cbbc96a7918a92a6f"
|
|
@@ -8,17 +8,5 @@
|
|
|
8
8
|
}
|
|
9
9
|
],
|
|
10
10
|
"method": "POST"
|
|
11
|
-
},
|
|
12
|
-
"eventSpecific": {
|
|
13
|
-
"identify": {
|
|
14
|
-
"endpoint": "http://control.kochava.com/v1/cpi/identityLink.php",
|
|
15
|
-
"headers": [
|
|
16
|
-
{
|
|
17
|
-
"key": "Accept-Encoding",
|
|
18
|
-
"value": "application/json"
|
|
19
|
-
}
|
|
20
|
-
],
|
|
21
|
-
"method": "POST"
|
|
22
|
-
}
|
|
23
11
|
}
|
|
24
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"801d08efe8e643ed91a2b84a1dbf5d15"
|
|
@@ -3,27 +3,19 @@
|
|
|
3
3
|
"isDeprecated": false,
|
|
4
4
|
"isBeta": true,
|
|
5
5
|
"friendlyName": "Kochava",
|
|
6
|
-
"description": "Kochava
|
|
6
|
+
"description": "Kochava is a mobile attribution and analytics platform that helps marketers measure and optimize their advertising campaigns across devices and channels.",
|
|
7
7
|
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
8
|
-
"color": "#
|
|
8
|
+
"color": "#E6002B",
|
|
9
9
|
"eventSource": {
|
|
10
10
|
"isAndroidApp": true,
|
|
11
11
|
"isIosApp": true,
|
|
12
|
-
"isWebApp":
|
|
12
|
+
"isWebApp": true
|
|
13
13
|
},
|
|
14
14
|
"inputSchema": "analytics_js",
|
|
15
15
|
"releaseNotes": [
|
|
16
16
|
{
|
|
17
|
-
"date": "
|
|
18
|
-
"note": "
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"date": "2023-12-13T00:00:00.000Z",
|
|
22
|
-
"note": "Marked as unstable version: 0.1.0\n- date: 2024-08-22T00:00:00.000000Z\n note: |-\n Version 0.2.0\n timestamp field is used as the event time"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"date": "2024-10-23T00:00:00.000Z",
|
|
26
|
-
"note": "Version: 0.3.0\nAdded header `Accept-Encoding: application/json`"
|
|
17
|
+
"date": "2025-06-25T00:00:00.000Z",
|
|
18
|
+
"note": "Version: 0.1.0\nBeta Version\nKochava non-identify initial release\nMoved the identify event to its dedicated starter-kit: kochava-identitylink"
|
|
27
19
|
}
|
|
28
20
|
]
|
|
29
21
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"9741bc202bdea857bd53664ccdc04e2c"
|