Average item prices

A list price is the manufacturer’s suggested retail price (MSRP) for all units of this item, before shipping, tax, or discount amounts are applied. A list price represents a single unit of the item purchased.

Average item prices are available at the following intervals:

  • L30D Average Item Price (30 days)

  • L3M Average Item Price (3 months)

  • L6M Average Item Price (6 months)

  • L12M Average Item Price (12 months)

  • LY12M Average Item Price (12-to-24 months)

  • Lifetime Average Item Price (Lifetime)

You can access average item price intervals directly from the Segment Editor. To add these attributes to your segment, click Add criteria, select the Transaction Attributes Extended table, select an average item price interval attribute, and then apply a condition.

Choose an average item price interval attribute from the Segment Editor.

Available conditions

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

Note

These attributes have a Decimal data type. All Decimal data types share the same set of conditions. Recommended conditions for these attributes are identified with “  Recommended” and conditions with more limited use cases are identified with “  Not recommended”.

Condition

Description

is

  Not recommended

is returns a specific average item price, such as “9.99”, “49.99”, or “52.74”.

Tip

Use the following conditions to return a range of average item prices instead of a specific average item price: is between, is greater than, is greater than or equal to, is less than, and is less than or equal to.

is between

  Recommended

is between returns a range of average item prices that are between the specified average item prices.

is greater than

  Recommended

is greater than returns average item prices that are greater than the specified average item price.

is greater than or equal to

  Recommended

is greater than or equal to returns average item prices that are greater than or equal to the specified average item price.

is in list

  Not recommended

Avoid using the is in list condition; individual average item price amounts are not typically made available in a list.

is less than

  Recommended

is less than returns average item prices that are less than the specified average item price.

is less than or equal to

  Recommended

is less than or equal to returns average item prices that are less than or equal to the specified average item price.

is not

  Not recommended

Avoid using the is not condition.

For example, if you specified “10.25” then any average item price less than or equal to “10.24” and any average item price greater than or equal to “10.26” would be returned.

is not between

  Not recommended

is not between discovers outlier prices.

For example, if most of your average item prices are between “19.99” and “99.99”, use “19.99” and “99.99” to return average item prices that were less than and greater than those values.

is not in list

  Not recommended

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

is not NULL

is not NULL returns customer records that have a value, such as “4.99”, “1.25”, and “99.99”, but also ” ” (a space) and “0” (zero). If the record has any value it will be returned.

is NULL

is NULL returns customer records that do not have a value.