TagSelection
Identify contacts added to a tag during a campaign.
Table( ( TagSelection( Tag ID) ), [Table Level] )
-
Tag ID defines the tag to use for identifying which contacts to retrieve
-
Table Level selects the level to which data is rolled, e.g. individual, household, etc.
Example: identify all individuals in Tag 202
Table( ( TagSelection( 202 ) ), [Individual] )
Example: identify all individuals in Tag 202 or Tag 205
Table( ( TagSelection( 202 ) OR TagSelection( 205 ) ), [Individual] )