@segment/action-destinations 3.428.0 → 3.429.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/destinations/acoustic-s3tc/index.js +1 -1
- package/dist/destinations/acoustic-s3tc/index.js.map +1 -1
- package/dist/destinations/adobe-target/index.js +1 -1
- package/dist/destinations/adobe-target/index.js.map +1 -1
- package/dist/destinations/algolia-insights/conversionEvents/index.d.ts +0 -1
- package/dist/destinations/algolia-insights/conversionEvents/index.js +137 -145
- package/dist/destinations/algolia-insights/conversionEvents/index.js.map +1 -1
- package/dist/destinations/algolia-insights/index.js +1 -1
- package/dist/destinations/algolia-insights/index.js.map +1 -1
- package/dist/destinations/algolia-insights/productAddedEvents/generated-types.d.ts +1 -0
- package/dist/destinations/algolia-insights/productAddedEvents/index.d.ts +2 -0
- package/dist/destinations/algolia-insights/productAddedEvents/index.js +19 -3
- package/dist/destinations/algolia-insights/productAddedEvents/index.js.map +1 -1
- package/dist/destinations/criteo-audiences/index.js +1 -1
- package/dist/destinations/criteo-audiences/index.js.map +1 -1
- package/dist/destinations/first-party-dv360/addToAudMobileDeviceId/_tests_/index.test.d.ts +4 -0
- package/dist/destinations/first-party-dv360/addToAudMobileDeviceId/_tests_/index.test.js +79 -0
- package/dist/destinations/first-party-dv360/addToAudMobileDeviceId/_tests_/index.test.js.map +1 -0
- package/dist/destinations/first-party-dv360/addToAudMobileDeviceId/generated-types.d.ts +3 -3
- package/dist/destinations/first-party-dv360/addToAudMobileDeviceId/index.js +3 -3
- package/dist/destinations/first-party-dv360/addToAudMobileDeviceId/index.js.map +1 -1
- package/dist/destinations/first-party-dv360/functions.d.ts +1 -1
- package/dist/destinations/first-party-dv360/functions.js +6 -9
- package/dist/destinations/first-party-dv360/functions.js.map +1 -1
- package/dist/destinations/first-party-dv360/properties.js.map +1 -1
- package/dist/destinations/first-party-dv360/removeFromAudMobileDeviceId/generated-types.d.ts +3 -3
- package/dist/destinations/first-party-dv360/removeFromAudMobileDeviceId/index.js +3 -3
- package/dist/destinations/first-party-dv360/removeFromAudMobileDeviceId/index.js.map +1 -1
- package/dist/destinations/friendbuy/index.js +1 -1
- package/dist/destinations/friendbuy/index.js.map +1 -1
- package/dist/destinations/index.js +1 -0
- package/dist/destinations/index.js.map +1 -1
- package/dist/destinations/kafka/index.js +1 -1
- package/dist/destinations/kafka/index.js.map +1 -1
- package/dist/destinations/kafka/utils.js +11 -7
- package/dist/destinations/kafka/utils.js.map +1 -1
- package/dist/destinations/koala/index.js +1 -1
- package/dist/destinations/koala/index.js.map +1 -1
- package/dist/destinations/metronome/index.js +1 -1
- package/dist/destinations/metronome/index.js.map +1 -1
- package/dist/destinations/moengage/index.js +1 -1
- package/dist/destinations/moengage/index.js.map +1 -1
- package/dist/destinations/ms-bing-ads-audiences/constants.d.ts +5 -0
- package/dist/destinations/ms-bing-ads-audiences/constants.js +13 -0
- package/dist/destinations/ms-bing-ads-audiences/constants.js.map +1 -0
- package/dist/destinations/ms-bing-ads-audiences/generated-types.d.ts +3 -0
- package/dist/destinations/ms-bing-ads-audiences/index.d.ts +1 -1
- package/dist/destinations/ms-bing-ads-audiences/index.js +86 -3
- package/dist/destinations/ms-bing-ads-audiences/index.js.map +1 -1
- package/dist/destinations/ms-bing-ads-audiences/syncAudiences/fields.d.ts +11 -0
- package/dist/destinations/ms-bing-ads-audiences/syncAudiences/fields.js +123 -0
- package/dist/destinations/ms-bing-ads-audiences/syncAudiences/fields.js.map +1 -0
- package/dist/destinations/ms-bing-ads-audiences/syncAudiences/generated-types.d.ts +11 -0
- package/dist/destinations/ms-bing-ads-audiences/syncAudiences/index.d.ts +1 -1
- package/dist/destinations/ms-bing-ads-audiences/syncAudiences/index.js +58 -7
- package/dist/destinations/ms-bing-ads-audiences/syncAudiences/index.js.map +1 -1
- package/dist/destinations/ms-bing-ads-audiences/types.d.ts +48 -0
- package/dist/destinations/ms-bing-ads-audiences/types.js.map +1 -0
- package/dist/destinations/ms-bing-ads-audiences/utils.d.ts +9 -0
- package/dist/destinations/ms-bing-ads-audiences/utils.js +86 -0
- package/dist/destinations/ms-bing-ads-audiences/utils.js.map +1 -0
- package/dist/destinations/ms-bing-capi/generated-types.d.ts +1 -0
- package/dist/destinations/ms-bing-capi/index.d.ts +1 -1
- package/dist/destinations/ms-bing-capi/index.js +76 -5
- package/dist/destinations/ms-bing-capi/index.js.map +1 -1
- package/dist/destinations/ms-bing-capi/sendEvent/constants.js.map +1 -0
- package/dist/destinations/ms-bing-capi/{fields.d.ts → sendEvent/fields.d.ts} +3 -0
- package/dist/destinations/ms-bing-capi/{fields.js → sendEvent/fields.js} +51 -15
- package/dist/destinations/ms-bing-capi/sendEvent/fields.js.map +1 -0
- package/dist/destinations/ms-bing-capi/sendEvent/generated-types.d.ts +22 -22
- package/dist/destinations/ms-bing-capi/sendEvent/index.d.ts +1 -1
- package/dist/destinations/ms-bing-capi/sendEvent/index.js +68 -30
- package/dist/destinations/ms-bing-capi/sendEvent/index.js.map +1 -1
- package/dist/destinations/ms-bing-capi/sendEvent/types.d.ts +62 -10
- package/dist/destinations/ms-bing-capi/sendEvent/utils.js +1 -1
- package/dist/destinations/ms-bing-capi/sendEvent/utils.js.map +1 -1
- package/dist/destinations/pipedrive/index.js +1 -1
- package/dist/destinations/pipedrive/index.js.map +1 -1
- package/dist/destinations/qualtrics/index.js +1 -1
- package/dist/destinations/qualtrics/index.js.map +1 -1
- package/dist/destinations/reddit-conversions-api/index.js +1 -1
- package/dist/destinations/reddit-conversions-api/index.js.map +1 -1
- package/dist/destinations/salesforce/index.js +2 -2
- package/dist/destinations/salesforce/index.js.map +1 -1
- package/dist/destinations/taboola-actions/index.js +1 -1
- package/dist/destinations/taboola-actions/index.js.map +1 -1
- package/dist/destinations/the-trade-desk-crm/index.js +1 -1
- package/dist/destinations/the-trade-desk-crm/index.js.map +1 -1
- package/dist/destinations/tiktok-conversions/index.js +1 -1
- package/dist/destinations/tiktok-conversions/index.js.map +1 -1
- package/dist/destinations/tiktok-conversions/reportWebEvent/constants.d.ts +4 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/constants.js +8 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/constants.js.map +1 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/fields/common_fields.d.ts +2 -0
- package/dist/destinations/tiktok-conversions/{common_fields.js → reportWebEvent/fields/common_fields.js} +89 -21
- package/dist/destinations/tiktok-conversions/reportWebEvent/fields/common_fields.js.map +1 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/fields/crm_fields.d.ts +2 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/fields/crm_fields.js +48 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/fields/crm_fields.js.map +1 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/fields/travel_fields.d.ts +2 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/fields/travel_fields.js +216 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/fields/travel_fields.js.map +1 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/fields/vehicle_fields.d.ts +2 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/fields/vehicle_fields.js +261 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/fields/vehicle_fields.js.map +1 -0
- package/dist/destinations/tiktok-conversions/{formatter.js → reportWebEvent/formatter.js} +1 -1
- package/dist/destinations/tiktok-conversions/reportWebEvent/formatter.js.map +1 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/generated-types.d.ts +58 -1
- package/dist/destinations/tiktok-conversions/reportWebEvent/index.js +10 -4
- package/dist/destinations/tiktok-conversions/reportWebEvent/index.js.map +1 -1
- package/dist/destinations/tiktok-conversions/reportWebEvent/types.d.ts +111 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/types.js +3 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/types.js.map +1 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/utils.d.ts +4 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/utils.js +170 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/utils.js.map +1 -0
- package/dist/destinations/tiktok-offline-conversions/index.js +1 -1
- package/dist/destinations/tiktok-offline-conversions/index.js.map +1 -1
- package/dist/destinations/vibe-audience/constants.d.ts +2 -0
- package/dist/destinations/vibe-audience/constants.js +6 -0
- package/dist/destinations/vibe-audience/constants.js.map +1 -0
- package/dist/destinations/vibe-audience/functions.d.ts +4 -0
- package/dist/destinations/vibe-audience/functions.js +31 -0
- package/dist/destinations/vibe-audience/functions.js.map +1 -0
- package/dist/destinations/vibe-audience/generated-types.d.ts +4 -0
- package/dist/destinations/vibe-audience/generated-types.js.map +1 -0
- package/dist/destinations/vibe-audience/index.d.ts +4 -0
- package/dist/destinations/vibe-audience/index.js +49 -0
- package/dist/destinations/vibe-audience/index.js.map +1 -0
- package/dist/destinations/vibe-audience/sync/generated-types.d.ts +16 -0
- package/dist/destinations/vibe-audience/sync/generated-types.js +3 -0
- package/dist/destinations/vibe-audience/sync/generated-types.js.map +1 -0
- package/dist/destinations/{ms-bing-capi/pageLoad → vibe-audience/sync}/index.d.ts +1 -1
- package/dist/destinations/vibe-audience/sync/index.js +135 -0
- package/dist/destinations/vibe-audience/sync/index.js.map +1 -0
- package/dist/destinations/vibe-audience/types.d.ts +14 -0
- package/dist/destinations/vibe-audience/types.js +3 -0
- package/dist/destinations/vibe-audience/types.js.map +1 -0
- package/dist/destinations/webhook/index.js +1 -1
- package/dist/destinations/webhook/index.js.map +1 -1
- package/dist/destinations/webhook-extensible/index.js +1 -1
- package/dist/destinations/webhook-extensible/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/destinations/ms-bing-capi/constants.js.map +0 -1
- package/dist/destinations/ms-bing-capi/fields.js.map +0 -1
- package/dist/destinations/ms-bing-capi/pageLoad/generated-types.d.ts +0 -56
- package/dist/destinations/ms-bing-capi/pageLoad/generated-types.js.map +0 -1
- package/dist/destinations/ms-bing-capi/pageLoad/index.js +0 -44
- package/dist/destinations/ms-bing-capi/pageLoad/index.js.map +0 -1
- package/dist/destinations/tiktok-conversions/common_fields.d.ts +0 -2
- package/dist/destinations/tiktok-conversions/common_fields.js.map +0 -1
- package/dist/destinations/tiktok-conversions/formatter.js.map +0 -1
- package/dist/destinations/tiktok-conversions/types.d.ts +0 -55
- package/dist/destinations/tiktok-conversions/types.js.map +0 -1
- package/dist/destinations/tiktok-conversions/utils.d.ts +0 -4
- package/dist/destinations/tiktok-conversions/utils.js +0 -128
- package/dist/destinations/tiktok-conversions/utils.js.map +0 -1
- /package/dist/destinations/{tiktok-conversions → ms-bing-ads-audiences}/types.js +0 -0
- /package/dist/destinations/ms-bing-capi/{constants.d.ts → sendEvent/constants.d.ts} +0 -0
- /package/dist/destinations/ms-bing-capi/{constants.js → sendEvent/constants.js} +0 -0
- /package/dist/destinations/tiktok-conversions/{formatter.d.ts → reportWebEvent/formatter.d.ts} +0 -0
- /package/dist/destinations/{ms-bing-capi/pageLoad → vibe-audience}/generated-types.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/destinations/tiktok-conversions/index.ts"],"names":[],"mappings":";;;;;AACA,wDAAqD;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/destinations/tiktok-conversions/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CRM = exports.WEB = exports.TRAVEL_FIELDS = exports.VEHICLE_FIELDS = void 0;
|
|
4
|
+
exports.VEHICLE_FIELDS = 'vehicle_fields';
|
|
5
|
+
exports.TRAVEL_FIELDS = 'travel_fields';
|
|
6
|
+
exports.WEB = 'web';
|
|
7
|
+
exports.CRM = 'crm';
|
|
8
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../src/destinations/tiktok-conversions/reportWebEvent/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,cAAc,GAAG,gBAAgB,CAAA;AACjC,QAAA,aAAa,GAAG,eAAe,CAAA;AAC/B,QAAA,GAAG,GAAG,KAAK,CAAA;AACX,QAAA,GAAG,GAAG,KAAK,CAAA"}
|
|
@@ -1,7 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
|
|
3
|
+
exports.common_fields = void 0;
|
|
4
|
+
const constants_1 = require("../constants");
|
|
5
|
+
exports.common_fields = {
|
|
6
|
+
event_source: {
|
|
7
|
+
label: 'Event Source',
|
|
8
|
+
type: 'string',
|
|
9
|
+
description: "The type of events you are uploading through TikTok Events API. Please see TikTok's [Events API documentation](https://ads.tiktok.com/marketing_api/docs?id=1701890979375106) for information on how to find this value. If no selection is made 'Web' is assumed.",
|
|
10
|
+
default: constants_1.WEB,
|
|
11
|
+
choices: [
|
|
12
|
+
{
|
|
13
|
+
value: constants_1.WEB,
|
|
14
|
+
label: 'The events took place on your website and are measured by a Pixel Code.'
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
value: constants_1.CRM,
|
|
18
|
+
label: 'The lead events took place on a CRM system and are tracked by a CRM Event Set ID.'
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
event_spec_type: {
|
|
23
|
+
label: 'Additional Fields',
|
|
24
|
+
type: 'string',
|
|
25
|
+
description: 'Include fields for travel or vehicle events.',
|
|
26
|
+
choices: [
|
|
27
|
+
{ value: constants_1.TRAVEL_FIELDS, label: 'Travel Fields' },
|
|
28
|
+
{ value: constants_1.VEHICLE_FIELDS, label: 'Vehicle Fields' }
|
|
29
|
+
]
|
|
30
|
+
},
|
|
5
31
|
event: {
|
|
6
32
|
label: 'Event Name',
|
|
7
33
|
type: 'string',
|
|
@@ -35,8 +61,7 @@ exports.commonFields = {
|
|
|
35
61
|
then: { '@path': '$.properties.phone' },
|
|
36
62
|
else: { '@path': '$.context.traits.phone' }
|
|
37
63
|
}
|
|
38
|
-
}
|
|
39
|
-
category: 'hashedPII'
|
|
64
|
+
}
|
|
40
65
|
},
|
|
41
66
|
email: {
|
|
42
67
|
label: 'Email',
|
|
@@ -49,8 +74,7 @@ exports.commonFields = {
|
|
|
49
74
|
then: { '@path': '$.properties.email' },
|
|
50
75
|
else: { '@path': '$.context.traits.email' }
|
|
51
76
|
}
|
|
52
|
-
}
|
|
53
|
-
category: 'hashedPII'
|
|
77
|
+
}
|
|
54
78
|
},
|
|
55
79
|
first_name: {
|
|
56
80
|
label: 'First Name',
|
|
@@ -62,8 +86,7 @@ exports.commonFields = {
|
|
|
62
86
|
then: { '@path': '$.properties.first_name' },
|
|
63
87
|
else: { '@path': '$.context.traits.first_name' }
|
|
64
88
|
}
|
|
65
|
-
}
|
|
66
|
-
category: 'hashedPII'
|
|
89
|
+
}
|
|
67
90
|
},
|
|
68
91
|
last_name: {
|
|
69
92
|
label: 'Last Name',
|
|
@@ -75,8 +98,7 @@ exports.commonFields = {
|
|
|
75
98
|
then: { '@path': '$.properties.last_name' },
|
|
76
99
|
else: { '@path': '$.context.traits.last_name' }
|
|
77
100
|
}
|
|
78
|
-
}
|
|
79
|
-
category: 'hashedPII'
|
|
101
|
+
}
|
|
80
102
|
},
|
|
81
103
|
address: {
|
|
82
104
|
label: 'Address',
|
|
@@ -97,8 +119,7 @@ exports.commonFields = {
|
|
|
97
119
|
zip_code: {
|
|
98
120
|
label: 'Zip Code',
|
|
99
121
|
type: 'string',
|
|
100
|
-
description: "The customer's Zip Code."
|
|
101
|
-
category: 'hashedPII'
|
|
122
|
+
description: "The customer's Zip Code."
|
|
102
123
|
},
|
|
103
124
|
state: {
|
|
104
125
|
label: 'State',
|
|
@@ -164,8 +185,7 @@ exports.commonFields = {
|
|
|
164
185
|
then: { '@path': '$.userId' },
|
|
165
186
|
else: { '@path': '$.anonymousId' }
|
|
166
187
|
}
|
|
167
|
-
}
|
|
168
|
-
category: 'hashedPII'
|
|
188
|
+
}
|
|
169
189
|
},
|
|
170
190
|
ttclid: {
|
|
171
191
|
label: 'TikTok Click ID',
|
|
@@ -191,12 +211,6 @@ exports.commonFields = {
|
|
|
191
211
|
}
|
|
192
212
|
}
|
|
193
213
|
},
|
|
194
|
-
lead_id: {
|
|
195
|
-
label: 'TikTok Lead ID',
|
|
196
|
-
description: 'ID of TikTok leads. Every lead will have its own lead_id when exported from TikTok. This feature is in Beta. Please contact your TikTok representative to inquire regarding availability',
|
|
197
|
-
type: 'string',
|
|
198
|
-
default: { '@path': '$.properties.lead_id' }
|
|
199
|
-
},
|
|
200
214
|
locale: {
|
|
201
215
|
label: 'Locale',
|
|
202
216
|
description: 'The BCP 47 language identifier. For reference, refer to the [IETF BCP 47 standardized code](https://www.rfc-editor.org/rfc/bcp/bcp47.txt).',
|
|
@@ -242,7 +256,6 @@ exports.commonFields = {
|
|
|
242
256
|
type: 'object',
|
|
243
257
|
multiple: true,
|
|
244
258
|
description: 'Related item details for the event.',
|
|
245
|
-
defaultObjectUI: 'keyvalue',
|
|
246
259
|
properties: {
|
|
247
260
|
price: {
|
|
248
261
|
label: 'Price',
|
|
@@ -276,6 +289,23 @@ exports.commonFields = {
|
|
|
276
289
|
}
|
|
277
290
|
}
|
|
278
291
|
},
|
|
292
|
+
content_ids: {
|
|
293
|
+
label: 'Content IDs',
|
|
294
|
+
description: "Product IDs associated with the event, such as SKUs. Do not populate this field if the 'Contents' field is populated. This field accepts a single string value or an array of string values.",
|
|
295
|
+
type: 'string',
|
|
296
|
+
multiple: true,
|
|
297
|
+
default: {
|
|
298
|
+
'@path': '$.properties.content_ids'
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
num_items: {
|
|
302
|
+
label: 'Number of Items',
|
|
303
|
+
type: 'number',
|
|
304
|
+
description: 'Number of items when checkout was initiated. Used with the InitiateCheckout event.',
|
|
305
|
+
default: {
|
|
306
|
+
'@path': '$.properties.num_items'
|
|
307
|
+
}
|
|
308
|
+
},
|
|
279
309
|
content_type: {
|
|
280
310
|
label: 'Content Type',
|
|
281
311
|
description: 'Type of the product item. When the `content_id` in the `Contents` field is specified as a `sku_id`, set this field to `product`. When the `content_id` in the `Contents` field is specified as an `item_group_id`, set this field to `product_group`.',
|
|
@@ -331,6 +361,44 @@ exports.commonFields = {
|
|
|
331
361
|
label: 'Test Event Code',
|
|
332
362
|
type: 'string',
|
|
333
363
|
description: 'Use this field to specify that events should be test events rather than actual traffic. You can find your Test Event Code in your TikTok Events Manager under the "Test Event" tab. You\'ll want to remove your Test Event Code when sending real traffic through this integration.'
|
|
364
|
+
},
|
|
365
|
+
delivery_category: {
|
|
366
|
+
label: 'Delivery Category',
|
|
367
|
+
type: 'string',
|
|
368
|
+
description: 'Category of the delivery.',
|
|
369
|
+
default: {
|
|
370
|
+
'@path': '$.properties.delivery_category'
|
|
371
|
+
},
|
|
372
|
+
choices: [
|
|
373
|
+
{ value: 'in_store', label: 'In Store - Purchase requires customer to enter the store.' },
|
|
374
|
+
{ value: 'curbside', label: 'Curbside - Purchase requires curbside pickup.' },
|
|
375
|
+
{ value: 'home_delivery', label: 'Home Delivery - Purchase is delivered to the customer.' }
|
|
376
|
+
]
|
|
377
|
+
},
|
|
378
|
+
predicted_ltv: {
|
|
379
|
+
label: 'Prediected Lifetime Value',
|
|
380
|
+
type: 'number',
|
|
381
|
+
description: 'Predicted lifetime value of a subscriber as defined by the advertiser and expressed as an exact value.',
|
|
382
|
+
default: {
|
|
383
|
+
'@path': '$.properties.predicted_ltv'
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
search_string: {
|
|
387
|
+
label: 'Search String',
|
|
388
|
+
type: 'string',
|
|
389
|
+
description: 'The text string entered by the user for the search. Optionally used with the Search event.',
|
|
390
|
+
default: {
|
|
391
|
+
'@path': '$.properties.search_string'
|
|
392
|
+
},
|
|
393
|
+
depends_on: {
|
|
394
|
+
conditions: [
|
|
395
|
+
{
|
|
396
|
+
fieldKey: 'event',
|
|
397
|
+
operator: 'is',
|
|
398
|
+
value: 'Search'
|
|
399
|
+
}
|
|
400
|
+
]
|
|
401
|
+
}
|
|
334
402
|
}
|
|
335
403
|
};
|
|
336
404
|
//# sourceMappingURL=common_fields.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common_fields.js","sourceRoot":"","sources":["../../../../../src/destinations/tiktok-conversions/reportWebEvent/fields/common_fields.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.crm_fields = void 0;
|
|
4
|
+
const constants_1 = require("../constants");
|
|
5
|
+
exports.crm_fields = {
|
|
6
|
+
lead_fields: {
|
|
7
|
+
label: 'CRM Fields',
|
|
8
|
+
type: 'object',
|
|
9
|
+
description: 'Fields related to CRM events.',
|
|
10
|
+
additionalProperties: false,
|
|
11
|
+
defaultObjectUI: 'keyvalue',
|
|
12
|
+
properties: {
|
|
13
|
+
lead_id: {
|
|
14
|
+
label: 'TikTok Lead ID',
|
|
15
|
+
description: 'ID of TikTok leads. Every lead will have its own lead_id when exported from TikTok. This feature is in Beta. Please contact your TikTok representative to inquire regarding availability',
|
|
16
|
+
type: 'string'
|
|
17
|
+
},
|
|
18
|
+
lead_event_source: {
|
|
19
|
+
label: 'TikTok Lead Event Source',
|
|
20
|
+
description: 'Lead source of TikTok leads. Please set this field to the name of your CRM system, such as HubSpot or Salesforce.',
|
|
21
|
+
type: 'string'
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
default: {
|
|
25
|
+
lead_id: { '@path': '$.properties.lead_id' },
|
|
26
|
+
lead_event_source: { '@path': '$.properties.lead_event_source' }
|
|
27
|
+
},
|
|
28
|
+
required: {
|
|
29
|
+
conditions: [
|
|
30
|
+
{
|
|
31
|
+
fieldKey: 'event_source',
|
|
32
|
+
operator: 'is',
|
|
33
|
+
value: constants_1.CRM
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
depends_on: {
|
|
38
|
+
conditions: [
|
|
39
|
+
{
|
|
40
|
+
fieldKey: 'event_source',
|
|
41
|
+
operator: 'is',
|
|
42
|
+
value: constants_1.CRM
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=crm_fields.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"crm_fields.js","sourceRoot":"","sources":["../../../../../src/destinations/tiktok-conversions/reportWebEvent/fields/crm_fields.ts"],"names":[],"mappings":";;;AACA,4CAAkC;AAErB,QAAA,UAAU,GAA+B;IACpD,WAAW,EAAE;QACX,KAAK,EAAE,YAAY;QACnB,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,+BAA+B;QAC5C,oBAAoB,EAAE,KAAK;QAC3B,eAAe,EAAE,UAAU;QAC3B,UAAU,EAAE;YACV,OAAO,EAAE;gBACP,KAAK,EAAE,gBAAgB;gBACvB,WAAW,EACT,0LAA0L;gBAC5L,IAAI,EAAE,QAAQ;aACf;YACD,iBAAiB,EAAE;gBACjB,KAAK,EAAE,0BAA0B;gBACjC,WAAW,EACT,mHAAmH;gBACrH,IAAI,EAAE,QAAQ;aACf;SACF;QACD,OAAO,EAAE;YACP,OAAO,EAAE,EAAE,OAAO,EAAE,sBAAsB,EAAE;YAC5C,iBAAiB,EAAE,EAAE,OAAO,EAAE,gCAAgC,EAAE;SACjE;QACD,QAAQ,EAAE;YACR,UAAU,EAAE;gBACV;oBACE,QAAQ,EAAE,cAAc;oBACxB,QAAQ,EAAE,IAAI;oBACd,KAAK,EAAE,eAAG;iBACX;aACF;SACF;QACD,UAAU,EAAE;YACV,UAAU,EAAE;gBACV;oBACE,QAAQ,EAAE,cAAc;oBACxB,QAAQ,EAAE,IAAI;oBACd,KAAK,EAAE,eAAG;iBACX;aACF;SACF;KACF;CACF,CAAA"}
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.travel_fields = void 0;
|
|
4
|
+
const constants_1 = require("../constants");
|
|
5
|
+
exports.travel_fields = {
|
|
6
|
+
label: 'Travel Fields',
|
|
7
|
+
type: 'object',
|
|
8
|
+
description: 'Fields related to travel events.',
|
|
9
|
+
additionalProperties: false,
|
|
10
|
+
defaultObjectUI: 'keyvalue',
|
|
11
|
+
properties: {
|
|
12
|
+
city: {
|
|
13
|
+
label: 'Hotel City Location',
|
|
14
|
+
type: 'string',
|
|
15
|
+
description: 'Hotel city location.'
|
|
16
|
+
},
|
|
17
|
+
region: {
|
|
18
|
+
label: 'Hotel Region',
|
|
19
|
+
type: 'string',
|
|
20
|
+
description: 'Hotel region location.'
|
|
21
|
+
},
|
|
22
|
+
country: {
|
|
23
|
+
label: 'Hotel Country',
|
|
24
|
+
type: 'string',
|
|
25
|
+
description: 'Hotel country location.'
|
|
26
|
+
},
|
|
27
|
+
checkin_date: {
|
|
28
|
+
label: 'Hotel Check-in Date',
|
|
29
|
+
type: 'string',
|
|
30
|
+
description: 'Hotel check-in date.'
|
|
31
|
+
},
|
|
32
|
+
checkout_date: {
|
|
33
|
+
label: 'Hotel Check-out Date',
|
|
34
|
+
type: 'string',
|
|
35
|
+
description: 'Hotel check-out date.'
|
|
36
|
+
},
|
|
37
|
+
num_adults: {
|
|
38
|
+
label: 'Number of Adults',
|
|
39
|
+
type: 'number',
|
|
40
|
+
description: 'Number of adults.'
|
|
41
|
+
},
|
|
42
|
+
num_children: {
|
|
43
|
+
label: 'Number of Children',
|
|
44
|
+
type: 'number',
|
|
45
|
+
description: 'Number of children.'
|
|
46
|
+
},
|
|
47
|
+
num_infants: {
|
|
48
|
+
label: 'Number of Infants',
|
|
49
|
+
type: 'number',
|
|
50
|
+
description: 'Number of infants flying.'
|
|
51
|
+
},
|
|
52
|
+
suggested_hotels: {
|
|
53
|
+
label: 'Suggested Hotels',
|
|
54
|
+
description: 'Suggested hotels. This can be a single string value or an array of string values.',
|
|
55
|
+
type: 'string',
|
|
56
|
+
multiple: true
|
|
57
|
+
},
|
|
58
|
+
departing_departure_date: {
|
|
59
|
+
label: 'Departure Date',
|
|
60
|
+
type: 'string',
|
|
61
|
+
description: 'Date of flight departure. Accepted date formats: YYYYMMDD, YYYY-MM-DD, YYYY-MM-DDThh:mmTZD, and YYYY-MM-DDThh:mm:ssTZD'
|
|
62
|
+
},
|
|
63
|
+
returning_departure_date: {
|
|
64
|
+
label: 'Arrival Date',
|
|
65
|
+
type: 'string',
|
|
66
|
+
description: 'Date of return flight. Accepted date formats: YYYYMMDD, YYYY-MM-DD, YYYY-MM-DDThh:mmTZD, and YYYY-MM-DDThh:mm:ssTZD'
|
|
67
|
+
},
|
|
68
|
+
origin_airport: {
|
|
69
|
+
label: 'Origin Airport',
|
|
70
|
+
type: 'string',
|
|
71
|
+
description: 'Origin airport.'
|
|
72
|
+
},
|
|
73
|
+
destination_airport: {
|
|
74
|
+
label: 'Destination Airport',
|
|
75
|
+
type: 'string',
|
|
76
|
+
description: 'Destination airport.'
|
|
77
|
+
},
|
|
78
|
+
destination_ids: {
|
|
79
|
+
label: 'Destination IDs',
|
|
80
|
+
description: 'If a client has a destination catalog, the client can associate one or more destinations in the catalog with a specific flight event. For instance, link a particular route to a nearby museum and a nearby beach, both of which are destinations in the catalog. This field accepts a single string value or an array of string values.',
|
|
81
|
+
type: 'string',
|
|
82
|
+
multiple: true
|
|
83
|
+
},
|
|
84
|
+
departing_arrival_date: {
|
|
85
|
+
label: 'Departing Arrival Date',
|
|
86
|
+
type: 'string',
|
|
87
|
+
description: 'The date and time for arrival at the destination of the outbound journey. Accepted date formats: YYYYMMDD, YYYY-MM-DD, YYYY-MM-DDThh:mmTZD, and YYYY-MM-DDThh:mm:ssTZD'
|
|
88
|
+
},
|
|
89
|
+
returning_arrival_date: {
|
|
90
|
+
label: 'Returning Arrival Date',
|
|
91
|
+
type: 'string',
|
|
92
|
+
description: 'The date and time when the return journey is completed. Accepted date formats: YYYYMMDD, YYYY-MM-DD, YYYY-MM-DDThh:mmTZD, and YYYY-MM-DDThh:mm:ssTZD'
|
|
93
|
+
},
|
|
94
|
+
travel_class: {
|
|
95
|
+
label: 'Flight Ticket Class',
|
|
96
|
+
type: 'string',
|
|
97
|
+
description: 'Class of the flight ticket, must be: "eco", "prem", "bus", "first".',
|
|
98
|
+
choices: [
|
|
99
|
+
{ value: 'eco', label: 'Economy' },
|
|
100
|
+
{ value: 'prem', label: 'Premium' },
|
|
101
|
+
{ value: 'bus', label: 'Bus' },
|
|
102
|
+
{ value: 'first', label: 'First' }
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
user_score: {
|
|
106
|
+
label: 'User Score',
|
|
107
|
+
type: 'number',
|
|
108
|
+
description: 'Represents the relative value of this potential customer to advertiser.'
|
|
109
|
+
},
|
|
110
|
+
preferred_num_stops: {
|
|
111
|
+
label: 'Preferred Number of Stops',
|
|
112
|
+
type: 'integer',
|
|
113
|
+
description: 'The preferred number of stops the user is looking for. 0 for direct flight.'
|
|
114
|
+
},
|
|
115
|
+
travel_start: {
|
|
116
|
+
label: 'Start Date of the Trip',
|
|
117
|
+
type: 'string',
|
|
118
|
+
description: "The start date of user's trip. Accept date formats: YYYYMMDD, YYYY-MM-DD, YYYY-MM-DDThh:mmTZD, and YYYY-MM-DDThh:mm:ssTZD."
|
|
119
|
+
},
|
|
120
|
+
travel_end: {
|
|
121
|
+
label: 'End Date of the Trip',
|
|
122
|
+
type: 'string',
|
|
123
|
+
description: "The end date of user's trip. Accept date formats: YYYYMMDD, YYYY-MM-DD, YYYY-MM-DDThh:mmTZD, and YYYY-MM-DDThh:mm:ssTZD."
|
|
124
|
+
},
|
|
125
|
+
suggested_destinations: {
|
|
126
|
+
label: 'Suggested Destination IDs',
|
|
127
|
+
description: 'A list of IDs representing destination suggestions for this user. This parameter is not applicable for the Search event. This field accepts a single string value or an array of string values.',
|
|
128
|
+
type: 'string',
|
|
129
|
+
multiple: true
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
default: {
|
|
133
|
+
city: {
|
|
134
|
+
'@path': '$.properties.city'
|
|
135
|
+
},
|
|
136
|
+
region: {
|
|
137
|
+
'@path': '$.properties.region'
|
|
138
|
+
},
|
|
139
|
+
country: {
|
|
140
|
+
'@path': '$.properties.country'
|
|
141
|
+
},
|
|
142
|
+
checkin_date: {
|
|
143
|
+
'@path': '$.properties.checkin_date'
|
|
144
|
+
},
|
|
145
|
+
checkout_date: {
|
|
146
|
+
'@path': '$.properties.checkout_date'
|
|
147
|
+
},
|
|
148
|
+
num_adults: {
|
|
149
|
+
'@path': '$.properties.num_adults'
|
|
150
|
+
},
|
|
151
|
+
num_children: {
|
|
152
|
+
'@path': '$.properties.num_children'
|
|
153
|
+
},
|
|
154
|
+
num_infants: {
|
|
155
|
+
'@path': '$.properties.num_infants'
|
|
156
|
+
},
|
|
157
|
+
suggested_hotels: {
|
|
158
|
+
'@path': '$.properties.suggested_hotels'
|
|
159
|
+
},
|
|
160
|
+
departing_departure_date: {
|
|
161
|
+
'@path': '$.properties.departing_departure_date'
|
|
162
|
+
},
|
|
163
|
+
returning_departure_date: {
|
|
164
|
+
'@path': '$.properties.returning_departure_date'
|
|
165
|
+
},
|
|
166
|
+
origin_airport: {
|
|
167
|
+
'@path': '$.properties.origin_airport'
|
|
168
|
+
},
|
|
169
|
+
destination_airiport: {
|
|
170
|
+
'@path': '$.properties.destination_airiport'
|
|
171
|
+
},
|
|
172
|
+
destination_ids: {
|
|
173
|
+
'@path': '$.properties.destination_ids'
|
|
174
|
+
},
|
|
175
|
+
departing_arrival_date: {
|
|
176
|
+
'@path': '$.properties.departing_arrival_date'
|
|
177
|
+
},
|
|
178
|
+
returning_arrival_date: {
|
|
179
|
+
'@path': '$.properties.returning_arrival_date'
|
|
180
|
+
},
|
|
181
|
+
travel_class: {
|
|
182
|
+
'@path': '$.properties.travel_class'
|
|
183
|
+
},
|
|
184
|
+
user_score: {
|
|
185
|
+
'@path': '$.properties.user_score'
|
|
186
|
+
},
|
|
187
|
+
preferred_num_stops: {
|
|
188
|
+
'@path': '$.properties.preferred_num_stops'
|
|
189
|
+
},
|
|
190
|
+
travel_start: {
|
|
191
|
+
'@path': '$.properties.travel_start'
|
|
192
|
+
},
|
|
193
|
+
travel_end: {
|
|
194
|
+
'@path': '$.properties.travel_end'
|
|
195
|
+
},
|
|
196
|
+
suggested_destinations: {
|
|
197
|
+
'@path': '$.properties.suggested_destinations'
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
depends_on: {
|
|
201
|
+
match: 'all',
|
|
202
|
+
conditions: [
|
|
203
|
+
{
|
|
204
|
+
fieldKey: 'event_source',
|
|
205
|
+
operator: 'is',
|
|
206
|
+
value: constants_1.WEB
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
fieldKey: 'event_spec_type',
|
|
210
|
+
operator: 'is',
|
|
211
|
+
value: constants_1.TRAVEL_FIELDS
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
}
|
|
215
|
+
};
|
|
216
|
+
//# sourceMappingURL=travel_fields.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"travel_fields.js","sourceRoot":"","sources":["../../../../../src/destinations/tiktok-conversions/reportWebEvent/fields/travel_fields.ts"],"names":[],"mappings":"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"}
|