@koda-sl/baker-cli 0.247.0-dev.e7a1a227e → 0.248.0-dev.f53f89f50
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/cli.js +4 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -20292,7 +20292,10 @@ var adSetWriteArgs = {
|
|
|
20292
20292
|
"daily-budget": { type: "string", description: "Daily budget (ABO; omit if the campaign uses CBO)" },
|
|
20293
20293
|
"lifetime-budget": { type: "string", description: "Lifetime budget (needs --end)" },
|
|
20294
20294
|
"bid-amount": { type: "string", description: "Bid amount (required for COST_CAP / bid-cap strategies)" },
|
|
20295
|
-
"bid-strategy": {
|
|
20295
|
+
"bid-strategy": {
|
|
20296
|
+
type: "string",
|
|
20297
|
+
description: "LOWEST_COST_WITHOUT_CAP (auto-bid) | LOWEST_COST_WITH_BID_CAP | COST_CAP \u2014 needs --bid-amount. Omit and Baker sets auto-bid; never leave it to Meta, whose default is a bid cap that then fails without an amount."
|
|
20298
|
+
},
|
|
20296
20299
|
currency: { type: "string", description: "3-letter currency (defaults to the account currency)" },
|
|
20297
20300
|
start: { type: "string", description: "Start time" },
|
|
20298
20301
|
end: { type: "string", description: "End time" },
|