@segment/action-destinations 3.47.0 → 3.49.2-alpha.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.
Files changed (112) hide show
  1. package/README.md +1 -1
  2. package/dist/destinations/adobe-target/adobeTarget_operations.d.ts +10 -0
  3. package/dist/destinations/adobe-target/adobeTarget_operations.js +50 -0
  4. package/dist/destinations/adobe-target/adobeTarget_operations.js.map +1 -0
  5. package/dist/destinations/adobe-target/generated-types.d.ts +3 -0
  6. package/dist/destinations/adobe-target/generated-types.js +3 -0
  7. package/dist/destinations/adobe-target/generated-types.js.map +1 -0
  8. package/dist/destinations/adobe-target/index.d.ts +4 -0
  9. package/dist/destinations/adobe-target/index.js +27 -0
  10. package/dist/destinations/adobe-target/index.js.map +1 -0
  11. package/dist/destinations/adobe-target/updateProfile/generated-types.d.ts +6 -0
  12. package/dist/destinations/adobe-target/updateProfile/generated-types.js +3 -0
  13. package/dist/destinations/adobe-target/updateProfile/generated-types.js.map +1 -0
  14. package/dist/destinations/adobe-target/updateProfile/index.d.ts +5 -0
  15. package/dist/destinations/adobe-target/updateProfile/index.js +41 -0
  16. package/dist/destinations/adobe-target/updateProfile/index.js.map +1 -0
  17. package/dist/destinations/facebook-conversions-api/constants.d.ts +1 -1
  18. package/dist/destinations/facebook-conversions-api/constants.js +3 -3
  19. package/dist/destinations/google-analytics-4/addPaymentInfo/generated-types.d.ts +4 -0
  20. package/dist/destinations/google-analytics-4/addPaymentInfo/index.js +6 -2
  21. package/dist/destinations/google-analytics-4/addPaymentInfo/index.js.map +1 -1
  22. package/dist/destinations/google-analytics-4/addToCart/generated-types.d.ts +4 -0
  23. package/dist/destinations/google-analytics-4/addToCart/index.js +6 -2
  24. package/dist/destinations/google-analytics-4/addToCart/index.js.map +1 -1
  25. package/dist/destinations/google-analytics-4/addToWishlist/generated-types.d.ts +4 -0
  26. package/dist/destinations/google-analytics-4/addToWishlist/index.js +6 -2
  27. package/dist/destinations/google-analytics-4/addToWishlist/index.js.map +1 -1
  28. package/dist/destinations/google-analytics-4/beginCheckout/generated-types.d.ts +4 -0
  29. package/dist/destinations/google-analytics-4/beginCheckout/index.js +6 -2
  30. package/dist/destinations/google-analytics-4/beginCheckout/index.js.map +1 -1
  31. package/dist/destinations/google-analytics-4/customEvent/generated-types.d.ts +1 -0
  32. package/dist/destinations/google-analytics-4/customEvent/index.js +3 -7
  33. package/dist/destinations/google-analytics-4/customEvent/index.js.map +1 -1
  34. package/dist/destinations/google-analytics-4/ga4-properties.d.ts +2 -0
  35. package/dist/destinations/google-analytics-4/ga4-properties.js +12 -1
  36. package/dist/destinations/google-analytics-4/ga4-properties.js.map +1 -1
  37. package/dist/destinations/google-analytics-4/generateLead/generated-types.d.ts +4 -0
  38. package/dist/destinations/google-analytics-4/generateLead/index.js +6 -2
  39. package/dist/destinations/google-analytics-4/generateLead/index.js.map +1 -1
  40. package/dist/destinations/google-analytics-4/login/generated-types.d.ts +4 -0
  41. package/dist/destinations/google-analytics-4/login/index.js +6 -2
  42. package/dist/destinations/google-analytics-4/login/index.js.map +1 -1
  43. package/dist/destinations/google-analytics-4/pageView/generated-types.d.ts +4 -0
  44. package/dist/destinations/google-analytics-4/pageView/index.js +6 -2
  45. package/dist/destinations/google-analytics-4/pageView/index.js.map +1 -1
  46. package/dist/destinations/google-analytics-4/purchase/generated-types.d.ts +4 -0
  47. package/dist/destinations/google-analytics-4/purchase/index.js +6 -2
  48. package/dist/destinations/google-analytics-4/purchase/index.js.map +1 -1
  49. package/dist/destinations/google-analytics-4/refund/generated-types.d.ts +4 -0
  50. package/dist/destinations/google-analytics-4/refund/index.js +6 -2
  51. package/dist/destinations/google-analytics-4/refund/index.js.map +1 -1
  52. package/dist/destinations/google-analytics-4/removeFromCart/generated-types.d.ts +4 -0
  53. package/dist/destinations/google-analytics-4/removeFromCart/index.js +6 -2
  54. package/dist/destinations/google-analytics-4/removeFromCart/index.js.map +1 -1
  55. package/dist/destinations/google-analytics-4/search/generated-types.d.ts +4 -0
  56. package/dist/destinations/google-analytics-4/search/index.js +6 -2
  57. package/dist/destinations/google-analytics-4/search/index.js.map +1 -1
  58. package/dist/destinations/google-analytics-4/selectItem/generated-types.d.ts +4 -0
  59. package/dist/destinations/google-analytics-4/selectItem/index.js +6 -2
  60. package/dist/destinations/google-analytics-4/selectItem/index.js.map +1 -1
  61. package/dist/destinations/google-analytics-4/selectPromotion/generated-types.d.ts +4 -0
  62. package/dist/destinations/google-analytics-4/selectPromotion/index.js +6 -2
  63. package/dist/destinations/google-analytics-4/selectPromotion/index.js.map +1 -1
  64. package/dist/destinations/google-analytics-4/signUp/generated-types.d.ts +4 -0
  65. package/dist/destinations/google-analytics-4/signUp/index.js +6 -2
  66. package/dist/destinations/google-analytics-4/signUp/index.js.map +1 -1
  67. package/dist/destinations/google-analytics-4/viewCart/generated-types.d.ts +4 -0
  68. package/dist/destinations/google-analytics-4/viewCart/index.js +6 -2
  69. package/dist/destinations/google-analytics-4/viewCart/index.js.map +1 -1
  70. package/dist/destinations/google-analytics-4/viewItem/generated-types.d.ts +4 -0
  71. package/dist/destinations/google-analytics-4/viewItem/index.js +6 -2
  72. package/dist/destinations/google-analytics-4/viewItem/index.js.map +1 -1
  73. package/dist/destinations/google-analytics-4/viewItemList/generated-types.d.ts +4 -0
  74. package/dist/destinations/google-analytics-4/viewItemList/index.js +6 -2
  75. package/dist/destinations/google-analytics-4/viewItemList/index.js.map +1 -1
  76. package/dist/destinations/google-analytics-4/viewPromotion/generated-types.d.ts +4 -0
  77. package/dist/destinations/google-analytics-4/viewPromotion/index.js +6 -2
  78. package/dist/destinations/google-analytics-4/viewPromotion/index.js.map +1 -1
  79. package/dist/destinations/index.js +2 -1
  80. package/dist/destinations/index.js.map +1 -1
  81. package/dist/destinations/personas-messaging-sendgrid/sendEmail/index.js +7 -1
  82. package/dist/destinations/personas-messaging-sendgrid/sendEmail/index.js.map +1 -1
  83. package/dist/destinations/salesforce/customObject/generated-types.d.ts +10 -0
  84. package/dist/destinations/salesforce/customObject/generated-types.js +3 -0
  85. package/dist/destinations/salesforce/customObject/generated-types.js.map +1 -0
  86. package/dist/destinations/salesforce/customObject/index.d.ts +5 -0
  87. package/dist/destinations/salesforce/customObject/index.js +37 -0
  88. package/dist/destinations/salesforce/customObject/index.js.map +1 -0
  89. package/dist/destinations/salesforce/index.js +3 -1
  90. package/dist/destinations/salesforce/index.js.map +1 -1
  91. package/dist/destinations/salesforce/lead/generated-types.d.ts +3 -0
  92. package/dist/destinations/salesforce/lead/index.js +2 -1
  93. package/dist/destinations/salesforce/lead/index.js.map +1 -1
  94. package/dist/destinations/salesforce/sf-object-to-shape.d.ts +2 -0
  95. package/dist/destinations/salesforce/sf-object-to-shape.js +26 -0
  96. package/dist/destinations/salesforce/sf-object-to-shape.js.map +1 -0
  97. package/dist/destinations/salesforce/sf-operations.d.ts +1 -0
  98. package/dist/destinations/salesforce/sf-operations.js +15 -22
  99. package/dist/destinations/salesforce/sf-operations.js.map +1 -1
  100. package/dist/destinations/salesforce/sf-properties.d.ts +1 -0
  101. package/dist/destinations/salesforce/sf-properties.js +10 -1
  102. package/dist/destinations/salesforce/sf-properties.js.map +1 -1
  103. package/dist/destinations/salesforce/sf-types.d.ts +14 -1
  104. package/dist/destinations/tiktok-conversions/index.js +32 -14
  105. package/dist/destinations/tiktok-conversions/index.js.map +1 -1
  106. package/dist/destinations/tiktok-conversions/reportWebEvent/formatter.d.ts +3 -3
  107. package/dist/destinations/tiktok-conversions/reportWebEvent/formatter.js +9 -3
  108. package/dist/destinations/tiktok-conversions/reportWebEvent/formatter.js.map +1 -1
  109. package/dist/destinations/tiktok-conversions/reportWebEvent/generated-types.d.ts +16 -6
  110. package/dist/destinations/tiktok-conversions/reportWebEvent/index.js +177 -27
  111. package/dist/destinations/tiktok-conversions/reportWebEvent/index.js.map +1 -1
  112. package/package.json +4 -4
