@adkit/cli 1.13.23 → 1.13.24
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 +2 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -5125,6 +5125,7 @@ Note:
|
|
|
5125
5125
|
list returns ad configuration only (creative, status, adset).
|
|
5126
5126
|
AdKit hides deleted and archived ads by default. Use --status to include them.
|
|
5127
5127
|
Single-image/video ads use --media. Carousel ads use --data with carouselCards.
|
|
5128
|
+
Copy flags are repeatable \u2014 pass every headline/primary-text/link-description the user supplies; Meta rotates them on one ad. If it is unclear whether they want one ad with variants or separate ads, ask before creating. Only when writing copy yourself, default to one per field unless the user asks for variants.
|
|
5128
5129
|
|
|
5129
5130
|
Examples:
|
|
5130
5131
|
# Create an ad with a local video file
|
|
@@ -5187,6 +5188,7 @@ Note:
|
|
|
5187
5188
|
list returns ad configuration only (creative, status, adset).
|
|
5188
5189
|
AdKit hides deleted and archived ads by default. Use --status to include them.
|
|
5189
5190
|
Single-image/video ads use --media. Carousel ads use --data with carouselCards.
|
|
5191
|
+
Copy flags are repeatable \u2014 pass every headline/primary-text/link-description the user supplies; Meta rotates them on one ad. If it is unclear whether they want one ad with variants or separate ads, ask before creating. Only when writing copy yourself, default to one per field unless the user asks for variants.
|
|
5190
5192
|
|
|
5191
5193
|
--data JSON fields:
|
|
5192
5194
|
adsetId (required) Parent ad set ID
|
package/package.json
CHANGED