@adkit/cli 1.12.20 → 1.12.21
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 +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -4753,7 +4753,7 @@ Notes:
|
|
|
4753
4753
|
With platformLocation, pass the exact Google geo object to send; AdKit does not look up or convert city names or addresses.
|
|
4754
4754
|
Google excludes support location geo target constants, not proximity radius exclusions.
|
|
4755
4755
|
Display campaign creation uses campaignType:"display" or --campaign-type display. Videos are not supported for Display media in v1.
|
|
4756
|
-
Performance Max: campaignType "performance_max" with exactly one assetGroups[] entry. Text assets inline ({role,text}); image assets are uploaded via google media first, then referenced by id/resourceName. Needs an enabled conversion
|
|
4756
|
+
Performance Max: campaignType "performance_max" with exactly one assetGroups[] entry. Text assets inline ({role,text}); image assets are uploaded via google media first, then referenced by id/resourceName. Needs an enabled conversion (publish is blocked without one). Non-retail only. Build it with --data.
|
|
4757
4757
|
View a Performance Max campaign by ID to read back assetGroups from Google. There is no separate google asset-groups command.
|
|
4758
4758
|
For spend/clicks/conversions: adkit manage google results
|
|
4759
4759
|
|
package/package.json
CHANGED