Store IDs¶
A store ID is a unique identifier that is identified with the location of a store.
You can access store IDs directly from the Segment Editor. To add these attributes to your segment, click Add criteria, select the Transaction Attributes Extended table, select the Store ID attribute or one of First Store ID, Second Store ID, and Latest Store ID, and then apply a condition.

Available conditions¶
The following table lists the conditions that are available to these attributes.
Note
These attributes have a String data type. All String 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 |
is returns an audience that is associated with a specific store ID. |
is blank |
is blank returns an audience that is not associated with any store IDs. |
is in list |
is in list returns an audience that is associated with any store ID that is in the specified list. |
is like |
is like returns an audience that is associated with any store ID that shares the same set of specified characters. |
is not |
is not returns an audience that is associated with any order that is not the specified store ID. |
is not blank |
is not blank returns an audience that is associated with any store ID. |
is not in list |
is not in list returns an audience that is not associated with any store ID in the list. |
is not like |
is not like returns an audience that is not associated with any store ID that shares the same set of specified characters. |
is not NULL |
is not NULL returns customer records that have an store ID. |
is NULL |
is NULL returns customer records that do not have an store ID. |