@koda-sl/baker-cli 0.194.0-dev.5dba041c4 → 0.194.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.
- package/README.md +3 -2
- package/dist/{chunk-5YX3QOT3.js → chunk-O5GXFPWC.js} +4 -4
- package/dist/chunk-O5GXFPWC.js.map +1 -0
- package/dist/cli.js +44 -27
- package/dist/cli.js.map +1 -1
- package/dist/engine/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-5YX3QOT3.js.map +0 -1
package/README.md
CHANGED
|
@@ -779,7 +779,7 @@ baker ads meta preview --creative-id 9988 --ad-format MOBILE_FEED_STANDARD --out
|
|
|
779
779
|
|
|
780
780
|
# "Why does it show as a still image in one placement?"
|
|
781
781
|
baker ads meta insights --object 9988 --level ad --intent video \
|
|
782
|
-
--breakdowns publisher_platform,platform_position --date-preset last_30d # one ad only: hints flag placements
|
|
782
|
+
--breakdowns publisher_platform,platform_position --date-preset last_30d # one ad only: hints flag placements playing far below the ad's own rate
|
|
783
783
|
baker ads meta preview --creative-id 9988 --placement facebook_reels_overlay --platform facebook
|
|
784
784
|
baker ads meta preview --list-formats # ad_format values + placement mappings
|
|
785
785
|
|
|
@@ -854,7 +854,8 @@ audiences # custom audiences (incl. lookalikes)
|
|
|
854
854
|
pixels # list, or --stats for one --pixel-id (see "Restricted pixel fields")
|
|
855
855
|
activities # account audit log, ~90d retention
|
|
856
856
|
insights # see "Smart defaults" above; a single-ad placement breakdown returns hints
|
|
857
|
-
# naming placements that
|
|
857
|
+
# naming placements playing far below that ad's own play rate — or saying
|
|
858
|
+
# none is, which it never leaves unsaid
|
|
858
859
|
preview # iframe HTML for a creative or ad in a given ad_format, or in the
|
|
859
860
|
# placement an insights breakdown reported (--placement, --list-formats)
|
|
860
861
|
```
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
__toESM
|
|
8
8
|
} from "./chunk-YL3HDEIJ.js";
|
|
9
9
|
|
|
10
|
-
//
|
|
10
|
+
// ../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js
|
|
11
11
|
var require_safe_stable_stringify = __commonJS({
|
|
12
|
-
"
|
|
12
|
+
"../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js"(exports, module) {
|
|
13
13
|
"use strict";
|
|
14
14
|
var { hasOwnProperty } = Object.prototype;
|
|
15
15
|
var stringify = configure2();
|
|
@@ -1083,7 +1083,7 @@ function resolveAdaptFormats(params) {
|
|
|
1083
1083
|
return params.formats ?? [];
|
|
1084
1084
|
}
|
|
1085
1085
|
|
|
1086
|
-
//
|
|
1086
|
+
// ../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/esm/wrapper.js
|
|
1087
1087
|
var import__ = __toESM(require_safe_stable_stringify(), 1);
|
|
1088
1088
|
var configure = import__.default.configure;
|
|
1089
1089
|
var wrapper_default = import__.default;
|
|
@@ -8407,4 +8407,4 @@ export {
|
|
|
8407
8407
|
defaultRegistry,
|
|
8408
8408
|
createEngineFromEnv
|
|
8409
8409
|
};
|
|
8410
|
-
//# sourceMappingURL=chunk-
|
|
8410
|
+
//# sourceMappingURL=chunk-O5GXFPWC.js.map
|