@adkit/cli 1.12.14 → 1.12.15
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 +5 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -5043,7 +5043,7 @@ Flags:
|
|
|
5043
5043
|
--sort <field> Sort by: cost, clicks, impressions, conversions (default: cost)
|
|
5044
5044
|
--limit <n> Max results
|
|
5045
5045
|
--status <s> Filter: enabled, paused, all
|
|
5046
|
-
--breakdown <b> Split rows by: day, device, network.
|
|
5046
|
+
--breakdown <b> Split rows by: day, device, network, hour, geo. Hour/geo support account, campaigns, ad-groups.
|
|
5047
5047
|
--fields <list> Response fields, e.g. cost,clicks,searchImpressionShare. Omit for default advertiser metrics; use all for every supported field.
|
|
5048
5048
|
--raw Return raw Google API response
|
|
5049
5049
|
--account <id> Optional if one Google Ads account is connected
|
|
@@ -5056,7 +5056,8 @@ Visibility fields:
|
|
|
5056
5056
|
Search: searchImpressionShare, searchRankLostImpressionShare, searchBudgetLostImpressionShare,
|
|
5057
5057
|
searchTopImpressionShare, searchAbsoluteTopImpressionShare, searchClickShare (default where supported)
|
|
5058
5058
|
Content: contentImpressionShare, contentRankLostImpressionShare, contentBudgetLostImpressionShare (use --fields all)
|
|
5059
|
-
Note: search fields available at all levels except ads
|
|
5059
|
+
Note: search fields available at all levels except ads, but searchBudgetLostImpressionShare is not available for keywords.
|
|
5060
|
+
Content fields not available at keywords or ads.
|
|
5060
5061
|
|
|
5061
5062
|
Examples:
|
|
5062
5063
|
adkit manage google results
|
|
@@ -5067,6 +5068,8 @@ Examples:
|
|
|
5067
5068
|
adkit manage google results --campaign 123 --period 7d
|
|
5068
5069
|
adkit manage google results --campaign 123 --period 7d --breakdown day
|
|
5069
5070
|
adkit manage google results --campaign 123 --period 7d --breakdown device
|
|
5071
|
+
adkit manage google results campaigns --period 7d --breakdown hour
|
|
5072
|
+
adkit manage google results campaigns --period 30d --breakdown geo
|
|
5070
5073
|
adkit manage google results placements --campaign 123 --period 30d
|
|
5071
5074
|
adkit manage google results --period this_month --sort clicks --limit 20
|
|
5072
5075
|
adkit manage google results search-terms --campaign 123 --period 30d
|
package/package.json
CHANGED