Discount percent

Discount percents are available for items and orders:

  • Item discount percent is the percentage discount that is applied to all units that are associated with a single item within a single transaction.

  • Order discount percent is the percentage discount that is applied to the order value for the entire transaction, in addition to any item or unit-specific discount percentages.

Use in segments

You can access discount percent attributes directly from the Segment Editor. To add these attributes to your segments, click Add criteria, select the Unified Itemized Transactions table (for Item Discount Percent) or the Unified Transactions table (for Order Discount Percent), apply a condition, and then specify a value.

Available conditions

The following table lists the conditions that are available to discount percent attributes.

Note

Discount percent attributes have a Decimal data type. All Decimal data types share the same set of conditions. Recommended conditions for this attribute are identified with “  More useful” and conditions with more limited use cases are identified with “  Less useful”.

Condition

Description

is

Returns a specific discount percent, such as “.20”, “.50”, or “.10”.

Tip

Use the following conditions to return a range of discount percents instead of a specific discount amount: is between, is greater than, is greater than or equal to, is less than, and is less than or equal to.

is between

  More useful

Returns a range of discount percents that are between the specified discount percents.

is greater than

  More useful

Returns discount percents that are greater than the specified discount percent.

is greater than or equal to

  More useful

Returns discount percents that are greater than or equal to the specified discount percent.

is in list

  Less useful

Avoid using the is in list condition; individual discount percents are not typically made available in a list.

is less than

  More useful

Returns discount percents that are less than the specified discount percent.

is less than or equal to

  More useful

Returns discount percents that are less than or equal to the specified discount percent.

is not

  Less useful

Avoid using the is not condition.

For example, if you specified “.50” then any discount percents less than or equal to “.49” and any discount percents greater than or equal to “.51” would be returned.

is not between

  Less useful

Discovers outlier discount amounts.

For example, if most of your discount percents are between “.10” and “.20”, use “.10” and “.20” to return discount percents that were less than and greater than those values.

is not in list

  Less useful

Avoid using the is not in list condition when individual profit amounts are not made available as a list.

is not NULL

Returns customer records that have a value, such as “.10”, “.20”, and “.90”, but also ” ” (a space) and “0” (zero). If the record has any value it will be returned.

is NULL

Returns customer records that do not have a value.