Payment methods¶
A payment method is how a customer chose to pay for the items they have purchased. For example: credit card, gift card, or cash.
Use in segments¶
You can access payment methods directly from the Segment Editor. Add criteria to your segment, select the Unified Itemized Transactions table, select the Payment Methods attribute, apply a condition, and then specify a value.
Available conditions¶
The following table lists the conditions that are available to the payment method attribute.
Note
The payment method attribute has a String data type. All String 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 |
---|---|
contains |
Returns customer records with values that match a string of characters. |
does not contain |
Returns customer records with values that do not match a string of characters. |
ends with |
Returns customer records with values that end with the specified characters. |
is empty |
Less useful Returns customer records that do not have a value in this field. |
is exactly |
Returns all customer records with values that match the specified characters. |
is not empty |
Returns customer records that have a value in this field. |
is not exactly |
Returns customer records that do not match the specified characters. |
starts with |
Returns customer records that start with the specified characters. |