@getlatedev/node 0.2.383 → 0.2.384

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -24615,15 +24615,14 @@ type CreateStandaloneAdData = {
24615
24615
  * for `goal: conversions`.
24616
24616
  *
24617
24617
  * **TikTok:** an `optimization_event` code (UPPER_SNAKE, not Meta's vocabulary
24618
- * and not PascalCase). Must be one of the event types your TikTok Pixel is
24619
- * configured to track; passed through verbatim and validated by TikTok.
24620
- * Newer pixels (Events API / funnel-template setups) use TikTok's updated
24621
- * taxonomy, e.g. `SHOPPING` for purchase/payment events; legacy pixels use
24622
- * codes like `ON_WEB_ORDER` (Complete Payment), `INITIATE_ORDER` (Place an
24623
- * Order), `ON_WEB_CART` (Add to Cart), `ON_WEB_REGISTER` (Complete
24624
- * Registration), `FORM` (Submit Form), `ON_WEB_DETAIL` (View Content).
24625
- * On rejection the error lists the event types your pixel actually tracks.
24626
- * Optional for `goal: conversions`.
24618
+ * and not PascalCase), OR the exact event name shown in TikTok Events Manager
24619
+ * (auto-resolved to its code). Must be one of the event types your TikTok
24620
+ * Pixel tracks; custom events are not optimizable. Current taxonomy:
24621
+ * `SHOPPING` (Purchase), `ON_WEB_CART` (Add to Cart), `INITIATE_ORDER`
24622
+ * (Initiate Checkout), `FORM` (Lead), `ON_WEB_REGISTER` (Complete
24623
+ * Registration), `ON_WEB_DETAIL` (View Content). `ON_WEB_ORDER` is
24624
+ * deprecated. On rejection the error lists the event types your pixel
24625
+ * actually tracks. Optional for `goal: conversions`.
24627
24626
  *
24628
24627
  */
24629
24628
  customEventType?: string;
package/dist/index.d.ts CHANGED
@@ -24615,15 +24615,14 @@ type CreateStandaloneAdData = {
24615
24615
  * for `goal: conversions`.
24616
24616
  *
24617
24617
  * **TikTok:** an `optimization_event` code (UPPER_SNAKE, not Meta's vocabulary
24618
- * and not PascalCase). Must be one of the event types your TikTok Pixel is
24619
- * configured to track; passed through verbatim and validated by TikTok.
24620
- * Newer pixels (Events API / funnel-template setups) use TikTok's updated
24621
- * taxonomy, e.g. `SHOPPING` for purchase/payment events; legacy pixels use
24622
- * codes like `ON_WEB_ORDER` (Complete Payment), `INITIATE_ORDER` (Place an
24623
- * Order), `ON_WEB_CART` (Add to Cart), `ON_WEB_REGISTER` (Complete
24624
- * Registration), `FORM` (Submit Form), `ON_WEB_DETAIL` (View Content).
24625
- * On rejection the error lists the event types your pixel actually tracks.
24626
- * Optional for `goal: conversions`.
24618
+ * and not PascalCase), OR the exact event name shown in TikTok Events Manager
24619
+ * (auto-resolved to its code). Must be one of the event types your TikTok
24620
+ * Pixel tracks; custom events are not optimizable. Current taxonomy:
24621
+ * `SHOPPING` (Purchase), `ON_WEB_CART` (Add to Cart), `INITIATE_ORDER`
24622
+ * (Initiate Checkout), `FORM` (Lead), `ON_WEB_REGISTER` (Complete
24623
+ * Registration), `ON_WEB_DETAIL` (View Content). `ON_WEB_ORDER` is
24624
+ * deprecated. On rejection the error lists the event types your pixel
24625
+ * actually tracks. Optional for `goal: conversions`.
24627
24626
  *
24628
24627
  */
24629
24628
  customEventType?: string;
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(index_exports);
36
36
  // package.json
37
37
  var package_default = {
38
38
  name: "@getlatedev/node",
39
- version: "0.2.383",
39
+ version: "0.2.384",
40
40
  description: "The official Node.js library for the Zernio API",
41
41
  main: "dist/index.js",
42
42
  module: "dist/index.mjs",
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "@getlatedev/node",
8
- version: "0.2.383",
8
+ version: "0.2.384",
9
9
  description: "The official Node.js library for the Zernio API",
10
10
  main: "dist/index.js",
11
11
  module: "dist/index.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlatedev/node",
3
- "version": "0.2.383",
3
+ "version": "0.2.384",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -25287,15 +25287,14 @@ export type CreateStandaloneAdData = {
25287
25287
  * for `goal: conversions`.
25288
25288
  *
25289
25289
  * **TikTok:** an `optimization_event` code (UPPER_SNAKE, not Meta's vocabulary
25290
- * and not PascalCase). Must be one of the event types your TikTok Pixel is
25291
- * configured to track; passed through verbatim and validated by TikTok.
25292
- * Newer pixels (Events API / funnel-template setups) use TikTok's updated
25293
- * taxonomy, e.g. `SHOPPING` for purchase/payment events; legacy pixels use
25294
- * codes like `ON_WEB_ORDER` (Complete Payment), `INITIATE_ORDER` (Place an
25295
- * Order), `ON_WEB_CART` (Add to Cart), `ON_WEB_REGISTER` (Complete
25296
- * Registration), `FORM` (Submit Form), `ON_WEB_DETAIL` (View Content).
25297
- * On rejection the error lists the event types your pixel actually tracks.
25298
- * Optional for `goal: conversions`.
25290
+ * and not PascalCase), OR the exact event name shown in TikTok Events Manager
25291
+ * (auto-resolved to its code). Must be one of the event types your TikTok
25292
+ * Pixel tracks; custom events are not optimizable. Current taxonomy:
25293
+ * `SHOPPING` (Purchase), `ON_WEB_CART` (Add to Cart), `INITIATE_ORDER`
25294
+ * (Initiate Checkout), `FORM` (Lead), `ON_WEB_REGISTER` (Complete
25295
+ * Registration), `ON_WEB_DETAIL` (View Content). `ON_WEB_ORDER` is
25296
+ * deprecated. On rejection the error lists the event types your pixel
25297
+ * actually tracks. Optional for `goal: conversions`.
25299
25298
  *
25300
25299
  */
25301
25300
  customEventType?: string;