@segment/action-destinations 3.46.1-alpha.1 → 3.46.1-alpha.5
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/destinations/adobe-target/adobeTarget_operations.d.ts +10 -0
- package/dist/destinations/adobe-target/adobeTarget_operations.js +50 -0
- package/dist/destinations/adobe-target/adobeTarget_operations.js.map +1 -0
- package/dist/destinations/adobe-target/index.js +1 -1
- package/dist/destinations/adobe-target/index.js.map +1 -1
- package/dist/destinations/adobe-target/updateProfile/index.js +19 -36
- package/dist/destinations/adobe-target/updateProfile/index.js.map +1 -1
- package/dist/destinations/index.js +2 -2
- package/dist/destinations/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { RequestClient } from '@segment/actions-core';
|
|
2
|
+
export default class AdobeTarget {
|
|
3
|
+
userId: string;
|
|
4
|
+
clientCode: string;
|
|
5
|
+
traits: object;
|
|
6
|
+
request: RequestClient;
|
|
7
|
+
constructor(userId: string, clientCode: string, traits: object, request: RequestClient);
|
|
8
|
+
updateProfile: () => Promise<import("@segment/actions-core").ModifiedResponse<unknown>>;
|
|
9
|
+
private lookupProfile;
|
|
10
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const actions_core_1 = require("@segment/actions-core");
|
|
4
|
+
function getNestedObjects(obj, objectPath = '', attributes = {}) {
|
|
5
|
+
Object.keys(obj).forEach((key) => {
|
|
6
|
+
const currObjectPath = objectPath ? `${objectPath}.${key}` : key;
|
|
7
|
+
if (typeof obj[key] !== 'object' && obj[key]) {
|
|
8
|
+
attributes[currObjectPath] = obj[key].toString();
|
|
9
|
+
}
|
|
10
|
+
else {
|
|
11
|
+
getNestedObjects(obj[key], currObjectPath, attributes);
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
return attributes;
|
|
15
|
+
}
|
|
16
|
+
const objectToQueryString = (object) => Object.keys(object)
|
|
17
|
+
.map((key) => `profile.${key}=${object[key].toString()}`)
|
|
18
|
+
.join('&');
|
|
19
|
+
class AdobeTarget {
|
|
20
|
+
constructor(userId, clientCode, traits, request) {
|
|
21
|
+
this.updateProfile = async () => {
|
|
22
|
+
const err = await this.lookupProfile(this.userId, this.clientCode);
|
|
23
|
+
if (err) {
|
|
24
|
+
throw err;
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
const traits = getNestedObjects(this.traits);
|
|
28
|
+
const requestUrl = `https://${this.clientCode}.tt.omtrdc.net/m2/${this.clientCode}/profile/update?mbox3rdPartyId=${this.userId}&${objectToQueryString(traits)}`;
|
|
29
|
+
return this.request(requestUrl, {
|
|
30
|
+
method: 'POST'
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
this.lookupProfile = async (userId, clientCode) => {
|
|
35
|
+
try {
|
|
36
|
+
await this.request(`https://${clientCode}.tt.omtrdc.net/rest/v1/profiles/thirdPartyId/${userId}?client=${clientCode}`, { method: 'get' });
|
|
37
|
+
}
|
|
38
|
+
catch (error) {
|
|
39
|
+
return new actions_core_1.IntegrationError('There is no profile found with this id', 'Profile not found', 404);
|
|
40
|
+
}
|
|
41
|
+
return undefined;
|
|
42
|
+
};
|
|
43
|
+
this.userId = userId;
|
|
44
|
+
this.clientCode = clientCode;
|
|
45
|
+
this.traits = traits;
|
|
46
|
+
this.request = request;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
exports.default = AdobeTarget;
|
|
50
|
+
//# sourceMappingURL=adobeTarget_operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"adobeTarget_operations.js","sourceRoot":"","sources":["../../../src/destinations/adobe-target/adobeTarget_operations.ts"],"names":[],"mappings":";;AAAA,wDAAuE;AAEvE,SAAS,gBAAgB,CAAC,GAAyB,EAAE,UAAU,GAAG,EAAE,EAAE,aAAsC,EAAE;IAC5G,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;QAC/B,MAAM,cAAc,GAAG,UAAU,CAAC,CAAC,CAAC,GAAG,UAAU,IAAI,GAAG,EAAE,CAAC,CAAC,CAAC,GAAG,CAAA;QAChE,IAAI,OAAO,GAAG,CAAC,GAAG,CAAC,KAAK,QAAQ,IAAI,GAAG,CAAC,GAAG,CAAC,EAAE;YAC5C,UAAU,CAAC,cAAc,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,CAAA;SACjD;aAAM;YACL,gBAAgB,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,cAAc,EAAE,UAAU,CAAC,CAAA;SACvD;IACH,CAAC,CAAC,CAAA;IACF,OAAO,UAAU,CAAA;AACnB,CAAC;AACD,MAAM,mBAAmB,GAAG,CAAC,MAAmD,EAAE,EAAE,CAClF,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC;KAChB,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,WAAW,GAAG,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC;KACxD,IAAI,CAAC,GAAG,CAAC,CAAA;AAEd,MAAqB,WAAW;IAM9B,YAAY,MAAc,EAAE,UAAkB,EAAE,MAAc,EAAE,OAAsB;QAOtF,kBAAa,GAAG,KAAK,IAAI,EAAE;YACzB,MAAM,GAAG,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,UAAU,CAAC,CAAA;YAClE,IAAI,GAAG,EAAE;gBACP,MAAM,GAAG,CAAA;aACV;iBAAM;gBACL,MAAM,MAAM,GAAG,gBAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA;gBAC5C,MAAM,UAAU,GAAG,WAAW,IAAI,CAAC,UAAU,qBAC3C,IAAI,CAAC,UACP,kCAAkC,IAAI,CAAC,MAAM,IAAI,mBAAmB,CAAC,MAAM,CAAC,EAAE,CAAA;gBAE9E,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE;oBAC9B,MAAM,EAAE,MAAM;iBACf,CAAC,CAAA;aACH;QACH,CAAC,CAAA;QAEO,kBAAa,GAAG,KAAK,EAAE,MAAc,EAAE,UAAkB,EAAyC,EAAE;YAC1G,IAAI;gBACF,MAAM,IAAI,CAAC,OAAO,CAChB,WAAW,UAAU,gDAAgD,MAAM,WAAW,UAAU,EAAE,EAClG,EAAE,MAAM,EAAE,KAAK,EAAE,CAClB,CAAA;aACF;YAAC,OAAO,KAAK,EAAE;gBACd,OAAO,IAAI,+BAAgB,CAAC,wCAAwC,EAAE,mBAAmB,EAAE,GAAG,CAAC,CAAA;aAChG;YAED,OAAO,SAAS,CAAA;QAClB,CAAC,CAAA;QAjCC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;QACpB,IAAI,CAAC,UAAU,GAAG,UAAU,CAAA;QAC5B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;QACpB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;IACxB,CAAC;CA8BF;AAzCD,8BAyCC"}
|
|
@@ -13,7 +13,7 @@ const destination = {
|
|
|
13
13
|
fields: {
|
|
14
14
|
client_code: {
|
|
15
15
|
label: 'Client Code',
|
|
16
|
-
description: 'Your Adobe Target client code. To find your client code in
|
|
16
|
+
description: 'Your Adobe Target client code. To find your client code in Adobe Target, navigate to **Administration > Implementation**. The client code is shown at the top under Account Details.',
|
|
17
17
|
type: 'string',
|
|
18
18
|
required: true
|
|
19
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/destinations/adobe-target/index.ts"],"names":[],"mappings":";;;;;AAGA,oEAA2C;AAE3C,MAAM,WAAW,GAAoC;IACnD,IAAI,EAAE,yBAAyB;IAC/B,IAAI,EAAE,4BAA4B;IAClC,IAAI,EAAE,OAAO;IAEb,cAAc,EAAE;QACd,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE;YACN,WAAW,EAAE;gBACX,KAAK,EAAE,aAAa;gBACpB,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/destinations/adobe-target/index.ts"],"names":[],"mappings":";;;;;AAGA,oEAA2C;AAE3C,MAAM,WAAW,GAAoC;IACnD,IAAI,EAAE,yBAAyB;IAC/B,IAAI,EAAE,4BAA4B;IAClC,IAAI,EAAE,OAAO;IAEb,cAAc,EAAE;QACd,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE;YACN,WAAW,EAAE;gBACX,KAAK,EAAE,aAAa;gBACpB,WAAW,EACT,sLAAsL;gBACxL,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;aACf;SACF;KACF;IACD,OAAO,EAAE;QACP,aAAa,EAAb,uBAAa;KACd;CACF,CAAA;AAED,kBAAe,WAAW,CAAA"}
|
|
@@ -1,57 +1,40 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const
|
|
4
|
-
function getnestedObjects(obj, objectPath = '') {
|
|
5
|
-
if (obj.traits) {
|
|
6
|
-
obj = obj.traits;
|
|
7
|
-
}
|
|
8
|
-
Object.keys(obj).forEach((key) => {
|
|
9
|
-
const currObjectPath = objectPath ? `${objectPath}.${key}` : key;
|
|
10
|
-
if (typeof obj[key] !== 'object' && obj[key]) {
|
|
11
|
-
attributes[currObjectPath] = obj[key].toString();
|
|
12
|
-
}
|
|
13
|
-
else {
|
|
14
|
-
getnestedObjects(obj[key], currObjectPath);
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
return attributes;
|
|
18
|
-
}
|
|
19
|
-
const objectToQueryString = (object) => Object.keys(object)
|
|
20
|
-
.map((key) => `profile.${key}=${object[key].toString()}`)
|
|
21
|
-
.join('&');
|
|
6
|
+
const adobeTarget_operations_1 = __importDefault(require("../adobeTarget_operations"));
|
|
22
7
|
const action = {
|
|
23
8
|
title: 'Update Profile',
|
|
24
|
-
description: '',
|
|
9
|
+
description: 'Update an existing user profile in Adobe Target.',
|
|
10
|
+
defaultSubscription: 'type = "identify"',
|
|
25
11
|
fields: {
|
|
26
12
|
user_id: {
|
|
27
|
-
label: '
|
|
28
|
-
description: "
|
|
13
|
+
label: 'Mbox 3rd Party ID',
|
|
14
|
+
description: "A user's unique visitor ID. This field is used to fetch a matching profile in Adobe Target to make an update on. For more information, please see our Adobe Target Destination documentation.",
|
|
29
15
|
type: 'string',
|
|
30
16
|
required: true,
|
|
31
17
|
default: {
|
|
32
|
-
'@
|
|
18
|
+
'@if': {
|
|
19
|
+
exists: { '@path': '$.userId' },
|
|
20
|
+
then: { '@path': '$.userId' },
|
|
21
|
+
else: { '@path': '$.anonymousId' }
|
|
22
|
+
}
|
|
33
23
|
}
|
|
34
24
|
},
|
|
35
25
|
traits: {
|
|
36
|
-
label: '
|
|
37
|
-
description:
|
|
26
|
+
label: 'Profile Attributes',
|
|
27
|
+
description: 'Profile parameters specific to a user.',
|
|
38
28
|
type: 'object',
|
|
39
29
|
required: true,
|
|
40
30
|
default: {
|
|
41
|
-
'@path': '$.
|
|
31
|
+
'@path': '$.traits'
|
|
42
32
|
}
|
|
43
33
|
}
|
|
44
34
|
},
|
|
45
|
-
perform: (request,
|
|
46
|
-
const
|
|
47
|
-
|
|
48
|
-
const clientCode = data.settings.client_code;
|
|
49
|
-
const userId = data.payload.user_id;
|
|
50
|
-
const traits = getnestedObjects(data.payload.traits);
|
|
51
|
-
const requestUrl = `https://${clientCode}.tt.omtrdc.net/m2/${clientCode}/profile/update?mbox3rdPartyId=${userId}&${objectToQueryString(traits)}`;
|
|
52
|
-
return request(requestUrl, {
|
|
53
|
-
method: 'POST'
|
|
54
|
-
});
|
|
35
|
+
perform: async (request, { settings, payload }) => {
|
|
36
|
+
const at = new adobeTarget_operations_1.default(payload.user_id, settings.client_code, payload.traits, request);
|
|
37
|
+
return await at.updateProfile();
|
|
55
38
|
}
|
|
56
39
|
};
|
|
57
40
|
exports.default = action;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/adobe-target/updateProfile/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/adobe-target/updateProfile/index.ts"],"names":[],"mappings":";;;;;AAEA,uFAAmD;AAGnD,MAAM,MAAM,GAAwC;IAClD,KAAK,EAAE,gBAAgB;IACvB,WAAW,EAAE,kDAAkD;IAC/D,mBAAmB,EAAE,mBAAmB;IACxC,MAAM,EAAE;QACN,OAAO,EAAE;YACP,KAAK,EAAE,mBAAmB;YAC1B,WAAW,EACT,+LAA+L;YACjM,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE;gBACP,KAAK,EAAE;oBACL,MAAM,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;oBAC/B,IAAI,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;oBAC7B,IAAI,EAAE,EAAE,OAAO,EAAE,eAAe,EAAE;iBACnC;aACF;SACF;QACD,MAAM,EAAE;YACN,KAAK,EAAE,oBAAoB;YAC3B,WAAW,EAAE,wCAAwC;YACrD,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE;gBACP,OAAO,EAAE,UAAU;aACpB;SACF;KACF;IAED,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE;QAChD,MAAM,EAAE,GAAgB,IAAI,gCAAW,CAAC,OAAO,CAAC,OAAO,EAAE,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;QACvG,OAAO,MAAM,EAAE,CAAC,aAAa,EAAE,CAAA;IACjC,CAAC;CACF,CAAA;AAED,kBAAe,MAAM,CAAA"}
|
|
@@ -28,13 +28,14 @@ const path_1 = __importDefault(require("path"));
|
|
|
28
28
|
exports.destinations = {};
|
|
29
29
|
exports.manifest = {};
|
|
30
30
|
register('60f64ae3eaebd66d17d28e9f', './1plusx');
|
|
31
|
-
register('
|
|
31
|
+
register('61aa712b857e8c85c3b5a849', './adobe-target');
|
|
32
32
|
register('5f7dd6d21ad74f3842b1fc47', './amplitude');
|
|
33
33
|
register('60f9d0d048950c356be2e4da', './braze');
|
|
34
34
|
register('61d7456b078e79929de4ee8c', './clevertap');
|
|
35
35
|
register('61f8296b7d15c30a3bbe2b76', './close');
|
|
36
36
|
register('61eed75ba749df7601b12186', './cordial');
|
|
37
37
|
register('5f7dd78fe27ce7ff2b8bfa37', './customerio');
|
|
38
|
+
register('61806e472cd47ea1104885fc', './facebook-conversions-api');
|
|
38
39
|
register('61dde0dc77eb0db0392649d3', './friendbuy');
|
|
39
40
|
register('61f83101210c42a28a88d240', './gainsight-px-cloud-action');
|
|
40
41
|
register('60ad61f9ff47a16b8fb7b5d9', './google-analytics-4');
|
|
@@ -50,7 +51,6 @@ register('615cae349d109d6b7496a131', './tiktok-conversions');
|
|
|
50
51
|
register('602efa1f249b9a5e2bf8a813', './twilio');
|
|
51
52
|
register('614a3c7d791c91c41bae7599', './webhook');
|
|
52
53
|
register('61dc4e96894a6d7954cc6e45', './voyage');
|
|
53
|
-
register('61aa712b857e8c85c3b5a849', './adobe-target');
|
|
54
54
|
function register(id, destinationPath) {
|
|
55
55
|
const definition = require(destinationPath).default;
|
|
56
56
|
const resolvedPath = require.resolve(destinationPath);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/destinations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AACA,wDAAmD;AACnD,gDAAuB;AAWV,QAAA,YAAY,GAA0C,EAAE,CAAA;AACxD,QAAA,QAAQ,GAAsC,EAAE,CAAA;AAU7D,QAAQ,CAAC,0BAA0B,EAAE,UAAU,CAAC,CAAA;AAChD,QAAQ,CAAC,0BAA0B,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/destinations/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@segment/action-destinations",
|
|
3
3
|
"description": "Destination Actions engine and definitions.",
|
|
4
|
-
"version": "3.46.1-alpha.
|
|
4
|
+
"version": "3.46.1-alpha.5",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/segmentio/action-destinations",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@amplitude/ua-parser-js": "^0.7.25",
|
|
41
41
|
"@segment/actions-core": "^3.21.1",
|
|
42
|
-
"@segment/actions-shared": "^1.2.1-alpha.
|
|
42
|
+
"@segment/actions-shared": "^1.2.1-alpha.5",
|
|
43
43
|
"cheerio": "^1.0.0-rc.10",
|
|
44
44
|
"dayjs": "^1.10.7",
|
|
45
45
|
"escape-goat": "^3",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"<rootDir>/test/setup-after-env.ts"
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "cb76d84076e67123117abdf9854d021446069597"
|
|
66
66
|
}
|