@zernio/node 0.2.822 → 0.2.823
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 +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +5 -1
package/dist/index.d.mts
CHANGED
|
@@ -38528,7 +38528,11 @@ type CreateStandaloneAdData = {
|
|
|
38528
38528
|
*/
|
|
38529
38529
|
adSetId?: string;
|
|
38530
38530
|
/**
|
|
38531
|
-
* Meta, Google Ads, and
|
|
38531
|
+
* Meta, Google Ads, LinkedIn and TikTok. On TikTok: creates
|
|
38532
|
+
* the ad group and the ad under this existing campaign; the
|
|
38533
|
+
* campaign is neither created nor activated and its
|
|
38534
|
+
* objective must fit `goal`; not with `smartPlus`.
|
|
38535
|
+
* On Meta: add the new ad
|
|
38532
38536
|
* set under this EXISTING campaign instead of creating a new
|
|
38533
38537
|
* one (multi-ad-set audience testing). The new ad set's
|
|
38534
38538
|
* budget is matched to the campaign's mode automatically:
|
package/dist/index.d.ts
CHANGED
|
@@ -38528,7 +38528,11 @@ type CreateStandaloneAdData = {
|
|
|
38528
38528
|
*/
|
|
38529
38529
|
adSetId?: string;
|
|
38530
38530
|
/**
|
|
38531
|
-
* Meta, Google Ads, and
|
|
38531
|
+
* Meta, Google Ads, LinkedIn and TikTok. On TikTok: creates
|
|
38532
|
+
* the ad group and the ad under this existing campaign; the
|
|
38533
|
+
* campaign is neither created nor activated and its
|
|
38534
|
+
* objective must fit `goal`; not with `smartPlus`.
|
|
38535
|
+
* On Meta: add the new ad
|
|
38532
38536
|
* set under this EXISTING campaign instead of creating a new
|
|
38533
38537
|
* one (multi-ad-set audience testing). The new ad set's
|
|
38534
38538
|
* budget is matched to the campaign's mode automatically:
|
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: "@zernio/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.823",
|
|
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: "@zernio/node",
|
|
8
|
-
version: "0.2.
|
|
8
|
+
version: "0.2.823",
|
|
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
|
@@ -39144,7 +39144,11 @@ export type CreateStandaloneAdData = {
|
|
|
39144
39144
|
*/
|
|
39145
39145
|
adSetId?: string;
|
|
39146
39146
|
/**
|
|
39147
|
-
* Meta, Google Ads, and
|
|
39147
|
+
* Meta, Google Ads, LinkedIn and TikTok. On TikTok: creates
|
|
39148
|
+
* the ad group and the ad under this existing campaign; the
|
|
39149
|
+
* campaign is neither created nor activated and its
|
|
39150
|
+
* objective must fit `goal`; not with `smartPlus`.
|
|
39151
|
+
* On Meta: add the new ad
|
|
39148
39152
|
* set under this EXISTING campaign instead of creating a new
|
|
39149
39153
|
* one (multi-ad-set audience testing). The new ad set's
|
|
39150
39154
|
* budget is matched to the campaign's mode automatically:
|