@adkit/cli 1.12.28 → 1.12.29
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 +3 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -4573,7 +4573,7 @@ Flags:
|
|
|
4573
4573
|
--from <date> Start date, YYYY-MM-DD
|
|
4574
4574
|
--to <date> End date, YYYY-MM-DD
|
|
4575
4575
|
--fields <list> Normalized fields, e.g. spend, impressions, clicks, conversionEvents, etc
|
|
4576
|
-
--conversion-event-keys <list> purchase,lead or all
|
|
4576
|
+
--conversion-event-keys <list> purchase,lead,messaging_conversation_started or all
|
|
4577
4577
|
--attribution-window <w> 1d_click, 7d_click, 1d_view, 7d_click_1d_view, 28d_click_1d_view
|
|
4578
4578
|
--breakdowns <list> day, week, month, age, gender, country, region, device_platform, publisher_platform, platform_position, impression_device
|
|
4579
4579
|
--confirm Required with --period maximum plus any breakdown
|
|
@@ -4596,6 +4596,8 @@ Examples:
|
|
|
4596
4596
|
adkit manage meta results ads --period maximum --breakdowns country --confirm
|
|
4597
4597
|
# Conversion data for a campaign
|
|
4598
4598
|
adkit manage meta results --campaign-ids 123 --conversion-event-keys purchase,lead
|
|
4599
|
+
# Messenger conversations for click-to-Messenger campaigns
|
|
4600
|
+
adkit manage meta results --campaign-ids 123 --conversion-event-keys messaging_conversation_started
|
|
4599
4601
|
# Raw API response with custom metrics
|
|
4600
4602
|
adkit manage meta results --campaign-ids 123 --raw --fields spend,impressions,conversionEvents`.trim();
|
|
4601
4603
|
var CREATIVE_HELP = `adkit manage meta creatives \u2014 Meta ad creatives
|
package/package.json
CHANGED