Syntax
Properties
An array of field selectors that determine which fields are available in the topic. Supports the following operators:
Omni will evaluate the operators according to the Order of operations value in the above table. This means
| Operator | Description | Order of operations |
|---|---|---|
all_views.* | Targets all fields from all views in the topic | 1 |
view.* | Targets all fields in a view | 2 |
tag:<value> | Targets fields and views with the specified tag | 3 |
view.field | Targets a specific field | 4 |
all_views is evaluated first, then specific views, and so on. This allows you to exclude views and then add specific fields back in.Examples
Only include the users view
Exclude the users view
Exclude only the users.id field
Exclude fields with the pii tag
Add the user_facts.lifetime_value back in after excluding the user_facts view
Remove the users.acquisition_cost field from the fields targeted by the marketing tag