@segment/action-destinations 3.260.0 → 3.260.1-staging.1
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/amazon-ads/generated-types.d.ts +9 -0
- package/dist/destinations/amazon-ads/index.d.ts +2 -2
- package/dist/destinations/amazon-ads/index.js +174 -3
- package/dist/destinations/amazon-ads/index.js.map +1 -1
- package/dist/destinations/amazon-ads/syncAudiences/generated-types.d.ts +19 -0
- package/dist/destinations/amazon-ads/syncAudiences/index.js +158 -7
- package/dist/destinations/amazon-ads/syncAudiences/index.js.map +1 -1
- package/dist/destinations/amazon-ads/utils.d.ts +25 -0
- package/dist/destinations/amazon-ads/utils.js +8 -0
- package/dist/destinations/amazon-ads/utils.js.map +1 -0
- package/dist/destinations/display-video-360/addToAudience/index.js +2 -1
- package/dist/destinations/display-video-360/addToAudience/index.js.map +1 -1
- package/dist/destinations/engage/sendgrid/Profile.d.ts +6 -0
- package/dist/destinations/{spiffy/generated-types.js → engage/sendgrid/Profile.js} +1 -1
- package/dist/destinations/engage/sendgrid/Profile.js.map +1 -0
- package/dist/destinations/engage/sendgrid/previewApiLookup/api-lookups.d.ts +21 -0
- package/dist/destinations/engage/sendgrid/previewApiLookup/api-lookups.js +174 -0
- package/dist/destinations/engage/sendgrid/previewApiLookup/api-lookups.js.map +1 -0
- package/dist/destinations/engage/utils/EngageActionPerformer.js +17 -2
- package/dist/destinations/engage/utils/EngageActionPerformer.js.map +1 -1
- package/dist/destinations/engage/utils/operationTracking/OperationFinallyHooks.d.ts +3 -0
- package/dist/destinations/engage/utils/operationTracking/OperationFinallyHooks.js +15 -0
- package/dist/destinations/engage/utils/operationTracking/OperationFinallyHooks.js.map +1 -1
- package/dist/destinations/engage/utils/track.d.ts +3 -0
- package/dist/destinations/google-enhanced-conversions/functions.js.map +1 -1
- package/dist/destinations/hubspot/upsertCustomObjectRecord/index.js +2 -2
- package/dist/destinations/hubspot/upsertCustomObjectRecord/index.js.map +1 -1
- package/dist/destinations/index.js +0 -2
- package/dist/destinations/index.js.map +1 -1
- package/dist/destinations/kameleoon/index.js +9 -15
- package/dist/destinations/kameleoon/index.js.map +1 -1
- package/dist/destinations/kameleoon/logEvent/generated-types.d.ts +0 -2
- package/dist/destinations/kameleoon/logEvent/index.js +1 -13
- package/dist/destinations/kameleoon/logEvent/index.js.map +1 -1
- package/dist/destinations/klaviyo/functions.d.ts +7 -4
- package/dist/destinations/klaviyo/functions.js +80 -1
- package/dist/destinations/klaviyo/functions.js.map +1 -1
- package/dist/destinations/klaviyo/index.js +3 -1
- package/dist/destinations/klaviyo/index.js.map +1 -1
- package/dist/destinations/klaviyo/orderCompleted/generated-types.d.ts +1 -4
- package/dist/destinations/klaviyo/orderCompleted/index.js +6 -15
- package/dist/destinations/klaviyo/orderCompleted/index.js.map +1 -1
- package/dist/destinations/klaviyo/removeProfile/generated-types.d.ts +6 -0
- package/dist/destinations/klaviyo/removeProfile/generated-types.js.map +1 -0
- package/dist/destinations/{spiffy/send → klaviyo/removeProfile}/index.d.ts +2 -2
- package/dist/destinations/klaviyo/removeProfile/index.js +59 -0
- package/dist/destinations/klaviyo/removeProfile/index.js.map +1 -0
- package/dist/destinations/klaviyo/trackEvent/index.js +1 -0
- package/dist/destinations/klaviyo/trackEvent/index.js.map +1 -1
- package/dist/destinations/klaviyo/types.d.ts +100 -1
- package/dist/destinations/klaviyo/upsertProfile/index.js +29 -19
- package/dist/destinations/klaviyo/upsertProfile/index.js.map +1 -1
- package/dist/destinations/marketo-static-lists/addToList/index.js +4 -2
- package/dist/destinations/marketo-static-lists/addToList/index.js.map +1 -1
- package/dist/destinations/mixpanel/utils.d.ts +13 -0
- package/dist/destinations/mixpanel/utils.js +117 -0
- package/dist/destinations/mixpanel/utils.js.map +1 -0
- package/dist/destinations/moloco-rmp/index.js +2 -2
- package/dist/destinations/responsys/asyncMergePetRecords/generated-types.d.ts +14 -0
- package/dist/destinations/responsys/asyncMergePetRecords/generated-types.js.map +1 -0
- package/dist/destinations/{kameleoon/identify → responsys/asyncMergePetRecords}/index.d.ts +1 -1
- package/dist/destinations/responsys/asyncMergePetRecords/index.js +113 -0
- package/dist/destinations/responsys/asyncMergePetRecords/index.js.map +1 -0
- package/dist/destinations/responsys/asyncMergeProfileListMembers/generated-types.d.ts +20 -0
- package/dist/destinations/responsys/asyncMergeProfileListMembers/generated-types.js.map +1 -0
- package/dist/destinations/{kameleoon/page → responsys/asyncMergeProfileListMembers}/index.d.ts +1 -1
- package/dist/destinations/responsys/asyncMergeProfileListMembers/index.js +174 -0
- package/dist/destinations/responsys/asyncMergeProfileListMembers/index.js.map +1 -0
- package/dist/destinations/responsys/rsp-operations.d.ts +14 -0
- package/dist/destinations/responsys/rsp-operations.js +33 -0
- package/dist/destinations/responsys/rsp-operations.js.map +1 -0
- package/dist/destinations/responsys/rsp-properties.d.ts +4 -0
- package/dist/destinations/responsys/rsp-properties.js +27 -0
- package/dist/destinations/responsys/rsp-properties.js.map +1 -0
- package/dist/destinations/segment/segment-properties.d.ts +1 -0
- package/dist/destinations/segment/segment-properties.js +8 -1
- package/dist/destinations/segment/segment-properties.js.map +1 -1
- package/dist/destinations/segment/sendGroup/generated-types.d.ts +1 -0
- package/dist/destinations/segment/sendGroup/index.js +2 -0
- package/dist/destinations/segment/sendGroup/index.js.map +1 -1
- package/dist/destinations/segment/sendIdentify/generated-types.d.ts +1 -0
- package/dist/destinations/segment/sendIdentify/index.js +2 -0
- package/dist/destinations/segment/sendIdentify/index.js.map +1 -1
- package/dist/destinations/segment/sendPage/generated-types.d.ts +1 -0
- package/dist/destinations/segment/sendPage/index.js +2 -0
- package/dist/destinations/segment/sendPage/index.js.map +1 -1
- package/dist/destinations/segment/sendScreen/generated-types.d.ts +1 -0
- package/dist/destinations/segment/sendScreen/index.js +2 -0
- package/dist/destinations/segment/sendScreen/index.js.map +1 -1
- package/dist/destinations/segment/sendTrack/generated-types.d.ts +1 -0
- package/dist/destinations/segment/sendTrack/index.js +2 -0
- package/dist/destinations/segment/sendTrack/index.js.map +1 -1
- package/dist/destinations/segment-profiles/segment-properties.d.ts +1 -0
- package/dist/destinations/segment-profiles/segment-properties.js +8 -1
- package/dist/destinations/segment-profiles/segment-properties.js.map +1 -1
- package/dist/destinations/segment-profiles/sendGroup/generated-types.d.ts +1 -0
- package/dist/destinations/segment-profiles/sendGroup/index.js +3 -1
- package/dist/destinations/segment-profiles/sendGroup/index.js.map +1 -1
- package/dist/destinations/segment-profiles/sendIdentify/generated-types.d.ts +1 -0
- package/dist/destinations/segment-profiles/sendIdentify/index.js +3 -1
- package/dist/destinations/segment-profiles/sendIdentify/index.js.map +1 -1
- package/dist/destinations/segment-profiles/sendSubscription/generated-types.d.ts +1 -0
- package/dist/destinations/segment-profiles/sendSubscription/index.js +3 -1
- package/dist/destinations/segment-profiles/sendSubscription/index.js.map +1 -1
- package/dist/destinations/segment-profiles/sendSubscription/subscription-properties.d.ts +1 -0
- package/dist/destinations/segment-profiles/sendSubscription/subscription-properties.js +8 -1
- package/dist/destinations/segment-profiles/sendSubscription/subscription-properties.js.map +1 -1
- package/dist/destinations/segment-profiles/sendTrack/generated-types.d.ts +1 -0
- package/dist/destinations/segment-profiles/sendTrack/index.js +3 -1
- package/dist/destinations/segment-profiles/sendTrack/index.js.map +1 -1
- package/dist/destinations/snap-conversions-api/_tests_/capiV2tests.d.ts +1 -0
- package/dist/destinations/snap-conversions-api/_tests_/capiV2tests.js +381 -0
- package/dist/destinations/snap-conversions-api/_tests_/capiV2tests.js.map +1 -0
- package/dist/destinations/snap-conversions-api/_tests_/capiV3tests.d.ts +1 -0
- package/dist/destinations/snap-conversions-api/_tests_/capiV3tests.js +581 -0
- package/dist/destinations/snap-conversions-api/_tests_/capiV3tests.js.map +1 -0
- package/dist/destinations/snap-conversions-api/_tests_/index.test.js +488 -420
- package/dist/destinations/snap-conversions-api/_tests_/index.test.js.map +1 -1
- package/dist/destinations/snap-conversions-api/index.js +42 -42
- package/dist/destinations/snap-conversions-api/index.js.map +1 -1
- package/dist/destinations/snap-conversions-api/reportConversionEvent/generated-types.d.ts +18 -97
- package/dist/destinations/snap-conversions-api/reportConversionEvent/index.js +29 -7
- package/dist/destinations/snap-conversions-api/reportConversionEvent/index.js.map +1 -1
- package/dist/destinations/snap-conversions-api/reportConversionEvent/snap-capi-v2.d.ts +4 -0
- package/dist/destinations/snap-conversions-api/reportConversionEvent/snap-capi-v2.js +97 -0
- package/dist/destinations/snap-conversions-api/reportConversionEvent/snap-capi-v2.js.map +1 -0
- package/dist/destinations/snap-conversions-api/reportConversionEvent/snap-capi-v3.d.ts +4 -0
- package/dist/destinations/snap-conversions-api/reportConversionEvent/snap-capi-v3.js +119 -593
- package/dist/destinations/snap-conversions-api/reportConversionEvent/snap-capi-v3.js.map +1 -1
- package/dist/destinations/snap-conversions-api/reportConversionEvent/utils.d.ts +4 -3
- package/dist/destinations/snap-conversions-api/reportConversionEvent/utils.js +1 -6
- package/dist/destinations/snap-conversions-api/reportConversionEvent/utils.js.map +1 -1
- package/dist/destinations/snap-conversions-api/snap-capi-properties.d.ts +30 -0
- package/dist/destinations/snap-conversions-api/snap-capi-properties.js +316 -0
- package/dist/destinations/snap-conversions-api/snap-capi-properties.js.map +1 -0
- package/dist/destinations/stackadapt/forwardEvent/generated-types.d.ts +4 -4
- package/dist/destinations/stackadapt/forwardEvent/index.js +7 -11
- package/dist/destinations/stackadapt/forwardEvent/index.js.map +1 -1
- package/dist/destinations/tiktok-offline-conversions/reportOfflineEvent/formatter.d.ts +3 -0
- package/dist/destinations/tiktok-offline-conversions/reportOfflineEvent/formatter.js +43 -0
- package/dist/destinations/tiktok-offline-conversions/reportOfflineEvent/formatter.js.map +1 -0
- package/package.json +4 -4
- package/dist/destinations/kameleoon/group/generated-types.d.ts +0 -11
- package/dist/destinations/kameleoon/group/generated-types.js.map +0 -1
- package/dist/destinations/kameleoon/group/index.d.ts +0 -5
- package/dist/destinations/kameleoon/group/index.js +0 -85
- package/dist/destinations/kameleoon/group/index.js.map +0 -1
- package/dist/destinations/kameleoon/identify/generated-types.d.ts +0 -10
- package/dist/destinations/kameleoon/identify/generated-types.js.map +0 -1
- package/dist/destinations/kameleoon/identify/index.js +0 -78
- package/dist/destinations/kameleoon/identify/index.js.map +0 -1
- package/dist/destinations/kameleoon/page/generated-types.d.ts +0 -14
- package/dist/destinations/kameleoon/page/generated-types.js.map +0 -1
- package/dist/destinations/kameleoon/page/index.js +0 -90
- package/dist/destinations/kameleoon/page/index.js.map +0 -1
- package/dist/destinations/snap-conversions-api/reportConversionEvent/snap-capi-input-fields-deprecated.d.ts +0 -31
- package/dist/destinations/snap-conversions-api/reportConversionEvent/snap-capi-input-fields-deprecated.js +0 -174
- package/dist/destinations/snap-conversions-api/reportConversionEvent/snap-capi-input-fields-deprecated.js.map +0 -1
- package/dist/destinations/snap-conversions-api/reportConversionEvent/snap-capi-input-fields-v3.d.ts +0 -16
- package/dist/destinations/snap-conversions-api/reportConversionEvent/snap-capi-input-fields-v3.js +0 -640
- package/dist/destinations/snap-conversions-api/reportConversionEvent/snap-capi-input-fields-v3.js.map +0 -1
- package/dist/destinations/spiffy/generated-types.d.ts +0 -5
- package/dist/destinations/spiffy/generated-types.js.map +0 -1
- package/dist/destinations/spiffy/index.d.ts +0 -4
- package/dist/destinations/spiffy/index.js +0 -62
- package/dist/destinations/spiffy/index.js.map +0 -1
- package/dist/destinations/spiffy/send/generated-types.d.ts +0 -8
- package/dist/destinations/spiffy/send/generated-types.js +0 -3
- package/dist/destinations/spiffy/send/generated-types.js.map +0 -1
- package/dist/destinations/spiffy/send/index.js +0 -42
- package/dist/destinations/spiffy/send/index.js.map +0 -1
- package/dist/destinations/xtremepush/generated-types.d.ts +0 -4
- package/dist/destinations/xtremepush/generated-types.js +0 -3
- package/dist/destinations/xtremepush/generated-types.js.map +0 -1
- package/dist/destinations/xtremepush/identify/generated-types.d.ts +0 -14
- package/dist/destinations/xtremepush/identify/generated-types.js +0 -3
- package/dist/destinations/xtremepush/identify/generated-types.js.map +0 -1
- package/dist/destinations/xtremepush/identify/index.d.ts +0 -5
- package/dist/destinations/xtremepush/identify/index.js +0 -87
- package/dist/destinations/xtremepush/identify/index.js.map +0 -1
- package/dist/destinations/xtremepush/index.d.ts +0 -4
- package/dist/destinations/xtremepush/index.js +0 -66
- package/dist/destinations/xtremepush/index.js.map +0 -1
- package/dist/destinations/xtremepush/track/generated-types.d.ts +0 -15
- package/dist/destinations/xtremepush/track/generated-types.js +0 -3
- package/dist/destinations/xtremepush/track/generated-types.js.map +0 -1
- package/dist/destinations/xtremepush/track/index.d.ts +0 -5
- package/dist/destinations/xtremepush/track/index.js +0 -95
- package/dist/destinations/xtremepush/track/index.js.map +0 -1
- /package/dist/destinations/{kameleoon/group → klaviyo/removeProfile}/generated-types.js +0 -0
- /package/dist/destinations/{kameleoon/identify → responsys/asyncMergePetRecords}/generated-types.js +0 -0
- /package/dist/destinations/{kameleoon/page → responsys/asyncMergeProfileListMembers}/generated-types.js +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { AudienceDestinationDefinition } from '@segment/actions-core';
|
|
2
|
-
import type { Settings } from './generated-types';
|
|
3
|
-
declare const destination: AudienceDestinationDefinition<Settings>;
|
|
2
|
+
import type { Settings, AudienceSettings } from './generated-types';
|
|
3
|
+
declare const destination: AudienceDestinationDefinition<Settings, AudienceSettings>;
|
|
4
4
|
export default destination;
|
|
@@ -4,6 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const actions_core_1 = require("@segment/actions-core");
|
|
7
|
+
const utils_1 = require("./utils");
|
|
7
8
|
const syncAudiences_1 = __importDefault(require("./syncAudiences"));
|
|
8
9
|
const destination = {
|
|
9
10
|
name: 'Amazon Ads',
|
|
@@ -20,12 +21,15 @@ const destination = {
|
|
|
20
21
|
{ label: 'Europe (EU)', value: 'https://advertising-api-eu.amazon.com' },
|
|
21
22
|
{ label: 'Far East (FE)', value: 'https://advertising-api-fe.amazon.com' }
|
|
22
23
|
],
|
|
23
|
-
default: '
|
|
24
|
+
default: 'https://advertising-api.amazon.com',
|
|
24
25
|
type: 'string',
|
|
25
26
|
required: true
|
|
26
27
|
}
|
|
27
28
|
},
|
|
28
29
|
testAuthentication: async (request, { auth }) => {
|
|
30
|
+
if (!process.env.ACTIONS_AMAZON_ADS_CLIENT_ID) {
|
|
31
|
+
throw new actions_core_1.IntegrationError('Missing amazon API client ID', 'MISSING_REQUIRED_FIELD', 400);
|
|
32
|
+
}
|
|
29
33
|
if (!auth?.accessToken) {
|
|
30
34
|
throw new actions_core_1.InvalidAuthenticationError('Please authenticate via Oauth before enabling the destination.');
|
|
31
35
|
}
|
|
@@ -68,15 +72,182 @@ const destination = {
|
|
|
68
72
|
extendRequest({ auth }) {
|
|
69
73
|
return {
|
|
70
74
|
headers: {
|
|
71
|
-
authorization: `Bearer ${auth?.accessToken}
|
|
75
|
+
authorization: `Bearer ${auth?.accessToken}`,
|
|
76
|
+
'Amazon-Advertising-API-ClientID': process.env.ACTIONS_AMAZON_ADS_CLIENT_ID || ''
|
|
72
77
|
}
|
|
73
78
|
};
|
|
74
79
|
},
|
|
75
|
-
audienceFields: {
|
|
80
|
+
audienceFields: {
|
|
81
|
+
description: {
|
|
82
|
+
type: 'string',
|
|
83
|
+
label: 'Description',
|
|
84
|
+
required: true,
|
|
85
|
+
description: 'The audience description. Must be an alphanumeric, non-null string between 0 to 1000 characters in length.'
|
|
86
|
+
},
|
|
87
|
+
countryCode: {
|
|
88
|
+
type: 'string',
|
|
89
|
+
label: 'Country Code',
|
|
90
|
+
required: false,
|
|
91
|
+
description: 'A String value representing ISO 3166-1 alpha-2 country code for the members in this audience.'
|
|
92
|
+
},
|
|
93
|
+
externalAudienceId: {
|
|
94
|
+
type: 'string',
|
|
95
|
+
label: 'External Audience Id',
|
|
96
|
+
required: true,
|
|
97
|
+
description: 'The user-defined audience identifier.'
|
|
98
|
+
},
|
|
99
|
+
cpmCents: {
|
|
100
|
+
label: 'CPM Cents',
|
|
101
|
+
type: 'number',
|
|
102
|
+
description: `Cost per thousand impressions (CPM) in cents. For example, $1.00 = 100 cents.`
|
|
103
|
+
},
|
|
104
|
+
currency: {
|
|
105
|
+
label: 'Currency',
|
|
106
|
+
type: 'string',
|
|
107
|
+
description: `The price paid. Base units depend on the currency. As an example, USD should be reported as Dollars.Cents, whereas JPY should be reported as a whole number of Yen. All provided values will be rounded to two digits with toFixed(2)`
|
|
108
|
+
},
|
|
109
|
+
ttl: {
|
|
110
|
+
type: 'number',
|
|
111
|
+
label: 'Time-to-live',
|
|
112
|
+
required: false,
|
|
113
|
+
description: 'Time-to-live in seconds. The amount of time the record is associated with the audience.'
|
|
114
|
+
},
|
|
115
|
+
advertiserId: {
|
|
116
|
+
label: 'Advertiser ID',
|
|
117
|
+
description: 'Advertiser Id',
|
|
118
|
+
type: 'string',
|
|
119
|
+
required: true
|
|
120
|
+
}
|
|
121
|
+
},
|
|
76
122
|
audienceConfig: {
|
|
77
123
|
mode: {
|
|
78
124
|
type: 'synced',
|
|
79
125
|
full_audience_sync: false
|
|
126
|
+
},
|
|
127
|
+
async createAudience(request, createAudienceInput) {
|
|
128
|
+
const { audienceName, statsContext } = createAudienceInput;
|
|
129
|
+
const endpoint = createAudienceInput.settings.region;
|
|
130
|
+
const description = createAudienceInput.audienceSettings?.description;
|
|
131
|
+
const advertiser_id = createAudienceInput.audienceSettings?.advertiserId;
|
|
132
|
+
const external_audience_id = createAudienceInput.audienceSettings?.externalAudienceId;
|
|
133
|
+
const country_code = createAudienceInput.audienceSettings?.countryCode;
|
|
134
|
+
const ttl = createAudienceInput.audienceSettings?.ttl;
|
|
135
|
+
const currency = createAudienceInput.audienceSettings?.currency;
|
|
136
|
+
const cpm_cents = createAudienceInput.audienceSettings?.cpmCents;
|
|
137
|
+
const { statsClient, tags: statsTags } = statsContext || {};
|
|
138
|
+
const statsName = 'createAmazonAudience';
|
|
139
|
+
statsTags?.push(`slug:${destination.slug}`);
|
|
140
|
+
statsClient?.incr(`${statsName}.intialise`, 1, statsTags);
|
|
141
|
+
if (!advertiser_id) {
|
|
142
|
+
throw new actions_core_1.IntegrationError('Missing advertiserId value', 'MISSING_REQUIRED_FIELD', 400);
|
|
143
|
+
}
|
|
144
|
+
if (!description) {
|
|
145
|
+
throw new actions_core_1.IntegrationError('Missing Description value', 'MISSING_REQUIRED_FIELD', 400);
|
|
146
|
+
}
|
|
147
|
+
if (!external_audience_id) {
|
|
148
|
+
throw new actions_core_1.IntegrationError('Missing External Audience Id value', 'MISSING_REQUIRED_FIELD', 400);
|
|
149
|
+
}
|
|
150
|
+
if (!audienceName) {
|
|
151
|
+
throw new actions_core_1.IntegrationError('Missing Audience name value', 'MISSING_REQUIRED_FIELD', 400);
|
|
152
|
+
}
|
|
153
|
+
const payload = {
|
|
154
|
+
name: audienceName,
|
|
155
|
+
description: description,
|
|
156
|
+
targetResource: {
|
|
157
|
+
advertiserId: advertiser_id
|
|
158
|
+
},
|
|
159
|
+
metadata: {
|
|
160
|
+
externalAudienceId: external_audience_id
|
|
161
|
+
}
|
|
162
|
+
};
|
|
163
|
+
if (country_code) {
|
|
164
|
+
payload.countryCode = country_code;
|
|
165
|
+
}
|
|
166
|
+
if (ttl) {
|
|
167
|
+
payload.metadata.ttl = ttl;
|
|
168
|
+
}
|
|
169
|
+
if (cpm_cents && currency) {
|
|
170
|
+
payload.metadata.audienceFees = [];
|
|
171
|
+
payload.metadata?.audienceFees.push({
|
|
172
|
+
currency,
|
|
173
|
+
cpmCents: cpm_cents
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
statsTags?.push(`slug:${destination.slug}`);
|
|
177
|
+
statsClient?.incr(`${statsName}.call`, 1, statsTags);
|
|
178
|
+
try {
|
|
179
|
+
let payloadString = JSON.stringify(payload);
|
|
180
|
+
const regex = /"advertiserId":"(\d+)"/;
|
|
181
|
+
payloadString = payloadString.replace(regex, '"advertiserId":$1');
|
|
182
|
+
const response = await request(`${endpoint}/amc/audiences/metadata`, {
|
|
183
|
+
method: 'POST',
|
|
184
|
+
body: payloadString,
|
|
185
|
+
headers: {
|
|
186
|
+
'Content-Type': 'application/vnd.amcaudiences.v1+json'
|
|
187
|
+
}
|
|
188
|
+
});
|
|
189
|
+
const r = await response.json();
|
|
190
|
+
const externalId = r?.audienceId;
|
|
191
|
+
if (!externalId) {
|
|
192
|
+
statsClient?.incr(`${statsName}.error`, 1, statsTags);
|
|
193
|
+
throw new actions_core_1.IntegrationError('Invalid response from create audience request', 'INVALID_RESPONSE', 400);
|
|
194
|
+
}
|
|
195
|
+
statsClient?.incr(`${statsName}.success`, 1, statsTags);
|
|
196
|
+
return {
|
|
197
|
+
externalId
|
|
198
|
+
};
|
|
199
|
+
}
|
|
200
|
+
catch (e) {
|
|
201
|
+
if (e instanceof utils_1.AmazonAdsError) {
|
|
202
|
+
const message = JSON.parse(e.response?.data?.message || '');
|
|
203
|
+
throw new actions_core_1.APIError(message, e.response?.status);
|
|
204
|
+
}
|
|
205
|
+
else if (e instanceof actions_core_1.IntegrationError) {
|
|
206
|
+
throw new actions_core_1.APIError(e.message, 400);
|
|
207
|
+
}
|
|
208
|
+
else {
|
|
209
|
+
throw e;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
async getAudience(request, getAudienceInput) {
|
|
214
|
+
const { statsContext } = getAudienceInput;
|
|
215
|
+
const audience_id = getAudienceInput.externalId;
|
|
216
|
+
const endpoint = getAudienceInput.settings.region;
|
|
217
|
+
const { statsClient, tags: statsTags } = statsContext || {};
|
|
218
|
+
const statsName = 'getAudience';
|
|
219
|
+
statsTags?.push(`slug:${destination.slug}`);
|
|
220
|
+
statsClient?.incr(`${statsName}.call`, 1, statsTags);
|
|
221
|
+
if (!audience_id) {
|
|
222
|
+
throw new actions_core_1.IntegrationError('Missing audience_id value', 'MISSING_REQUIRED_FIELD', 400);
|
|
223
|
+
}
|
|
224
|
+
try {
|
|
225
|
+
const response = await request(`${endpoint}/amc/audiences/metadata/${audience_id}`, {
|
|
226
|
+
method: 'GET'
|
|
227
|
+
});
|
|
228
|
+
const r = await response.json();
|
|
229
|
+
const externalId = r?.audienceId;
|
|
230
|
+
if (externalId != getAudienceInput.externalId) {
|
|
231
|
+
statsClient?.incr(`${statsName}.error`, 1, statsTags);
|
|
232
|
+
throw new actions_core_1.IntegrationError("Unable to verify ownership over audience. Segment Audience ID doesn't match Amazon Ads ID.", 'INVALID_REQUEST_DATA', 400);
|
|
233
|
+
}
|
|
234
|
+
statsClient?.incr(`${statsName}.success`, 1, statsTags);
|
|
235
|
+
return {
|
|
236
|
+
externalId
|
|
237
|
+
};
|
|
238
|
+
}
|
|
239
|
+
catch (e) {
|
|
240
|
+
if (e instanceof utils_1.AmazonAdsError) {
|
|
241
|
+
const message = JSON.parse(e.response?.data?.message || '');
|
|
242
|
+
throw new actions_core_1.APIError(message, e.response?.status);
|
|
243
|
+
}
|
|
244
|
+
else if (e instanceof actions_core_1.IntegrationError) {
|
|
245
|
+
throw new actions_core_1.APIError(e.message, 400);
|
|
246
|
+
}
|
|
247
|
+
else {
|
|
248
|
+
throw e;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
80
251
|
}
|
|
81
252
|
},
|
|
82
253
|
actions: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/destinations/amazon-ads/index.ts"],"names":[],"mappings":";;;;;AACA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/destinations/amazon-ads/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +1,21 @@
|
|
|
1
1
|
export interface Payload {
|
|
2
|
+
records: {
|
|
3
|
+
externalUserId: string;
|
|
4
|
+
action: string;
|
|
5
|
+
countryCode?: string;
|
|
6
|
+
measurements?: {
|
|
7
|
+
[k: string]: unknown;
|
|
8
|
+
};
|
|
9
|
+
hashedPII: {
|
|
10
|
+
firstname?: string;
|
|
11
|
+
address?: string;
|
|
12
|
+
phone?: string;
|
|
13
|
+
city?: string;
|
|
14
|
+
state?: string;
|
|
15
|
+
email?: string;
|
|
16
|
+
lastname?: string;
|
|
17
|
+
postal?: string;
|
|
18
|
+
}[];
|
|
19
|
+
}[];
|
|
20
|
+
audienceId: number;
|
|
2
21
|
}
|
|
@@ -1,15 +1,166 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
10
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
11
|
+
}) : function(o, v) {
|
|
12
|
+
o["default"] = v;
|
|
13
|
+
});
|
|
14
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
15
|
+
if (mod && mod.__esModule) return mod;
|
|
16
|
+
var result = {};
|
|
17
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
18
|
+
__setModuleDefault(result, mod);
|
|
19
|
+
return result;
|
|
20
|
+
};
|
|
2
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
const actions_core_1 = require("@segment/actions-core");
|
|
23
|
+
const utils_1 = require("../utils");
|
|
24
|
+
const crypto = __importStar(require("crypto"));
|
|
3
25
|
const action = {
|
|
4
|
-
title: 'Sync
|
|
26
|
+
title: 'Sync Audience',
|
|
5
27
|
description: 'Sync audiences from Segment to Amazon Ads Audience.',
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
28
|
+
defaultSubscription: 'event = "Audience Entered" or event = "Audience Exited"',
|
|
29
|
+
fields: {
|
|
30
|
+
records: {
|
|
31
|
+
label: 'Records',
|
|
32
|
+
description: 'Records to create and upload audiences to Amazon DSP.',
|
|
33
|
+
type: 'object',
|
|
34
|
+
multiple: true,
|
|
35
|
+
required: true,
|
|
36
|
+
properties: {
|
|
37
|
+
externalUserId: {
|
|
38
|
+
label: 'External User ID',
|
|
39
|
+
description: 'This is an external user identifier defined by data providers.',
|
|
40
|
+
type: 'string',
|
|
41
|
+
required: true
|
|
42
|
+
},
|
|
43
|
+
action: {
|
|
44
|
+
label: 'User Action',
|
|
45
|
+
description: 'A specific key used to define action type.',
|
|
46
|
+
type: 'string',
|
|
47
|
+
required: true,
|
|
48
|
+
choices: [
|
|
49
|
+
{ label: `Create`, value: 'CREATE' },
|
|
50
|
+
{ label: 'Delete', value: 'DELETE' }
|
|
51
|
+
],
|
|
52
|
+
default: 'CREATE'
|
|
53
|
+
},
|
|
54
|
+
countryCode: {
|
|
55
|
+
label: 'Country Code',
|
|
56
|
+
description: 'A String value representing ISO 3166-1 alpha-2 country code for the members in this audience.',
|
|
57
|
+
type: 'string'
|
|
58
|
+
},
|
|
59
|
+
measurements: {
|
|
60
|
+
label: 'Measurements',
|
|
61
|
+
type: 'object'
|
|
62
|
+
},
|
|
63
|
+
hashedPII: {
|
|
64
|
+
label: `hashed PII`,
|
|
65
|
+
description: 'List of hashed personally-identifiable information records to be matched with Amazon identities for future use. All inputs must be properly normalized and SHA-256 hashed.',
|
|
66
|
+
type: 'object',
|
|
67
|
+
required: true,
|
|
68
|
+
multiple: true,
|
|
69
|
+
properties: {
|
|
70
|
+
firstname: {
|
|
71
|
+
label: 'Measurements',
|
|
72
|
+
type: 'string'
|
|
73
|
+
},
|
|
74
|
+
address: {
|
|
75
|
+
label: 'Measurements',
|
|
76
|
+
type: 'string'
|
|
77
|
+
},
|
|
78
|
+
phone: {
|
|
79
|
+
label: 'Measurements',
|
|
80
|
+
type: 'string'
|
|
81
|
+
},
|
|
82
|
+
city: {
|
|
83
|
+
label: 'Measurements',
|
|
84
|
+
type: 'string'
|
|
85
|
+
},
|
|
86
|
+
state: {
|
|
87
|
+
label: 'Measurements',
|
|
88
|
+
type: 'string'
|
|
89
|
+
},
|
|
90
|
+
email: {
|
|
91
|
+
label: 'Measurements',
|
|
92
|
+
type: 'string'
|
|
93
|
+
},
|
|
94
|
+
lastname: {
|
|
95
|
+
label: 'Measurements',
|
|
96
|
+
type: 'string'
|
|
97
|
+
},
|
|
98
|
+
postal: {
|
|
99
|
+
label: 'Measurements',
|
|
100
|
+
type: 'string'
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
audienceId: {
|
|
107
|
+
label: 'Audience ID',
|
|
108
|
+
type: 'number',
|
|
109
|
+
required: true,
|
|
110
|
+
description: 'An number value representing the Amazon audience identifier. This is the identifier that is returned during audience creation.'
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
perform: (request, { settings, payload }) => {
|
|
114
|
+
return processPayload(request, settings, payload);
|
|
12
115
|
}
|
|
13
116
|
};
|
|
117
|
+
async function processPayload(request, settings, payload) {
|
|
118
|
+
if (!payload.audienceId) {
|
|
119
|
+
throw new actions_core_1.PayloadValidationError('Audience ID is required.');
|
|
120
|
+
}
|
|
121
|
+
try {
|
|
122
|
+
for (const record of payload.records) {
|
|
123
|
+
for (const pii of record.hashedPII) {
|
|
124
|
+
for (const key in pii) {
|
|
125
|
+
if (pii[key] !== undefined) {
|
|
126
|
+
pii[key] = await normalizeAndHash(pii[key]);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
const response = await request(`${settings.region}/amc/audiences/records`, {
|
|
132
|
+
method: 'POST',
|
|
133
|
+
json: payload,
|
|
134
|
+
headers: {
|
|
135
|
+
'Content-Type': 'application/vnd.amcaudiences.v1+json'
|
|
136
|
+
}
|
|
137
|
+
});
|
|
138
|
+
const result = await response.json();
|
|
139
|
+
const jobRequestId = result?.jobRequestId;
|
|
140
|
+
if (!jobRequestId) {
|
|
141
|
+
throw new actions_core_1.IntegrationError('Invalid response from upload audinece record call', 'INVALID_RESPONSE', 400);
|
|
142
|
+
}
|
|
143
|
+
return {
|
|
144
|
+
result
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
catch (e) {
|
|
148
|
+
if (e instanceof utils_1.AmazonAdsError) {
|
|
149
|
+
const message = JSON.parse(e.response?.data?.message || '');
|
|
150
|
+
throw new actions_core_1.APIError(message, e.response?.status);
|
|
151
|
+
}
|
|
152
|
+
else if (e instanceof actions_core_1.IntegrationError) {
|
|
153
|
+
throw new actions_core_1.APIError(e.message, 400);
|
|
154
|
+
}
|
|
155
|
+
else {
|
|
156
|
+
throw e;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
async function normalizeAndHash(data) {
|
|
161
|
+
const normalizedData = data.toLowerCase().trim();
|
|
162
|
+
const sha256Hash = crypto.createHash('sha256').update(normalizedData).digest('hex');
|
|
163
|
+
return sha256Hash;
|
|
164
|
+
}
|
|
14
165
|
exports.default = action;
|
|
15
166
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/amazon-ads/syncAudiences/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/amazon-ads/syncAudiences/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { HTTPError } from '@segment/actions-core';
|
|
2
|
+
export declare class AmazonAdsError extends HTTPError {
|
|
3
|
+
response: Response & {
|
|
4
|
+
data: {
|
|
5
|
+
status: string;
|
|
6
|
+
message: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export interface AudiencePayload {
|
|
11
|
+
name: string;
|
|
12
|
+
description: string;
|
|
13
|
+
countryCode?: string;
|
|
14
|
+
targetResource: {
|
|
15
|
+
advertiserId: string;
|
|
16
|
+
};
|
|
17
|
+
metadata: {
|
|
18
|
+
externalAudienceId: string;
|
|
19
|
+
ttl?: number;
|
|
20
|
+
audienceFees?: {
|
|
21
|
+
cpmCents: number;
|
|
22
|
+
currency: string;
|
|
23
|
+
}[];
|
|
24
|
+
};
|
|
25
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AmazonAdsError = void 0;
|
|
4
|
+
const actions_core_1 = require("@segment/actions-core");
|
|
5
|
+
class AmazonAdsError extends actions_core_1.HTTPError {
|
|
6
|
+
}
|
|
7
|
+
exports.AmazonAdsError = AmazonAdsError;
|
|
8
|
+
//# sourceMappingURL=utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/destinations/amazon-ads/utils.ts"],"names":[],"mappings":";;;AAAA,wDAAiD;AAEjD,MAAa,cAAe,SAAQ,wBAAS;CAO5C;AAPD,wCAOC"}
|
|
@@ -19,9 +19,10 @@ const action = {
|
|
|
19
19
|
await shared_1.handleUpdate(request, [payload], 'add', statsContext);
|
|
20
20
|
return { success: true };
|
|
21
21
|
},
|
|
22
|
-
performBatch: async (request, { payload, statsContext }) => {
|
|
22
|
+
performBatch: async (request, { payload, statsContext, logger }) => {
|
|
23
23
|
statsContext?.tags.push('slug:actions-display-video-360');
|
|
24
24
|
statsContext?.statsClient?.incr('addToAudience.batch', 1, statsContext?.tags);
|
|
25
|
+
Math.ceil(Math.random() * 10) && logger?.info('DIFN Test -' + payload[0].mobile_advertising_id);
|
|
25
26
|
await shared_1.handleUpdate(request, payload, 'add', statsContext);
|
|
26
27
|
return { success: true };
|
|
27
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/display-video-360/addToAudience/index.ts"],"names":[],"mappings":";;AAIA,sCAAwC;AAExC,8CAMsB;AAEtB,MAAM,MAAM,GAA0D;IACpE,KAAK,EAAE,iBAAiB;IACxB,WAAW,EAAE,+CAA+C;IAC5D,mBAAmB,EAAE,4BAA4B;IACjD,MAAM,EAAE;QACN,eAAe,EAAE,EAAE,GAAG,4BAAe,EAAE;QACvC,oBAAoB,EAAE,EAAE,GAAG,iCAAoB,EAAE;QACjD,qBAAqB,EAAE,EAAE,GAAG,kCAAqB,EAAE;QACnD,UAAU,EAAE,EAAE,GAAG,uBAAU,EAAE;QAC7B,mBAAmB,EAAE,EAAE,GAAG,gCAAmB,EAAE;KAChD;IACD,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,YAAY,EAAE,EAAE,EAAE;QACpD,YAAY,EAAE,IAAI,CAAC,IAAI,CAAC,gCAAgC,CAAC,CAAA;QACzD,YAAY,EAAE,WAAW,EAAE,IAAI,CAAC,eAAe,EAAE,CAAC,EAAE,YAAY,EAAE,IAAI,CAAC,CAAA;QACvE,MAAM,qBAAY,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,YAAY,CAAC,CAAA;QAC3D,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAA;IAC1B,CAAC;IACD,YAAY,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,YAAY,EAAE,EAAE,EAAE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/display-video-360/addToAudience/index.ts"],"names":[],"mappings":";;AAIA,sCAAwC;AAExC,8CAMsB;AAEtB,MAAM,MAAM,GAA0D;IACpE,KAAK,EAAE,iBAAiB;IACxB,WAAW,EAAE,+CAA+C;IAC5D,mBAAmB,EAAE,4BAA4B;IACjD,MAAM,EAAE;QACN,eAAe,EAAE,EAAE,GAAG,4BAAe,EAAE;QACvC,oBAAoB,EAAE,EAAE,GAAG,iCAAoB,EAAE;QACjD,qBAAqB,EAAE,EAAE,GAAG,kCAAqB,EAAE;QACnD,UAAU,EAAE,EAAE,GAAG,uBAAU,EAAE;QAC7B,mBAAmB,EAAE,EAAE,GAAG,gCAAmB,EAAE;KAChD;IACD,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,YAAY,EAAE,EAAE,EAAE;QACpD,YAAY,EAAE,IAAI,CAAC,IAAI,CAAC,gCAAgC,CAAC,CAAA;QACzD,YAAY,EAAE,WAAW,EAAE,IAAI,CAAC,eAAe,EAAE,CAAC,EAAE,YAAY,EAAE,IAAI,CAAC,CAAA;QACvE,MAAM,qBAAY,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,YAAY,CAAC,CAAA;QAC3D,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAA;IAC1B,CAAC;IACD,YAAY,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,EAAE,EAAE;QACjE,YAAY,EAAE,IAAI,CAAC,IAAI,CAAC,gCAAgC,CAAC,CAAA;QACzD,YAAY,EAAE,WAAW,EAAE,IAAI,CAAC,qBAAqB,EAAE,CAAC,EAAE,YAAY,EAAE,IAAI,CAAC,CAAA;QAC7E,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,IAAI,MAAM,EAAE,IAAI,CAAC,aAAa,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAA;QAC/F,MAAM,qBAAY,CAAC,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,YAAY,CAAC,CAAA;QACzD,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAA;IAC1B,CAAC;CACF,CAAA;AAED,kBAAe,MAAM,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Profile.js","sourceRoot":"","sources":["../../../../src/destinations/engage/sendgrid/Profile.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { InputField } from '@segment/actions-core';
|
|
2
|
+
import { RequestClient } from '@segment/actions-core';
|
|
3
|
+
import { Logger, StatsClient, DataFeedCache } from '@segment/actions-core/destination-kit';
|
|
4
|
+
import type { Settings } from '../generated-types';
|
|
5
|
+
import { Profile } from '../Profile';
|
|
6
|
+
export declare type ApiLookupConfig = {
|
|
7
|
+
id?: string | undefined;
|
|
8
|
+
name: string;
|
|
9
|
+
url: string;
|
|
10
|
+
method: string;
|
|
11
|
+
cacheTtl: number;
|
|
12
|
+
body?: string | undefined;
|
|
13
|
+
headers?: object | undefined;
|
|
14
|
+
responseType: string;
|
|
15
|
+
};
|
|
16
|
+
export declare const getRequestId: ({ method, url, body, headers }: ApiLookupConfig) => string;
|
|
17
|
+
export declare const getCachedResponse: ({ responseType }: ApiLookupConfig, requestId: string, dataFeedCache: DataFeedCache, datafeedTags: string[]) => Promise<any>;
|
|
18
|
+
export declare const performApiLookup: (request: RequestClient, apiLookupConfig: ApiLookupConfig, profile: Profile, statsClient: StatsClient | undefined, tags: string[], settings: Settings, logger?: Logger | undefined, dataFeedCache?: DataFeedCache | undefined) => Promise<any>;
|
|
19
|
+
export declare const apiLookupActionFields: Record<string, InputField>;
|
|
20
|
+
export declare const apiLookupLiquidKey = "lookups";
|
|
21
|
+
export declare const FLAGON_NAME_DATA_FEEDS = "is-datafeeds-enabled";
|