@metarouter/ajs-starter-kit 1.0.172 → 1.0.174
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/kit.etag.json +1 -1
- package/.dist/amazon-kinesis/kit.etag.json +1 -1
- package/.dist/bing-ads/kit.etag.json +1 -1
- package/.dist/blueshift/kit.etag.json +1 -1
- package/.dist/convert/kit.etag.json +1 -1
- package/.dist/google-ads/kit.etag.json +1 -1
- package/.dist/google-ads/metadata.json +4 -0
- package/.dist/google-ads/playbook.etag.json +1 -1
- package/.dist/google-ads/playbook.json +8 -3
- package/.dist/google-analytics-4/kit.etag.json +1 -1
- package/.dist/google-analytics-4/metadata.json +4 -0
- package/.dist/google-analytics-4/playbook.etag.json +1 -1
- package/.dist/google-analytics-4/playbook.json +22 -6
- package/.dist/google-analytics-4-collect/kit.etag.json +1 -1
- package/.dist/google-analytics-4-collect/metadata.json +4 -0
- package/.dist/google-analytics-4-collect/playbook.etag.json +1 -1
- package/.dist/google-analytics-4-collect/playbook.json +24 -8
- package/.dist/google-cm360/kit.etag.json +1 -1
- package/.dist/google-cm360/metadata.json +4 -0
- package/.dist/google-cm360/playbook.etag.json +1 -1
- package/.dist/google-cm360/playbook.json +2 -2
- package/.dist/heap/connection.etag.json +1 -1
- package/.dist/heap/connection.json +9 -2
- package/.dist/heap/kit.etag.json +1 -1
- package/.dist/heap/metadata.json +4 -0
- package/.dist/heap/playbook.etag.json +1 -1
- package/.dist/heap/playbook.json +4 -14
- package/.dist/mixpanel/kit.etag.json +1 -1
- package/.dist/nextdoor/kit.etag.json +1 -1
- package/.dist/openai-capi/connection.etag.json +1 -0
- package/.dist/openai-capi/connection.json +35 -0
- package/.dist/openai-capi/kit.etag.json +1 -0
- package/.dist/openai-capi/metadata.json +21 -0
- package/.dist/openai-capi/playbook.etag.json +1 -0
- package/.dist/openai-capi/playbook.json +276 -0
- package/.dist/podscribe/kit.etag.json +1 -1
- package/.dist/podscribe/metadata.json +8 -0
- package/.dist/podscribe/playbook.etag.json +1 -1
- package/.dist/podscribe/playbook.json +16 -4
- package/.dist/rev-jet/kit.etag.json +1 -1
- package/.dist/snowflake/kit.etag.json +1 -1
- package/.dist/teads-capi/connection.etag.json +1 -0
- package/.dist/teads-capi/connection.json +27 -0
- package/.dist/teads-capi/kit.etag.json +1 -0
- package/.dist/teads-capi/metadata.json +21 -0
- package/.dist/teads-capi/playbook.etag.json +1 -0
- package/.dist/teads-capi/playbook.json +403 -0
- package/.dist/wirtualna-polska/kit.etag.json +1 -1
- package/.dist/wirtualna-polska/metadata.json +4 -0
- package/.dist/wirtualna-polska/playbook.etag.json +1 -1
- package/.dist/wirtualna-polska/playbook.json +87 -1
- package/.dist/zeotap/kit.etag.json +1 -1
- package/README.md +20 -13
- package/index.js +22 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"0ae16bc1faf91a12c1328f51b3fc7b2d -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"ea009d5cdc52b78b1661584fa1902535 -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"11d41db1ba27a3fd5e92b5a1f0b961cb -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"0efc961f2f110c938ea2e211001dd0e4 -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"163dad2277f51adecfd9c5ded9c41df5 -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"f2a93dffe10df38017cb25501a78eadc -"
|
|
@@ -64,6 +64,10 @@
|
|
|
64
64
|
{
|
|
65
65
|
"date": "2026-05-27T00:00:00.000Z",
|
|
66
66
|
"note": "Version: 1.6.0\nUpgraded to Google Ads API v24\nRemoved userIpAddress field"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"date": "2026-06-10T00:00:00.000Z",
|
|
70
|
+
"note": "Version: 1.7.0\nAdded support for reading gclid and wbraid from the googleAds child sync provider with fallback to the googleGtag provider"
|
|
67
71
|
}
|
|
68
72
|
]
|
|
69
73
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"b5eaccd1dcea3be7c28f19ed501953c9 -"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.7.0",
|
|
3
3
|
"params": [
|
|
4
4
|
{
|
|
5
5
|
"name": "CUSTOMER_ID",
|
|
@@ -31,6 +31,11 @@
|
|
|
31
31
|
"inputPath": "context.providers.googleGtag.data.gclid"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
+
{
|
|
35
|
+
"inputPathExists": {
|
|
36
|
+
"inputPath": "context.providers.googleAds.gclid"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
34
39
|
{
|
|
35
40
|
"inputPathExists": {
|
|
36
41
|
"inputPath": "traits.email"
|
|
@@ -65,7 +70,7 @@
|
|
|
65
70
|
{
|
|
66
71
|
"expression": {
|
|
67
72
|
"lang": "lua",
|
|
68
|
-
"body": "if input.context.providers.googleGtag.data.wbraid then\n return SPLIT(input.context.providers.googleGtag.data.wbraid,\".\",3)[3]\nend"
|
|
73
|
+
"body": "if input.context.providers.googleAds.wbraid then\n return input.context.providers.googleAds.wbraid\nend\nif input.context.providers.googleGtag.data.wbraid then\n return SPLIT(input.context.providers.googleGtag.data.wbraid,\".\",3)[3]\nend"
|
|
69
74
|
}
|
|
70
75
|
}
|
|
71
76
|
]
|
|
@@ -89,7 +94,7 @@
|
|
|
89
94
|
{
|
|
90
95
|
"expression": {
|
|
91
96
|
"lang": "lua",
|
|
92
|
-
"body": "return SPLIT(input.context.providers.googleGtag.data.gclid
|
|
97
|
+
"body": "if input.context.providers.googleAds.gclid then\n return input.context.providers.googleAds.gclid\nend\nif input.context.providers.googleGtag.data.gclid then\n return SPLIT(input.context.providers.googleGtag.data.gclid,\".\",3)[3]\nend"
|
|
93
98
|
}
|
|
94
99
|
}
|
|
95
100
|
]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"4e1c2011a7cb8f369bba9890f5f81144 -"
|
|
@@ -40,6 +40,10 @@
|
|
|
40
40
|
{
|
|
41
41
|
"date": "2025-12-17T00:00:00.000Z",
|
|
42
42
|
"note": "Version: 1.3.0\nAdded consent, device and user_agent mappings\nRemoved gclid and dclid fields\nAdded additional standard events and updated endpoint to a parameter"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"date": "2026-06-10T00:00:00.000Z",
|
|
46
|
+
"note": "Version: 1.4.0\nAdded support for reading clientID, sessionID and sessionCount from the googleAnalytics4 child sync provider with fallback to the googleGtag provider"
|
|
43
47
|
}
|
|
44
48
|
]
|
|
45
49
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"4a326697060ce60735b669132a57587c -"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.4.0",
|
|
3
3
|
"global": {
|
|
4
4
|
"enrichments": [
|
|
5
5
|
{
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"transforms": [
|
|
47
47
|
{
|
|
48
48
|
"expression": {
|
|
49
|
-
"body": "
|
|
49
|
+
"body": "if input.context.providers.googleAnalytics4.clientID then\n return input.context.providers.googleAnalytics4.clientID\nend\nlocal value = input.context.providers.googleGtag.data.ga\nif value == nil then\n return input.anonymousId\nelse\n local arr = {}\n local ga = SPLIT(value, \".\", 4)\n arr[1] = ga[3]\n arr[2] = ga[4]\n return JOIN(arr, \".\")\nend",
|
|
50
50
|
"lang": "lua"
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -65,12 +65,28 @@
|
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
|
-
"inputKey": "
|
|
69
|
-
"outputKey": "event.params.session_id"
|
|
68
|
+
"inputKey": "input",
|
|
69
|
+
"outputKey": "event.params.session_id",
|
|
70
|
+
"transforms": [
|
|
71
|
+
{
|
|
72
|
+
"expression": {
|
|
73
|
+
"body": "local sessionID = input.context.providers.googleAnalytics4.sessionID or input.context.providers.googleGtag.data.sessionID\nif sessionID then\n return sessionID\nend",
|
|
74
|
+
"lang": "lua"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
]
|
|
70
78
|
},
|
|
71
79
|
{
|
|
72
|
-
"inputKey": "
|
|
73
|
-
"outputKey": "event.params.session_number"
|
|
80
|
+
"inputKey": "input",
|
|
81
|
+
"outputKey": "event.params.session_number",
|
|
82
|
+
"transforms": [
|
|
83
|
+
{
|
|
84
|
+
"expression": {
|
|
85
|
+
"body": "local sessionCount = input.context.providers.googleAnalytics4.sessionCount or input.context.providers.googleGtag.data.sessionCount\nif sessionCount then\n return sessionCount\nend",
|
|
86
|
+
"lang": "lua"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
]
|
|
74
90
|
},
|
|
75
91
|
{
|
|
76
92
|
"inputKey": "context.ip",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"c987fe1938cafb2f321086eea02488e1 -"
|
|
@@ -36,6 +36,10 @@
|
|
|
36
36
|
{
|
|
37
37
|
"date": "2025-10-15T00:00:00.000Z",
|
|
38
38
|
"note": "Version: 1.0.1\nAdded friendly names to expressions"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "2026-06-10T00:00:00.000Z",
|
|
42
|
+
"note": "Version: 1.1.0\nAdded support for reading gclid, dclid, clientID, sessionID and sessionCount from the googleAnalytics4 child sync provider with fallback to the googleGtag provider"
|
|
39
43
|
}
|
|
40
44
|
]
|
|
41
45
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"970a1c934b45b73103c04af665e221a5 -"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0
|
|
2
|
+
"version": "1.1.0",
|
|
3
3
|
"global": {
|
|
4
4
|
"mappings": [
|
|
5
5
|
{
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{
|
|
10
10
|
"expression": {
|
|
11
11
|
"lang": "lua",
|
|
12
|
-
"body": "if input.context.providers.googleGtag.data.gclid then
|
|
12
|
+
"body": "if input.context.providers.googleAnalytics4.gclid then\n return input.context.providers.googleAnalytics4.gclid\nend\nif input.context.providers.googleGtag.data.gclid then\n return SPLIT(input.context.providers.googleGtag.data.gclid, \".\", 3)[3]\nend"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
]
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
{
|
|
22
22
|
"expression": {
|
|
23
23
|
"lang": "lua",
|
|
24
|
-
"body": "if input.context.providers.googleGtag.data.dclid then
|
|
24
|
+
"body": "if input.context.providers.googleAnalytics4.dclid then\n return input.context.providers.googleAnalytics4.dclid\nend\nif input.context.providers.googleGtag.data.dclid then\n return SPLIT(input.context.providers.googleGtag.data.dclid, \".\", 3)[3]\nend"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
]
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"transforms": [
|
|
33
33
|
{
|
|
34
34
|
"expression": {
|
|
35
|
-
"body": "local ga = SPLIT(input.context.providers.googleGtag.data.ga, \".\", 4) if ga and ga[4] then return ga[3] .. \".\" .. ga[4] end return input.anonymousId",
|
|
35
|
+
"body": "if input.context.providers.googleAnalytics4.clientID then return input.context.providers.googleAnalytics4.clientID\nend local ga = SPLIT(input.context.providers.googleGtag.data.ga, \".\", 4) if ga and ga[4] then return ga[3] .. \".\" .. ga[4] end return input.anonymousId",
|
|
36
36
|
"lang": "lua"
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -83,12 +83,28 @@
|
|
|
83
83
|
"outputKey": "ck"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
|
-
"inputKey": "
|
|
87
|
-
"outputKey": "sid"
|
|
86
|
+
"inputKey": "input",
|
|
87
|
+
"outputKey": "sid",
|
|
88
|
+
"transforms": [
|
|
89
|
+
{
|
|
90
|
+
"expression": {
|
|
91
|
+
"body": "local sessionID = input.context.providers.googleAnalytics4.sessionID or input.context.providers.googleGtag.data.sessionID\nif sessionID then\n return sessionID\nend",
|
|
92
|
+
"lang": "lua"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
]
|
|
88
96
|
},
|
|
89
97
|
{
|
|
90
|
-
"inputKey": "
|
|
91
|
-
"outputKey": "sct"
|
|
98
|
+
"inputKey": "input",
|
|
99
|
+
"outputKey": "sct",
|
|
100
|
+
"transforms": [
|
|
101
|
+
{
|
|
102
|
+
"expression": {
|
|
103
|
+
"body": "local sessionCount = input.context.providers.googleAnalytics4.sessionCount or input.context.providers.googleGtag.data.sessionCount\nif sessionCount then\n return sessionCount\nend",
|
|
104
|
+
"lang": "lua"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
]
|
|
92
108
|
},
|
|
93
109
|
{
|
|
94
110
|
"inputKey": "properties.engagement_time_milliseconds",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"1ddcaa3c869bd0df1611bf9b0fc49f42 -"
|
|
@@ -64,6 +64,10 @@
|
|
|
64
64
|
{
|
|
65
65
|
"date": "2026-04-01T00:00:00.000Z",
|
|
66
66
|
"note": "Version: 1.4.0\nAdded identifier fan-out logic"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"date": "2026-06-10T00:00:00.000Z",
|
|
70
|
+
"note": "Version: 1.5.0\nAdded support for reading gclid and dclid from the CM360 child sync provider with fallback to the googleGtag provider"
|
|
67
71
|
}
|
|
68
72
|
]
|
|
69
73
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"be2c0c6b9d749c05abd57edf40c954b8 -"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.5.0",
|
|
3
3
|
"params": [
|
|
4
4
|
{
|
|
5
5
|
"name": "CONFIG_ID",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
{
|
|
81
81
|
"lang": "lua",
|
|
82
82
|
"name": "Click, Mobile Device and Match ID(s)",
|
|
83
|
-
"body": "
|
|
83
|
+
"body": "local gclid, dclid\n\nif input.context.providers.CM360.gclid then\n gclid = input.context.providers.CM360.gclid\nend\nif input.context.providers.googleGtag.data.gclid then\n gclid = SPLIT(input.context.providers.googleGtag.data.gclid, \".\", 3)[3]\nend\n\nif input.context.providers.CM360.dclid then\n dclid = input.context.providers.CM360.dclid\nend\nif input.context.providers.googleGtag.data.dclid then\n dclid = SPLIT(input.context.providers.googleGtag.data.dclid, \".\", 3)[3]\nend\n\nif not TO_BOOL(\"$$IDENTIFIER_FAN_OUT$$\") then\n local mobileDeviceId = input.context.device.advertisingId;\n local matchId = input.anonymousId;\n return (gclid and { gclid = gclid }) or (dclid and { dclid = dclid}) or (mobileDeviceId and { mobileDeviceId = mobileDeviceId}) or (matchId and { matchId = matchId })\n end\nreturn {\n gclid = gclid,\n dclid = dclid,\n mobileDeviceId = input.context.device.advertisingId,\n matchId = input.anonymousId\n}"
|
|
84
84
|
}
|
|
85
85
|
]
|
|
86
86
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"3188a02d783080880bfca36c99fcf153 -"
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
+
"params": [
|
|
3
|
+
{
|
|
4
|
+
"name": "DATACENTER_ENDPOINT",
|
|
5
|
+
"exampleValue": "my-datacenter-endpoint",
|
|
6
|
+
"defaultValue": "https://heapanalytics.com"
|
|
7
|
+
}
|
|
8
|
+
],
|
|
2
9
|
"default": {
|
|
3
|
-
"endpoint": "
|
|
10
|
+
"endpoint": "$$DATACENTER_ENDPOINT$$/api/track",
|
|
4
11
|
"method": "POST",
|
|
5
12
|
"headers": [
|
|
6
13
|
{
|
|
@@ -19,7 +26,7 @@
|
|
|
19
26
|
},
|
|
20
27
|
"eventSpecific": {
|
|
21
28
|
"identify": {
|
|
22
|
-
"endpoint": "
|
|
29
|
+
"endpoint": "$$DATACENTER_ENDPOINT$$/api/v1/identify",
|
|
23
30
|
"method": "POST",
|
|
24
31
|
"headers": [
|
|
25
32
|
{
|
package/.dist/heap/kit.etag.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"ba28e61419cbc4c0fd02439e738fd260 -"
|
package/.dist/heap/metadata.json
CHANGED
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
{
|
|
21
21
|
"date": "2024-10-23T00:00:00.000Z",
|
|
22
22
|
"note": "Version: 0.2.0\nUpdated header `Accept-Encoding: application/json`"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"date": "2026-06-10T00:00:00.000Z",
|
|
26
|
+
"note": "Version: 0.3.0\nEU endpoint support\nRemoved unused parameter"
|
|
23
27
|
}
|
|
24
28
|
]
|
|
25
29
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"474c9713772a55d3616e96a11639170d -"
|
package/.dist/heap/playbook.json
CHANGED
|
@@ -1,25 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.3.0",
|
|
3
3
|
"params": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
6
|
-
"
|
|
7
|
-
"exampleValue": "123456789",
|
|
8
|
-
"description": "The environment ID corresponding to one of your environments.",
|
|
9
|
-
"isOptional": false
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "MY_USER_ID",
|
|
13
|
-
"defaultValue": "my-user-id",
|
|
14
|
-
"description": "The user_id from the Heap SDK. The user_id must be the string representation of a number between zero and 2^53 - 1.",
|
|
15
|
-
"isOptional": true,
|
|
16
|
-
"exampleValue": "1111111111111111"
|
|
5
|
+
"name": "APP_ID",
|
|
6
|
+
"exampleValue": "my-app-id"
|
|
17
7
|
}
|
|
18
8
|
],
|
|
19
9
|
"global": {
|
|
20
10
|
"enrichments": [
|
|
21
11
|
{
|
|
22
|
-
"staticString": "$$
|
|
12
|
+
"staticString": "$$APP_ID$$",
|
|
23
13
|
"outputKey": "app_id"
|
|
24
14
|
}
|
|
25
15
|
]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"e9a335b3bca12b848d07918b89c8ec8e -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"ea831f86d0c2a93c4abcffec960becd5 -"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"87a21401b752660c6a93d18e1283037a -"
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"params": [
|
|
3
|
+
{
|
|
4
|
+
"name": "API_KEY",
|
|
5
|
+
"exampleValue": "my-api-key"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"name": "PIXEL_ID",
|
|
9
|
+
"exampleValue": "my-pixel-id"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"default": {
|
|
13
|
+
"endpoint": "https://bzr.openai.com/v1/events?pid=$$PIXEL_ID$$",
|
|
14
|
+
"method": "POST",
|
|
15
|
+
"headers": [
|
|
16
|
+
{
|
|
17
|
+
"key": "Accept-Encoding",
|
|
18
|
+
"value": "application/json"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"key": "Content-Type",
|
|
22
|
+
"value": "application/json"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"key": "Authorization",
|
|
26
|
+
"value": "Bearer $$API_KEY$$"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"batchSize": 10,
|
|
30
|
+
"transform": {
|
|
31
|
+
"lang": "lua",
|
|
32
|
+
"body": "request.body = { events = batch }\nreturn request\n"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"61bd5f7ae133b5826a5b346a18d84056 -"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"isDraft": false,
|
|
3
|
+
"isDeprecated": false,
|
|
4
|
+
"isBeta": true,
|
|
5
|
+
"friendlyName": "OpenAI CAPI",
|
|
6
|
+
"description": "The OpenAI Ads Conversions API is a server-to-server event ingestion API used to send conversion and behavioral events directly to OpenAI Ads for attribution and campaign measurement.",
|
|
7
|
+
"logo": "https://cdn.metarouter.io/openai-capi.png",
|
|
8
|
+
"color": "#10A37F",
|
|
9
|
+
"eventSource": {
|
|
10
|
+
"isAndroidApp": false,
|
|
11
|
+
"isIosApp": false,
|
|
12
|
+
"isWebApp": true
|
|
13
|
+
},
|
|
14
|
+
"inputSchema": "analytics_js",
|
|
15
|
+
"releaseNotes": [
|
|
16
|
+
{
|
|
17
|
+
"date": "2026-06-10T21:00:00.000Z",
|
|
18
|
+
"note": "Version: 0.1.0\nBeta Version\nOpenAI CAPI initial release"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"5cefda20c4e9151d3624dd90d35ae970 -"
|