Parameters used with the unica_acgenrpt -p option

The unica_acgenrpt utility's -p option allows you to specify parameters using name=value pairs for the Cell Variable Profile, Cell Variable Crosstab, and Cell Content reports.

Cell Variable Profile report

Parameter name Usage Description
cell Required Name of a cell you want to profile.
field Required Name of the field you want to use to profile the cell.
cell2 Optional Name of an additional cell to profile.
bins Optional Number of bins you want to include in the report. If the number you specify is less than the number of different field values, some fields will be joined in one bin. The default is 25.
meta Optional Specifies whether you want to profile by meta type. Valid values are TRUE and FALSE. The default is TRUE.

Cell Variable Crosstab report

Parameter name Usage Description
cell Required Name of a cell you want to profile.
field1 Required Name of the first field you want to use to profile the cell.
field2 Required Name of the second field you want to use to profile the cell.
cell2 Optional Name of an additional cell to profile.
bins Optional Number of bins you want to include in the report. If the number you specify is less than the number of different field values, some fields will be joined in one bin. The default is 10.
meta Optional Specifies whether you want to profile by meta type. Valid values are TRUE and FALSE. The default is TRUE.

Cell Content report

Parameter name Usage Description
cell Required Name of the cell you want to include in the report.
field Optional Name of a field you want to include in the report. Repeat multiple times to specify additional fields. If no field is specified, the report displays values for the audience field(s).
records Optional Number of records you want to include in the report. The default is 100.
skipdups Optional Specifies whether you want to skip records with duplicate ID values. Enabling this option is useful if you are using non-normalized tables. Valid values are TRUE and FALSE. The default is FALSE.