campaign-targeting

📘 For more information about the campaign targeting JSON check this page

abtasty-cli web-experimentation campaign-targeting push

NAME

abtasty-cli web-experimentation campaign-targeting push - Push campaign targeting

SYNOPSIS

abtasty-cli web-experimentation campaign-targeting push [-i CAMPAIGN_ID> | --id CAMPAIGN_ID] [-d DATA_RAW | --data-raw=DATA_RAW][--file FILE]

DESCRIPTION

Push campaign targeting

EXAMPLES

abtasty-cli web-experimentation campaign-targeting push -i CAMPAIGN_ID --data-raw DATA_RAW

REQUIRED FLAGS

--id = _CAMPAIGN_ID_

The ID of the campaign

FLAGS

--data-raw = _DATA_RAW_

The new targeting JSON to push in the campaign

--file = _FILE_

File that contains new targeting json to push in the campaign

File Example


abtasty-cli web-experimentation campaign-targeting get

NAME

abtasty-cli web-experimentation campaign-targeing get - Get campaign targeting

SYNOPSIS

abtasty-cli web-experimentation campaign-targeting get [--output-format = OUTPUT_FORMAT [table|json|json-pretty]]

DESCRIPTION

Get campaign targeting

EXAMPLES

REQUIRED FLAGS

--id = _CAMPAIGN_ID_

The ID of the campaign you want to display

FLAGS

--output-format = _OUTPUT_FORMAT_

The output format for printing command output resources. The default format is table. The supported formats are json-pretty, table, json.

--create-file = _CREATE_FILE_

Create a file that contains campaign targeting details

--override = _OVERRIDE_

Override existing campaign targeting details file

Last updated

Was this helpful?