@@ -7,30 +7,48 @@ const actions_core_1 = require("@segment/actions-core");
7
7
  const reportWebEvent_1 = __importDefault(require("./reportWebEvent"));
8
8
  const presets = [
9
9
  {
10
- name: 'Initiate Checkout',
11
- subscribe: 'event = "Checkout Started"',
10
+ name: 'View Content',
11
+ subscribe: 'type="page"',
12
12
  partnerAction: 'reportWebEvent',
13
13
  mapping: {
14
14
  ...actions_core_1.defaultValues(reportWebEvent_1.default.fields),
15
- event: 'IntiateCheckout'
15
+ event: 'ViewContent'
16
16
  }
17
17
  },
18
18
  {
19
- name: 'View Content',
20
- subscribe: 'type="page"',
19
+ name: 'Search',
20
+ subscribe: 'event = "Products Searched"',
21
21
  partnerAction: 'reportWebEvent',
22
22
  mapping: {
23
23
  ...actions_core_1.defaultValues(reportWebEvent_1.default.fields),
24
- event: 'ViewContent'
24
+ event: 'Search'
25
25
  }
26
26
  },
27
27
  {
28
- name: 'Products Searched',
29
- subscribe: 'event = "Products Searched"',
28
+ name: 'Add to Wishlist',
29
+ subscribe: 'event = "Product Added to Wishlist"',
30
30
  partnerAction: 'reportWebEvent',
31
31
  mapping: {
32
32
  ...actions_core_1.defaultValues(reportWebEvent_1.default.fields),
33
- event: 'Search'
33
+ event: 'AddToWishlist'
34
+ }
35
+ },
36
+ {
37
+ name: 'Add to Cart',
38
+ subscribe: 'event = "Product Added"',
39
+ partnerAction: 'reportWebEvent',
40
+ mapping: {
41
+ ...actions_core_1.defaultValues(reportWebEvent_1.default.fields),
42
+ event: 'AddToCart'
43
+ }
44
+ },
45
+ {
46
+ name: 'Initiate Checkout',
47
+ subscribe: 'event = "Checkout Started"',
48
+ partnerAction: 'reportWebEvent',
49
+ mapping: {
50
+ ...actions_core_1.defaultValues(reportWebEvent_1.default.fields),
51
+ event: 'InitiateCheckout'
34
52
  }
35
53
  },
36
54
  {
@@ -43,12 +61,12 @@ const presets = [
43
61
  }
44
62
  },
45
63
  {
46
- name: 'Order Completed',
64
+ name: 'Place an Order',
47
65
  subscribe: 'event = "Order Completed"',
48
66
  partnerAction: 'reportWebEvent',
49
67
  mapping: {
50
68
  ...actions_core_1.defaultValues(reportWebEvent_1.default.fields),
51
- event: 'PlaceOrder'
69
+ event: 'PlaceAnOrder'
52
70
  }
53
71
  }
54
72
  ];
