@metarouter/ajs-starter-kit 1.0.133 → 1.0.134
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-dsp-capi/connection.etag.json +1 -1
- package/.dist/amazon-dsp-capi/connection.json +39 -1
- package/.dist/amazon-dsp-capi/kit.etag.json +1 -1
- package/.dist/amazon-dsp-capi/metadata.json +4 -0
- package/.dist/amazon-dsp-capi/playbook.etag.json +1 -1
- package/.dist/amazon-dsp-capi/playbook.json +1 -5
- package/.dist/ttd-conversions/kit.etag.json +1 -1
- package/.dist/ttd-conversions/metadata.json +4 -0
- package/.dist/ttd-conversions/playbook.etag.json +1 -1
- package/.dist/ttd-conversions/playbook.json +2 -6
- package/README.md +6 -4
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"edca5d92997456424c5c7b16fe88afd8"
|
|
@@ -13,9 +13,17 @@
|
|
|
13
13
|
"name": "CLIENT_ID",
|
|
14
14
|
"exampleValue": "my-client-id"
|
|
15
15
|
},
|
|
16
|
+
{
|
|
17
|
+
"name": "CLIENT_SECRET",
|
|
18
|
+
"exampleValue": "my-client-secret"
|
|
19
|
+
},
|
|
16
20
|
{
|
|
17
21
|
"name": "PROFILE_ID",
|
|
18
22
|
"exampleValue": "my-profile-id"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "REFRESH_TOKEN",
|
|
26
|
+
"exampleValue": "my-refresh-token"
|
|
19
27
|
}
|
|
20
28
|
],
|
|
21
29
|
"default": {
|
|
@@ -23,7 +31,11 @@
|
|
|
23
31
|
"method": "POST",
|
|
24
32
|
"headers": [
|
|
25
33
|
{
|
|
26
|
-
"key": "
|
|
34
|
+
"key": "Content-Type",
|
|
35
|
+
"value": "application/vnd.dspconversioneventimport.v1+json"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"key": "Amazon-Advertising-API-ClientID",
|
|
27
39
|
"value": "$$CLIENT_ID$$"
|
|
28
40
|
},
|
|
29
41
|
{
|
|
@@ -36,6 +48,32 @@
|
|
|
36
48
|
}
|
|
37
49
|
],
|
|
38
50
|
"batchSize": 50,
|
|
51
|
+
"oauth2Auth": {
|
|
52
|
+
"request": {
|
|
53
|
+
"body": [
|
|
54
|
+
{
|
|
55
|
+
"key": "grant_type",
|
|
56
|
+
"value": "refresh_token"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"key": "client_id",
|
|
60
|
+
"value": "$$CLIENT_ID$$"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"key": "client_secret",
|
|
64
|
+
"value": "$$CLIENT_SECRET$$"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"key": "refresh_token",
|
|
68
|
+
"value": "$$REFRESH_TOKEN$$"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"contentType": "application/x-www-form-urlencoded",
|
|
72
|
+
"method": "POST",
|
|
73
|
+
"url": "https://api.amazon.com/auth/o2/token"
|
|
74
|
+
},
|
|
75
|
+
"responseAccessTokenKey": "access_token"
|
|
76
|
+
},
|
|
39
77
|
"transform": {
|
|
40
78
|
"lang": "lua",
|
|
41
79
|
"body": "request.body = { eventData = batch, source = \"SERVER_TO_SERVER\" }\nreturn request"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"be166975e5f6eae9309edef0974ad3e3"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"2cd3cfb66504e8568b62cc19b43d191a"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.2.0",
|
|
3
3
|
"global": {
|
|
4
4
|
"filters": [
|
|
5
5
|
{
|
|
@@ -28,10 +28,6 @@
|
|
|
28
28
|
{
|
|
29
29
|
"staticString": "US",
|
|
30
30
|
"outputKey": "countryCode"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"staticString": "",
|
|
34
|
-
"outputKey": "dataProcessingOptions"
|
|
35
31
|
}
|
|
36
32
|
],
|
|
37
33
|
"mappings": [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"50e3e5e9aab732c28c4ceff533169fe6"
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
{
|
|
17
17
|
"date": "2025-06-04T21:00:00.000Z",
|
|
18
18
|
"note": "Version: 0.1.0\nBeta Version\nThe Trade Desk - Conversions initial release"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"date": "2025-07-02T21:00:00.000Z",
|
|
22
|
+
"note": "Version: 0.2.0\nRemoving mappings related to Unified ID 2.0"
|
|
19
23
|
}
|
|
20
24
|
]
|
|
21
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"3d0765d563eabce993d7de1e053f43bc"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.2.0",
|
|
3
3
|
"params": [
|
|
4
4
|
{
|
|
5
5
|
"name": "PIXEL_ID",
|
|
@@ -44,10 +44,6 @@
|
|
|
44
44
|
}
|
|
45
45
|
]
|
|
46
46
|
},
|
|
47
|
-
{
|
|
48
|
-
"inputKey": "context.providers.unifiedId2.uid2_id",
|
|
49
|
-
"outputKey": "uid2"
|
|
50
|
-
},
|
|
51
47
|
{
|
|
52
48
|
"inputKey": "context.providers.theTradeDesk.ttd_id",
|
|
53
49
|
"outputKey": "tdid"
|
|
@@ -116,7 +112,7 @@
|
|
|
116
112
|
"expressions": [
|
|
117
113
|
{
|
|
118
114
|
"lang": "lua",
|
|
119
|
-
"body": "local result = {}\n\n-- advertisindId\nif input.context.device.type == 'android' then\n result.idfa = input.context.device.advertisingId\nelseif input.context.device.type == 'ios' then\n result.aaid = input.context.device.advertisingId\nend\n\n-- adid\nif input.context.providers.
|
|
115
|
+
"body": "local result = {}\n\n-- advertisindId\nif input.context.device.type == 'android' then\n result.idfa = input.context.device.advertisingId\nelseif input.context.device.type == 'ios' then\n result.aaid = input.context.device.advertisingId\nend\n\n-- adid\nif input.context.providers.theTradeDesk.ttd_id then\n result.adid = input.context.providers.theTradeDesk.ttd_id\n result.adid_type = \"TDID\"\nend\n\nreturn result"
|
|
120
116
|
}
|
|
121
117
|
]
|
|
122
118
|
},
|
package/README.md
CHANGED
|
@@ -5,15 +5,17 @@ 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-07
|
|
9
|
+
- Amazon DSP CAPI (BETA)
|
|
10
|
+
- The Trade Desk - Conversions (BETA)
|
|
11
|
+
|
|
8
12
|
## 2025-06
|
|
9
13
|
- Kochava (BETA)
|
|
10
14
|
- Kochava IdentityLink (BETA)
|
|
11
15
|
- Perion (BETA)
|
|
12
16
|
- Ringier Axel Springer Poland (BETA)
|
|
13
|
-
- The Trade Desk - Conversions (BETA)
|
|
14
17
|
|
|
15
18
|
## 2025-05
|
|
16
|
-
- Amazon DSP CAPI (BETA)
|
|
17
19
|
- Amazon Kinesis (BETA)
|
|
18
20
|
- TheTradeDesk Conversion Events
|
|
19
21
|
|
|
@@ -124,12 +126,12 @@ previously.
|
|
|
124
126
|
|
|
125
127
|
| Kit Name | Date | Latest Note |
|
|
126
128
|
|----------|------|-------------|
|
|
129
|
+
| Amazon DSP CAPI (BETA) | 2025-07 | Version: 0.2.0 Adding oauth2Auth and updating headers. |
|
|
130
|
+
| The Trade Desk - Conversions (BETA) | 2025-07 | Version: 0.2.0 Removing mappings related to Unified ID 2.0 |
|
|
127
131
|
| Kochava (BETA) | 2025-06 | Version: 0.1.0 Beta Version Kochava non-identify initial release Moved the identify event to its dedicated starter-kit: kochava-identitylink |
|
|
128
132
|
| Kochava IdentityLink (BETA) | 2025-06 | Version: 0.1.0 Beta Version Kochava IdentityLink initial release |
|
|
129
133
|
| Perion (BETA) | 2025-06 | Version: 0.2.0 Fixing product_viewed's products field |
|
|
130
134
|
| Ringier Axel Springer Poland (BETA) | 2025-06 | Version: 0.1.0 Beta Version Ringier Axel Springer Poland initial release |
|
|
131
|
-
| The Trade Desk - Conversions (BETA) | 2025-06 | Version: 0.1.0 Beta Version The Trade Desk - Conversions initial release |
|
|
132
|
-
| Amazon DSP CAPI (BETA) | 2025-05 | Version: 0.1.0 Beta Version Amazon DSP CAPI initial release. |
|
|
133
135
|
| Amazon Kinesis (BETA) | 2025-05 | Version: 0.1.0 Beta Version Amazon Kinesis initial release. |
|
|
134
136
|
| TheTradeDesk Conversion Events | 2025-05 | Version: 1.2.0 Deprecated |
|
|
135
137
|
| Amazon Data Firehose | 2025-04 | Version: 1.0.0 Stable release |
|