@walkeros/server-destination-meta 4.1.0-next-1778668930820 → 4.1.0

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/CHANGELOG.md ADDED
@@ -0,0 +1,307 @@
1
+ # @walkeros/server-destination-meta
2
+
3
+ ## 4.1.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e155ff8]
8
+ - Updated dependencies [e800974]
9
+ - Updated dependencies [e155ff8]
10
+ - Updated dependencies [1a8f2d7]
11
+ - Updated dependencies [1a8f2d7]
12
+ - Updated dependencies [b276173]
13
+ - Updated dependencies [dd9f5ad]
14
+ - Updated dependencies [c60ef35]
15
+ - Updated dependencies [adeebea]
16
+ - Updated dependencies [13aaeaa]
17
+ - Updated dependencies [e800974]
18
+ - Updated dependencies [adeebea]
19
+ - Updated dependencies [e800974]
20
+ - Updated dependencies [e800974]
21
+ - Updated dependencies [058f7ed]
22
+ - Updated dependencies [28a8ac2]
23
+ - Updated dependencies [fd6076e]
24
+ - @walkeros/core@4.1.0
25
+ - @walkeros/server-core@4.1.0
26
+
27
+ ## 4.0.2
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [a6a0ea7]
32
+ - @walkeros/core@4.0.2
33
+ - @walkeros/server-core@4.0.2
34
+
35
+ ## 4.0.1
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [381dfe7]
40
+ - Updated dependencies [1524275]
41
+ - Updated dependencies [03d7055]
42
+ - @walkeros/core@4.0.1
43
+ - @walkeros/server-core@4.0.1
44
+
45
+ ## 4.0.0
46
+
47
+ ### Major Changes
48
+
49
+ - 93ea9c4: Event model v4: breaking changes to the `Event`, `Source`, and
50
+ `Entity` shapes.
51
+ - `event.id` is now a W3C span_id (16 lowercase hex chars), generated by the
52
+ collector. Reference: W3C Trace Context (W3C Recommendation, January 2020).
53
+ - `event.version`, `event.group`, `event.count` are removed.
54
+ - `source.type` is now the source kind (e.g. `browser`, `gtag`, `mcp`, `cli`).
55
+ New `source.platform` holds the runtime (`web` | `server` | `app` | ...).
56
+ - `source.id` and `source.previous_id` are removed.
57
+ - Browser source now sets `source.url` and `source.referrer`.
58
+ - MCP source sets `source.tool` per emission. CLI source sets
59
+ `source.command`.
60
+ - `Entity.nested` and `Entity.context` are now optional. Root `event.nested`
61
+ and `event.context` remain required.
62
+ - Each source self-registers via TypeScript module augmentation of `SourceMap`
63
+ in `@walkeros/core`.
64
+ - App-side coordination (`/workspaces/developer/app`) is a follow-up plan, not
65
+ part of this release. Telemetry from v4 CLI/MCP will not validate against
66
+ the existing app schema until that follow-up ships.
67
+ - `Mapping.Rule.skip` is renamed to `Mapping.Rule.silent`. Customer flow.json
68
+ configs using `skip: true` in mapping rules must rename to `silent: true`.
69
+ Hard cut: no legacy alias, the field is gone.
70
+
71
+ ### Patch Changes
72
+
73
+ - Updated dependencies [93ea9c4]
74
+ - Updated dependencies [465775c]
75
+ - Updated dependencies [942a7fe]
76
+ - Updated dependencies [cfc7469]
77
+ - Updated dependencies [8e06b1f]
78
+ - Updated dependencies [3d50dd6]
79
+ - Updated dependencies [1ef33d9]
80
+ - @walkeros/core@4.0.0
81
+ - @walkeros/server-core@4.0.0
82
+
83
+ ## 3.4.2
84
+
85
+ ### Patch Changes
86
+
87
+ - @walkeros/core@3.4.2
88
+ - @walkeros/server-core@3.4.2
89
+
90
+ ## 3.4.1
91
+
92
+ ### Patch Changes
93
+
94
+ - Updated dependencies [12adf24]
95
+ - Updated dependencies [75aa26b]
96
+ - @walkeros/core@3.4.1
97
+ - @walkeros/server-core@3.4.1
98
+
99
+ ## 3.4.0
100
+
101
+ ### Minor Changes
102
+
103
+ - 724f97e: Migrate every step example in every walkerOS package to the
104
+ standardized `[callable, ...args][]` shape introduced in `@walkeros/core`.
105
+ Every step example's `out` is now an array of effect tuples whose first
106
+ element is the callable's public SDK name (`'gtag'`, `'analytics.track'`,
107
+ `'fbq'`, `'dataLayer.push'`, `'sendServer'`, `'fetch'`, `'trackClient.track'`,
108
+ `'amplitude.track'`, `'fs.writeFile'`, `'producer.send'`, `'client.xadd'`,
109
+ `'client.send'`, `'dataset.table.insert'`, etc.). Source examples use `'elb'`
110
+ as the callable; transformer examples use the reserved `'return'` keyword;
111
+ store examples use store-operation callables (`'get'`, `'set'`). Tests capture
112
+ real calls on each component's spy and assert against `example.out` directly —
113
+ the hardcoded `PACKAGE_CALLS` registry in the app is no longer consulted
114
+ (emptied; plan #3 removes it structurally).
115
+
116
+ ### Patch Changes
117
+
118
+ - Updated dependencies [74940cc]
119
+ - Updated dependencies [525f5d9]
120
+ - @walkeros/core@3.4.0
121
+ - @walkeros/server-core@3.4.0
122
+
123
+ ## 3.3.1
124
+
125
+ ### Patch Changes
126
+
127
+ - @walkeros/server-core@3.3.1
128
+ - @walkeros/core@3.3.1
129
+
130
+ ## 3.3.0
131
+
132
+ ### Patch Changes
133
+
134
+ - Updated dependencies [2849acb]
135
+ - Updated dependencies [08c365a]
136
+ - Updated dependencies [08c365a]
137
+ - Updated dependencies [08c365a]
138
+ - Updated dependencies [08c365a]
139
+ - @walkeros/core@3.3.0
140
+ - @walkeros/server-core@3.3.0
141
+
142
+ ## 3.2.0
143
+
144
+ ### Patch Changes
145
+
146
+ - Updated dependencies [eb865e1]
147
+ - Updated dependencies [c0a53f9]
148
+ - Updated dependencies [f007c9f]
149
+ - Updated dependencies [bf2dc5b]
150
+ - Updated dependencies [da0b640]
151
+ - @walkeros/core@3.2.0
152
+ - @walkeros/server-core@3.2.0
153
+
154
+ ## 3.1.1
155
+
156
+ ### Patch Changes
157
+
158
+ - @walkeros/core@3.1.1
159
+ - @walkeros/server-core@3.1.1
160
+
161
+ ## 3.1.0
162
+
163
+ ### Patch Changes
164
+
165
+ - Updated dependencies [dfc6738]
166
+ - Updated dependencies [966342b]
167
+ - Updated dependencies [bee8ba7]
168
+ - Updated dependencies [966342b]
169
+ - Updated dependencies [df990d4]
170
+ - @walkeros/core@3.1.0
171
+ - @walkeros/server-core@3.1.0
172
+
173
+ ## 3.0.2
174
+
175
+ ### Patch Changes
176
+
177
+ - @walkeros/core@3.0.2
178
+ - @walkeros/server-core@3.0.2
179
+
180
+ ## 3.0.1
181
+
182
+ ### Patch Changes
183
+
184
+ - @walkeros/core@3.0.1
185
+ - @walkeros/server-core@3.0.1
186
+
187
+ ## 3.0.0
188
+
189
+ ### Patch Changes
190
+
191
+ - 499e27a: Add sideEffects declarations to all packages for bundler tree-shaking
192
+ support.
193
+ - Updated dependencies [2b259b6]
194
+ - Updated dependencies [2614014]
195
+ - Updated dependencies [6ae0ee3]
196
+ - Updated dependencies [37299a9]
197
+ - Updated dependencies [499e27a]
198
+ - Updated dependencies [0e5eede]
199
+ - Updated dependencies [d11f574]
200
+ - Updated dependencies [d11f574]
201
+ - Updated dependencies [1fe337a]
202
+ - Updated dependencies [5cb84c1]
203
+ - Updated dependencies [23f218a]
204
+ - Updated dependencies [499e27a]
205
+ - Updated dependencies [c83d909]
206
+ - Updated dependencies [b6c8fa8]
207
+ - @walkeros/core@3.0.0
208
+ - @walkeros/server-core@3.0.0
209
+
210
+ ## 2.1.1
211
+
212
+ ### Patch Changes
213
+
214
+ - Updated dependencies [fab477d]
215
+ - @walkeros/core@2.1.1
216
+ - @walkeros/server-core@2.1.1
217
+
218
+ ## 2.1.0
219
+
220
+ ### Minor Changes
221
+
222
+ - 97df0b2: Step examples: upgrade all packages to blueprint pattern with inline
223
+ mapping, no intermediate variables, no `all` export
224
+
225
+ ### Patch Changes
226
+
227
+ - 97df0b2: Remove legacy events/mapping/outputs example files; tests now derive
228
+ from step examples
229
+ - Updated dependencies [7fc4cee]
230
+ - Updated dependencies [7fc4cee]
231
+ - Updated dependencies [cb2da05]
232
+ - Updated dependencies [2bbe8c8]
233
+ - Updated dependencies [3eb6416]
234
+ - Updated dependencies [02a7958]
235
+ - Updated dependencies [97df0b2]
236
+ - Updated dependencies [97df0b2]
237
+ - Updated dependencies [026c412]
238
+ - Updated dependencies [7d38d9d]
239
+ - @walkeros/core@2.1.0
240
+ - @walkeros/server-core@2.1.0
241
+
242
+ ## 2.0.1
243
+
244
+ ## 1.0.6
245
+
246
+ ### Patch Changes
247
+
248
+ - Updated dependencies [7b2d750]
249
+ - @walkeros/core@1.4.0
250
+ - @walkeros/server-core@2.0.0
251
+
252
+ ## 1.0.5
253
+
254
+ ### Patch Changes
255
+
256
+ - Updated dependencies [a4cc1ea]
257
+ - @walkeros/core@1.3.0
258
+ - @walkeros/server-core@1.0.5
259
+
260
+ ## 1.0.4
261
+
262
+ ### Patch Changes
263
+
264
+ - Updated dependencies [7ad6cfb]
265
+ - @walkeros/core@1.2.2
266
+ - @walkeros/server-core@1.0.4
267
+
268
+ ## 1.0.3
269
+
270
+ ### Patch Changes
271
+
272
+ - Updated dependencies [6256c12]
273
+ - @walkeros/core@1.2.1
274
+ - @walkeros/server-core@1.0.3
275
+
276
+ ## 1.0.2
277
+
278
+ ### Patch Changes
279
+
280
+ - Updated dependencies [f39d9fb]
281
+ - Updated dependencies [888bbdf]
282
+ - @walkeros/core@1.2.0
283
+ - @walkeros/server-core@1.0.2
284
+
285
+ ## 1.0.1
286
+
287
+ ### Patch Changes
288
+
289
+ - Updated dependencies [b65b773]
290
+ - Updated dependencies [20eca6e]
291
+ - @walkeros/core@1.1.0
292
+ - @walkeros/server-core@1.0.1
293
+
294
+ ## 1.0.0
295
+
296
+ ### Major Changes
297
+
298
+ - 67c9e1d: Hello World! walkerOS v1.0.0
299
+
300
+ Open-source event data collection. Collect event data for digital analytics in
301
+ a unified and privacy-centric way.
302
+
303
+ ### Patch Changes
304
+
305
+ - Updated dependencies [67c9e1d]
306
+ - @walkeros/core@1.0.0
307
+ - @walkeros/server-core@1.0.0
package/README.md CHANGED
@@ -4,58 +4,43 @@
4
4
  </a>
5
5
  </p>
6
6
 
7
- # Meta (CAPI) Destination for walkerOS
7
+ # @walkeros/server-destination-meta
8
8
 
9
- [Source Code](https://github.com/elbwalker/walkerOS/tree/main/packages/server/destinations/meta)
9
+ Server-side event delivery to Meta's Conversions API for enhanced tracking
10
+ accuracy and privacy compliance.
11
+
12
+ [Documentation](https://www.walkeros.io/docs/destinations/server/meta-capi)
10
13
  &bull;
11
14
  [NPM Package](https://www.npmjs.com/package/@walkeros/server-destination-meta)
12
-
13
- walkerOS follows a **source → collector → destination** architecture. This Meta
14
- CAPI destination receives processed events from the walkerOS collector and sends
15
- them server-to-server to Meta's Conversions API, providing enhanced data
16
- accuracy and attribution for Meta advertising campaigns while bypassing browser
17
- limitations.
15
+ &bull;
16
+ [Source Code](https://github.com/elbwalker/walkerOS/tree/main/packages/server/destinations/meta)
18
17
 
19
18
  ## Installation
20
19
 
21
- ```sh
20
+ ```bash
22
21
  npm install @walkeros/server-destination-meta
23
22
  ```
24
23
 
25
- ## Usage
26
-
27
- Here's a basic example of how to use the Meta CAPI destination:
28
-
29
- ```typescript
30
- import { startFlow } from '@walkeros/collector';
31
- import { destinationMeta } from '@walkeros/server-destination-meta';
32
-
33
- await startFlow({
34
- destinations: {
35
- meta: {
36
- code: destinationMeta,
37
- config: {
38
- settings: {
39
- accessToken: 'YOUR_ACCESS_TOKEN',
40
- pixelId: 'YOUR_PIXEL_ID',
41
- },
42
- },
43
- },
44
- },
45
- });
24
+ ## Quick start
25
+
26
+ ```json
27
+ {
28
+ "version": 4,
29
+ "flows": {
30
+ "default": {
31
+ "config": { "platform": "server" },
32
+ "destinations": {
33
+ "meta": { "package": "@walkeros/server-destination-meta", "config": {} }
34
+ }
35
+ }
36
+ }
37
+ }
46
38
  ```
47
39
 
48
- ## Configuration
40
+ ## Documentation
49
41
 
50
- | Name | Type | Description | Required | Example |
51
- | ----------------- | --------------------- | --------------------------------------------------------- | -------- | ---------------------------------------------- |
52
- | `accessToken` | `string` | Meta access token for Conversions API authentication | Yes | `'your_access_token'` |
53
- | `pixelId` | `string` | Meta Pixel ID from your Facebook Business account | Yes | `'1234567890'` |
54
- | `action_source` | `ActionSource` | Source of the event (website, app, phone_call, etc.) | No | `'website'` |
55
- | `doNotHash` | `string[]` | Array of user_data fields that should not be hashed | No | `['client_ip_address', 'client_user_agent']` |
56
- | `test_event_code` | `string` | Test event code for debugging Meta Conversions API events | No | `'TEST12345'` |
57
- | `url` | `string` | Custom URL for Meta Conversions API endpoint | No | `'https://graph.facebook.com/v17.0'` |
58
- | `user_data` | `WalkerOSMapping.Map` | Mapping configuration for user data fields | No | `{ email: 'user.email', phone: 'user.phone' }` |
42
+ Full configuration, mapping, and examples live in the docs:
43
+ **https://www.walkeros.io/docs/destinations/server/meta-capi**
59
44
 
60
45
  ## Contribute
61
46
 
@@ -66,4 +51,4 @@ Feel free to contribute by submitting an
66
51
 
67
52
  ## License
68
53
 
69
- This project is licensed under the MIT License.
54
+ MIT
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-meta",
4
- "version": "4.1.0-next-1778668930820",
4
+ "version": "4.1.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-meta",
3
3
  "description": "Meta server destination for walkerOS",
4
- "version": "4.1.0-next-1778668930820",
4
+ "version": "4.1.0",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -22,7 +22,8 @@
22
22
  }
23
23
  },
24
24
  "files": [
25
- "dist/**"
25
+ "dist/**",
26
+ "CHANGELOG.md"
26
27
  ],
27
28
  "scripts": {
28
29
  "build": "tsup --silent",
@@ -34,11 +35,11 @@
34
35
  "update": "npx npm-check-updates -u && npm update"
35
36
  },
36
37
  "dependencies": {
37
- "@walkeros/core": "4.1.0-next-1778668930820",
38
- "@walkeros/server-core": "4.1.0-next-1778668930820"
38
+ "@walkeros/core": "4.1.0",
39
+ "@walkeros/server-core": "4.1.0"
39
40
  },
40
41
  "devDependencies": {
41
- "@walkeros/collector": "4.1.0-next-1778668930820"
42
+ "@walkeros/collector": "4.1.0"
42
43
  },
43
44
  "repository": {
44
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",