@@ -61,14 +79,14 @@ const destination = {
61
79
  fields: {
62
80
  accessToken: {
63
81
  label: 'Access Token',
64
- description: "TikTok Long Term Access Token. You can generate this from the TikTok Marketing API portal. Please follow TikTok's [Authorization guide](https://ads.tiktok.com/athena/docs/index.html?plat_id=-1&doc_id=100010&id=100681&key=e98b971a296ae45d8e35a22fba032d1c06f5973de9aab73ce07b82f230cf3afd) for more info.",
82
+ description: 'Your TikTok Access Token. Please see TikToks [Events API documentation](https://ads.tiktok.com/marketing_api/docs?id=1701890979375106) for information on how to generate an access token via the TikTok Ads Manager or API.',
65
83
  type: 'string',
66
84
  required: true
67
85
  },
68
86
  pixel_code: {
69
87
  label: 'Pixel Code',
70
88
  type: 'string',
71
- description: 'An ID for your pixel. Required to send events to the TikTok pixel.',
89
+ description: 'Your TikTok Pixel ID. Please see TikTok’s [Events API documentation](https://ads.tiktok.com/marketing_api/docs?id=1701890979375106) for information on how to find this value.',
72
90
  required: true
73
91
  }
74
92
  },
@@ -77,7 +95,7 @@ const destination = {
77
95
  method: 'post',
78
96
  json: {
79
97
  pixel_code: settings.pixel_code,
80
- event: "Test Event",
98
+ event: 'Test Event',
81
99
  timestamp: '',
82
100
  context: {}
83
101
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/destinations/tiktok-conversions/index.ts"],"names":[],"mappings":";;;;;AACA,wDAAqD;AAGrD,sEAA6C;AAG7C,MAAM,OAAO,GAAqC;IAChD;QACE,IAAI,EAAE,mBAAmB;QACzB,SAAS,EAAE,4BAA4B;QACvC,aAAa,EAAE,gBAAgB;QAC/B,OAAO,EAAE;YACP,GAAG,4BAAa,CAAC,wBAAc,CAAC,MAAM,CAAC;YACvC,KAAK,EAAE,iBAAiB;SACzB;KACF;IACD;QACE,IAAI,EAAE,cAAc;QACpB,SAAS,EAAE,aAAa;QACxB,aAAa,EAAE,gBAAgB;QAC/B,OAAO,EAAE;YACP,GAAG,4BAAa,CAAC,wBAAc,CAAC,MAAM,CAAC;YACvC,KAAK,EAAE,aAAa;SACrB;KACF;IACD;QACE,IAAI,EAAE,mBAAmB;QACzB,SAAS,EAAE,6BAA6B;QACxC,aAAa,EAAE,gBAAgB;QAC/B,OAAO,EAAE;YACP,GAAG,4BAAa,CAAC,wBAAc,CAAC,MAAM,CAAC;YACvC,KAAK,EAAE,QAAQ;SAChB;KACF;IACD;QACE,IAAI,EAAE,kBAAkB;QACxB,SAAS,EAAE,gCAAgC;QAC3C,aAAa,EAAE,gBAAgB;QAC/B,OAAO,EAAE;YACP,GAAG,4BAAa,CAAC,wBAAc,CAAC,MAAM,CAAC;YACvC,KAAK,EAAE,gBAAgB;SACxB;KACF;IACD;QACE,IAAI,EAAE,iBAAiB;QACvB,SAAS,EAAE,2BAA2B;QACtC,aAAa,EAAE,gBAAgB;QAC/B,OAAO,EAAE;YACP,GAAG,4BAAa,CAAC,wBAAc,CAAC,MAAM,CAAC;YACvC,KAAK,EAAE,YAAY;SACpB;KACF;CACF,CAAA;AAED,MAAM,WAAW,GAAoC;IAInD,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,OAAO;IAEb,cAAc,EAAE;QACd,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE;YACN,WAAW,EAAE;gBACX,KAAK,EAAE,cAAc;gBACrB,WAAW,EACT,+SAA+S;gBACjT,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;aACf;YACD,UAAU,EAAE;gBACV,KAAK,EAAE,YAAY;gBACnB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,oEAAoE;gBACjF,QAAQ,EAAE,IAAI;aACf;SACF;QACD,kBAAkB,EAAE,CAAC,OAAO,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE;YAG5C,OAAO,OAAO,CAAC,4DAA4D,EAAE;gBAC3E,MAAM,EAAE,MAAM;gBACd,IAAI,EAAE;oBACJ,UAAU,EAAE,QAAQ,CAAC,UAAU;oBAC/B,KAAK,EAAE,YAAY;oBACnB,SAAS,EAAE,EAAE;oBACb,OAAO,EAAE,EAAE;iBACZ;aACF,CAAC,CAAA;QACJ,CAAC;KACF;IACD,aAAa,CAAC,EAAE,QAAQ,EAAE;QACxB,OAAO;YACL,OAAO,EAAE,EAAE,cAAc,EAAE,QAAQ,CAAC,WAAW,EAAE;SAClD,CAAA;IACH,CAAC;IACD,OAAO;IACP,OAAO,EAAE;QACP,cAAc,EAAd,wBAAc;KACf;CACF,CAAA;AAED,kBAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/destinations/tiktok-conversions/index.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,3 @@
1
- export declare function formatEmail(email: string): string;
2
- export declare function formatUserId(userId: string): string;
3
- export declare function formatPhone(phone?: string): string;
1
+ export declare function formatEmail(email: string | undefined): string | undefined;
2
+ export declare function formatUserId(userId: string | undefined): string | undefined;
3
+ export declare function formatPhone(phone: string | undefined): string | undefined;
@@ -3,16 +3,22 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.formatPhone = exports.formatUserId = exports.formatEmail = void 0;
4
4
  const crypto_1 = require("crypto");
5
5
  function formatEmail(email) {
6
- return hashAndEncode(email.toLowerCase());
6
+ if (email) {
7
+ return hashAndEncode(email.toLowerCase());
8
+ }
9
+ return undefined;
7
10
  }
8
11
  exports.formatEmail = formatEmail;
9
12
  function formatUserId(userId) {
10
- return hashAndEncode(userId.toLowerCase().trim());
13
+ if (userId) {
14
+ return hashAndEncode(userId.toLowerCase().trim());
15
+ }
16
+ return undefined;
11
17
  }
12
18
  exports.formatUserId = formatUserId;
13
19
  function formatPhone(phone) {
14
20
  if (!phone)
15
- return '';
21
+ return undefined;
16
22
  const validatedPhone = phone.match(/[0-9]{0,14}/g);
17
23
  if (validatedPhone === null) {
18
24
  throw new Error(`${phone} is not a valid E.164 phone number.`);
@@ -1 +1 @@
1
- {"version":3,"file":"formatter.js","sourceRoot":"","sources":["../../../../src/destinations/tiktok-conversions/reportWebEvent/formatter.ts"],"names":[],"mappings":";;;AAAA,mCAAmC;AAKnC,SAAgB,WAAW,CAAC,KAAa;IACvC,OAAO,aAAa,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC,CAAA;AAC3C,CAAC;AAFD,kCAEC;AAOD,SAAgB,YAAY,CAAC,MAAc;IACzC,OAAO,aAAa,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,IAAI,EAAE,CAAC,CAAA;AACnD,CAAC;AAFD,oCAEC;AAOD,SAAgB,WAAW,CAAC,KAAc;IACxC,IAAI,CAAC,KAAK;QAAE,OAAO,EAAE,CAAA;IAErB,MAAM,cAAc,GAAG,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,CAAA;IAClD,IAAI,cAAc,KAAK,IAAI,EAAE;QAC3B,MAAM,IAAI,KAAK,CAAC,GAAG,KAAK,qCAAqC,CAAC,CAAA;KAC/D;IAED,IAAI,cAAc,GAAG,IAAI,KAAK,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,EAAE,CAAA;IAEvD,cAAc,GAAG,cAAc,CAAC,SAAS,CAAC,CAAC,EAAE,EAAE,CAAC,CAAA;IAChD,OAAO,aAAa,CAAC,cAAc,CAAC,CAAA;AACtC,CAAC;AAZD,kCAYC;AAED,SAAS,aAAa,CAAC,QAAgB;IACrC,OAAO,mBAAU,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;AAC5D,CAAC"}
1
+ {"version":3,"file":"formatter.js","sourceRoot":"","sources":["../../../../src/destinations/tiktok-conversions/reportWebEvent/formatter.ts"],"names":[],"mappings":";;;AAAA,mCAAmC;AAKnC,SAAgB,WAAW,CAAC,KAAyB;IACnD,IAAI,KAAK,EAAE;QACT,OAAO,aAAa,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC,CAAA;KAC1C;IACD,OAAO,SAAS,CAAA;AAClB,CAAC;AALD,kCAKC;AAOD,SAAgB,YAAY,CAAC,MAA0B;IACrD,IAAI,MAAM,EAAE;QACV,OAAO,aAAa,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,IAAI,EAAE,CAAC,CAAA;KAClD;IACD,OAAO,SAAS,CAAA;AAClB,CAAC;AALD,oCAKC;AAOD,SAAgB,WAAW,CAAC,KAAyB;IACnD,IAAI,CAAC,KAAK;QAAE,OAAO,SAAS,CAAA;IAE5B,MAAM,cAAc,GAAG,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,CAAA;IAClD,IAAI,cAAc,KAAK,IAAI,EAAE;QAC3B,MAAM,IAAI,KAAK,CAAC,GAAG,KAAK,qCAAqC,CAAC,CAAA;KAC/D;IAED,IAAI,cAAc,GAAG,IAAI,KAAK,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,EAAE,CAAA;IAEvD,cAAc,GAAG,cAAc,CAAC,SAAS,CAAC,CAAC,EAAE,EAAE,CAAC,CAAA;IAChD,OAAO,aAAa,CAAC,cAAc,CAAC,CAAA;AACtC,CAAC;AAZD,kCAYC;AAED,SAAS,aAAa,CAAC,QAAgB;IACrC,OAAO,mBAAU,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;AAC5D,CAAC"}
@@ -1,13 +1,23 @@
1
1
  export interface Payload {
2
- event?: string;
2
+ event: string;
3
3
  event_id?: string;
4
4
  timestamp?: string;
5
- type?: string;
6
- properties?: {
7
- [k: string]: unknown;
8
- };
9
5
  phone_number?: string;
10
6
  email?: string;
11
- external_id: string;
7
+ external_id?: string;
12
8
  ttclid?: string;
9
+ url?: string;
10
+ referrer?: string;
11
+ ip?: string;
12
+ user_agent?: string;
13
+ contents?: {
14
+ price?: number;
15
+ quantity?: number;
16
+ content_type?: string;
17
+ content_id?: string;
18
+ }[];
19
+ currency?: string;
20
+ value?: number;
21
+ description?: string;
22
+ query?: string;
13
23
  }
@@ -8,10 +8,8 @@ const action = {
8
8
  event: {
9
9
  label: 'Event Name',
10
10
  type: 'string',
11
- description: 'Conversion event name. Please refer to the "Supported Web Events" section on this [page](https://ads.tiktok.com/marketing_api/docs?id=1701890979375106) for accepted event names.',
12
- default: {
13
- '@path': '$.event'
14
- }
11
+ required: true,
12
+ description: 'Conversion event name. Please refer to the "Supported Web Events" section on in TikTok’s [Events API documentation](https://ads.tiktok.com/marketing_api/docs?id=1701890979375106) for accepted event names.'
15
13
  },
16
14
  event_id: {
17
15
  label: 'Event ID',
@@ -24,25 +22,14 @@ const action = {
24
22
  timestamp: {
25
23
  label: 'Event Timestamp',
26
24
  type: 'string',
27
- description: 'Timestamp that the event took place, in ISO 8601 format.'
28
- },
29
- type: {
30
- label: 'Segment Event Type',
31
- description: 'The Segment event type, e.g. "page".',
32
- type: 'string',
25
+ description: 'Timestamp that the event took place, in ISO 8601 format.',
33
26
  default: {
34
- '@path': '$.type'
27
+ '@path': '$.timestamp'
35
28
  }
36
29
  },
37
- properties: {
38
- label: 'Properties associated with the event',
39
- description: 'Additional properties such as content info, description, and currency.',
40
- type: 'object',
41
- required: false
42
- },
43
30
  phone_number: {
44
31
  label: 'Phone Number',
45
- description: 'Phone number of the user who triggered the conversion event, in E.164 standard format, e.g. +14150000000.',
32
+ description: 'Phone number of the user who triggered the conversion event, in E.164 standard format, e.g. +14150000000. Segment will hash this value before sending to TikTok.',
46
33
  type: 'string',
47
34
  default: {
48
35
  '@if': {
@@ -54,7 +41,7 @@ const action = {
54
41
  },
55
42
  email: {
56
43
  label: 'Email',
57
- description: 'Email address of the user who triggered the conversion event.',
44
+ description: 'Email address of the user who triggered the conversion event. Segment will hash this value before sending to TikTok.',
58
45
  type: 'string',
59
46
  format: 'email',
60
47
  default: {
@@ -67,9 +54,8 @@ const action = {
67
54
  },
68
55
  external_id: {
69
56
  label: 'External ID',
70
- description: 'Uniquely identifies the user who triggered the conversion event.',
57
+ description: 'Uniquely identifies the user who triggered the conversion event. Segment will hash this value before sending to TikTok.',
71
58
  type: 'string',
72
- required: true,
73
59
  default: {
74
60
  '@if': {
75
61
  exists: { '@path': '$.userId' },
@@ -89,15 +75,166 @@ const action = {
89
75
  else: { '@path': '$.traits.ttclid' }
90
76
  }
91
77
  }
78
+ },
79
+ url: {
80
+ label: 'Page URL',
81
+ type: 'string',
82
+ description: 'The page URL where the conversion event took place.',
83
+ default: {
84
+ '@path': '$.context.page.url'
85
+ }
86
+ },
87
+ referrer: {
88
+ label: 'Page Referrer',
89
+ type: 'string',
90
+ description: 'The page referrer.',
91
+ default: {
92
+ '@path': '$.context.page.referrer'
93
+ }
94
+ },
95
+ ip: {
96
+ label: 'IP Address',
97
+ type: 'string',
98
+ description: 'IP address of the browser.',
99
+ default: {
100
+ '@path': '$.context.ip'
101
+ }
102
+ },
103
+ user_agent: {
104
+ label: 'User Agent',
105
+ type: 'string',
106
+ description: 'User agent from the user’s device.',
107
+ default: {
108
+ '@path': '$.context.userAgent'
109
+ }
110
+ },
111
+ contents: {
112
+ label: 'Contents',
113
+ type: 'object',
114
+ multiple: true,
115
+ description: 'Related items in a web event.',
116
+ default: {
117
+ '@if': {
118
+ exists: {
119
+ '@arrayPath': [
120
+ '$.properties.products',
121
+ {
122
+ price: {
123
+ '@path': '$.price'
124
+ },
125
+ quantity: {
126
+ '@path': '$.quantity'
127
+ },
128
+ content_type: {
129
+ '@path': '$.content_type'
130
+ },
131
+ content_id: {
132
+ '@path': '$.content_id'
133
+ }
134
+ }
135
+ ]
136
+ },
137
+ then: {
138
+ '@arrayPath': [
139
+ '$.properties.products',
140
+ {
141
+ price: {
142
+ '@path': '$.price'
143
+ },
144
+ quantity: {
145
+ '@path': '$.quantity'
146
+ },
147
+ content_type: {
148
+ '@path': '$.content_type'
149
+ },
150
+ content_id: {
151
+ '@path': '$.content_id'
152
+ }
153
+ }
154
+ ]
155
+ },
156
+ else: {
157
+ '@arrayPath': [
158
+ '$.properties',
159
+ {
160
+ price: {
161
+ '@path': '$.price'
162
+ },
163
+ quantity: {
164
+ '@path': '$.quantity'
165
+ },
166
+ content_type: {
167
+ '@path': '$.content_type'
168
+ },
169
+ content_id: {
170
+ '@path': '$.content_id'
171
+ }
172
+ }
173
+ ]
174
+ }
175
+ }
176
+ },
177
+ properties: {
178
+ price: {
179
+ label: 'Price',
180
+ description: 'Price of the item.',
181
+ type: 'number'
182
+ },
183
+ quantity: {
184
+ label: 'Quantity',
185
+ description: 'Number of items.',
186
+ type: 'number'
187
+ },
188
+ content_type: {
189
+ label: 'Content Type',
190
+ description: 'Type of the product item.',
191
+ type: 'string'
192
+ },
193
+ content_id: {
194
+ label: 'Content ID',
195
+ description: 'ID of the product item.',
196
+ type: 'string'
197
+ }
198
+ }
199
+ },
200
+ currency: {
201
+ label: 'Currency',
202
+ type: 'string',
203
+ description: 'Currency for the value specified as ISO 4217 code.',
204
+ default: {
205
+ '@path': '$.properties.currency'
206
+ }
207
+ },
208
+ value: {
209
+ label: 'Value',
210
+ type: 'number',
211
+ description: 'Value of the order or items sold.',
212
+ default: {
213
+ '@if': {
214
+ exists: { '@path': '$.properties.value' },
215
+ then: { '@path': '$.properties.value' },
216
+ else: { '@path': '$.properties.revenue' }
217
+ }
218
+ }
219
+ },
220
+ description: {
221
+ label: 'Description',
222
+ type: 'string',
223
+ description: 'A string description of the web event.'
224
+ },
225
+ query: {
226
+ label: 'Query',
227
+ type: 'string',
228
+ description: 'The text string that was searched for.',
229
+ default: {
230
+ '@path': '$.properties.query'
231
+ }
92
232
  }
93
233
  },
94
234
  perform: (request, { payload, settings }) => {
95
- const eventId = payload.event_id
96
- ? payload.event_id.toString() + '_' + (Math.random() + 1).toString(36).substring(7)
97
- : '';
98
235
  const userData = {
99
236
  hashedExternalId: formatter_1.formatUserId(payload.external_id),
100
- hashedEmail: formatter_1.formatEmail(payload.email || ''),
237
+ hashedEmail: formatter_1.formatEmail(payload.email),
101
238
  hashedPhoneNumber: formatter_1.formatPhone(payload.phone_number)
102
239
  };
103
240
  return request('https://business-api.tiktok.com/open_api/v1.2/pixel/track/', {
@@ -105,7 +242,7 @@ const action = {
105
242
  json: {
106
243
  pixel_code: settings.pixel_code,
107
244
  event: payload.event,
108
- event_id: eventId,
245
+ event_id: payload.event_id,
109
246
  timestamp: payload.timestamp,
110
247
  context: {
111
248
  user: {
@@ -115,7 +252,20 @@ const action = {
115
252
  },
116
253
  ad: {
117
254
  callback: payload.ttclid
118
- }
255
+ },
256
+ page: {
257
+ url: payload.url,
258
+ referrer: payload.referrer
259
+ },
260
+ ip: payload.ip,
261
+ user_agent: payload.user_agent
262
+ },
263
+ properties: {
264
+ contents: payload.contents,
265
+ currency: payload.currency,
266
+ value: payload.value,
267
+ description: payload.description,
268
+ query: payload.query
119
269
  }
120
270
  }
121
271
  });
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/tiktok-conversions/reportWebEvent/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/tiktok-conversions/reportWebEvent/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.47.0",
4
+ "version": "3.49.2-alpha.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/segmentio/action-destinations",
@@ -38,8 +38,8 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@amplitude/ua-parser-js": "^0.7.25",
41
- "@segment/actions-core": "^3.21.1",
42
- "@segment/actions-shared": "^1.2.0",
41
+ "@segment/actions-core": "^3.22.0",
42
+ "@segment/actions-shared": "^1.3.0",
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": "646a8cac3f3d62f51ed6721cb6f9ea27ed38a240"
65
+ "gitHead": "824f401b691e40d39bd34f5b49114ea879097493"
66
66
  }