(Classic) Dispatch Section

For rulesets listening for Web events, the dispatch block is used to indicate domain names for Web sites that should raise pageview events.  The following dispatch block indicates that the ruleset is interested in pageview events on google.com and bing.com:

dispatch {
  domain "google.com"
  domain "bing.com"
}

Of course these could be listed in the regular expression filters in the event expressions, but often it’s easier to write regular expressions that don’t pay attention to the domain name in the URL and just select based on some other feature of the URL. 

Copyright Picolabs | Licensed under Creative Commons.