I'm working on building a segment using both a filter against the database as well as adding shared lists. Because the shared lists include ALL members, I need a way of filtering these based on specific criteria. Here's an example of what I'm trying to do:
Segment:
Filter A: (database query) Find all contacts who have cars, that are standard transmission, and blue
Shared list A: (contains all contacts w/and without cars of any transmission type and body color)
Shared List B: (contains all contacts w/and without cars of any transmission type and body color)
Shared List C: (contains all contacts w/and without cars of any transmission type and body color)
Now, because the shared lists contain everyone who does/does not have a car and I only want users with cars, how would I go about filtering on these shared lists? I'm attempting to add a filter (contacts who have cars) and merge it with each shared list independently.
How have you managed to build a segment like this? There must be a better way.