siteFilterType property

String? siteFilterType
getter/setter pair

Site filter type for this event tag.

If no type is specified then the event tag will be applied to all sites. Possible string values are:

  • "ALLOWLIST" : The event tag should only ever fire on specified sites.
  • "BLOCKLIST" : The event tag should fire on all sites EXCEPT the specified sites.

Implementation

core.String? siteFilterType;