@glomex/integration-web-component 1.1446.0 → 1.1448.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/dist/index.d.ts +1 -13
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -376,22 +376,10 @@ export declare interface ExtraContextDeviceId {
|
|
|
376
376
|
/**
|
|
377
377
|
* User id of the user that can be passed additionally to the integration. It improves the monetization. User ids
|
|
378
378
|
* can be updated dynamically by assigning a new object to the {@link IntegrationElement#extraContext} property.
|
|
379
|
-
*
|
|
380
|
-
* @example When you want to forward envelopes for liveramp, you can pass them within ext
|
|
381
|
-
* ```ts
|
|
382
|
-
* const envelopes = [['envelopeId1', 'envelopeId2']];
|
|
383
|
-
* const userId = {
|
|
384
|
-
* id: envelopes.[0]?.[1],
|
|
385
|
-
* name: 'liverampId',
|
|
386
|
-
* ext: {
|
|
387
|
-
* envelopes
|
|
388
|
-
* }
|
|
389
|
-
* }
|
|
390
|
-
* ```
|
|
391
379
|
*/
|
|
392
380
|
export declare interface ExtraContextUserId {
|
|
393
381
|
id: string;
|
|
394
|
-
name: 'netId' | 'sevenPassId' | 'ppid' | 'utiqId' | 'liverampId';
|
|
382
|
+
name: 'netId' | 'sevenPassId' | 'ppid' | 'utiqId' | 'liverampId' | 'pairId';
|
|
395
383
|
ext?: Record<string, unknown>;
|
|
396
384
|
}
|
|
397
385
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-web-component",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1448.0",
|
|
4
4
|
"description": "Web component and types to integrate the glomex player",
|
|
5
5
|
"documentation": "https://docs.glomex.com",
|
|
6
6
|
"homepage": "https://glomex.com",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@biomejs/biome": "catalog:",
|
|
35
|
-
"@glomex/integration": "1.
|
|
35
|
+
"@glomex/integration": "1.1448.0",
|
|
36
36
|
"@microsoft/api-extractor": "catalog:",
|
|
37
37
|
"@rslib/core": "catalog:",
|
|
38
38
|
"npm-run-all": "catalog:",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"license": "MIT",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "8a381cf749fbf29742626ff9d32043b29522ecb3"
|
|
46
46
|
}
|