@zernio/node 0.2.751 → 0.2.752
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/sdk.gen.ts +4 -0
- package/src/generated/types.gen.ts +4 -0
package/dist/index.d.mts
CHANGED
|
@@ -36699,6 +36699,10 @@ type CreateStandaloneAdData = {
|
|
|
36699
36699
|
* - `campaign`: CBO (Campaign Budget Optimization / Advantage Campaign Budget). The
|
|
36700
36700
|
* budget AND `bidStrategy` are set on the CAMPAIGN, and Meta distributes spend
|
|
36701
36701
|
* across ad sets automatically.
|
|
36702
|
+
* The returned ad stores the applied `budgetLevel` and budget in `campaignBudget`
|
|
36703
|
+
* for CBO or `adSetBudget` for ABO. Edit CBO budgets with
|
|
36704
|
+
* `PUT /v1/ads/campaigns/{campaignId}` and ABO budgets with
|
|
36705
|
+
* `PUT /v1/ads/ad-sets/{adSetId}`.
|
|
36702
36706
|
* Meta requires the budget at exactly one level, never both. Non-Meta platforms ignore
|
|
36703
36707
|
* this field. Ignored on the attach shape (`adSetId`), which inherits the existing budget.
|
|
36704
36708
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -36699,6 +36699,10 @@ type CreateStandaloneAdData = {
|
|
|
36699
36699
|
* - `campaign`: CBO (Campaign Budget Optimization / Advantage Campaign Budget). The
|
|
36700
36700
|
* budget AND `bidStrategy` are set on the CAMPAIGN, and Meta distributes spend
|
|
36701
36701
|
* across ad sets automatically.
|
|
36702
|
+
* The returned ad stores the applied `budgetLevel` and budget in `campaignBudget`
|
|
36703
|
+
* for CBO or `adSetBudget` for ABO. Edit CBO budgets with
|
|
36704
|
+
* `PUT /v1/ads/campaigns/{campaignId}` and ABO budgets with
|
|
36705
|
+
* `PUT /v1/ads/ad-sets/{adSetId}`.
|
|
36702
36706
|
* Meta requires the budget at exactly one level, never both. Non-Meta platforms ignore
|
|
36703
36707
|
* this field. Ignored on the attach shape (`adSetId`), which inherits the existing budget.
|
|
36704
36708
|
*
|
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.752",
|
|
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.752",
|
|
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
package/src/generated/sdk.gen.ts
CHANGED
|
@@ -8196,6 +8196,10 @@ export const getCampaignBidding = <ThrowOnError extends boolean = false>(options
|
|
|
8196
8196
|
* | `platformSpecificData.spendCap` | Yes | 400 | 400 |
|
|
8197
8197
|
* | `accountId` (empty campaigns) | Yes | - | - |
|
|
8198
8198
|
*
|
|
8199
|
+
* Meta budget edits check the live campaign budget, so an older local ABO stamp
|
|
8200
|
+
* cannot block a CBO campaign. A successful edit repairs local ad budget fields.
|
|
8201
|
+
* A live ABO campaign still returns 409 with the ad-set budget endpoint.
|
|
8202
|
+
*
|
|
8199
8203
|
* On Google: `LOWEST_COST_WITHOUT_CAP` = Maximize Conversions, `COST_CAP` +
|
|
8200
8204
|
* `bidAmount` = Target CPA, `LOWEST_COST_WITH_MIN_ROAS` + `roasAverageFloor` =
|
|
8201
8205
|
* Target ROAS, `LOWEST_COST_WITH_BID_CAP` + `bidAmount` = Maximize Clicks with a
|
|
@@ -37308,6 +37308,10 @@ export type CreateStandaloneAdData = {
|
|
|
37308
37308
|
* - `campaign`: CBO (Campaign Budget Optimization / Advantage Campaign Budget). The
|
|
37309
37309
|
* budget AND `bidStrategy` are set on the CAMPAIGN, and Meta distributes spend
|
|
37310
37310
|
* across ad sets automatically.
|
|
37311
|
+
* The returned ad stores the applied `budgetLevel` and budget in `campaignBudget`
|
|
37312
|
+
* for CBO or `adSetBudget` for ABO. Edit CBO budgets with
|
|
37313
|
+
* `PUT /v1/ads/campaigns/{campaignId}` and ABO budgets with
|
|
37314
|
+
* `PUT /v1/ads/ad-sets/{adSetId}`.
|
|
37311
37315
|
* Meta requires the budget at exactly one level, never both. Non-Meta platforms ignore
|
|
37312
37316
|
* this field. Ignored on the attach shape (`adSetId`), which inherits the existing budget.
|
|
37313
37317
|
*
|