Top Level Namespace

Defined Under Namespace

Modules: KynetxAmApi Classes: KRLParseError

Constant Summary collapse

DEFAULT_META =
"  meta {\n    name \"<<NAME>>\"\n    description <<\n      <<DESCRIPTION>>\n    >>\n    author \"\"\n    // Uncomment this line to require Marketplace purchase to use this app.\n    // authz require user\n    logging off\n  }\n"
DEFAULT_GLOBAL =
"  global {\n  \n  }\n"
DEFAULT_DISPATCH =
"  dispatch {\n    // Some example dispatch domains\n    // domain \"example.com\"\n    // domain \"other.example.com\"\n  }\n"
DEFAULT_RULE =
"  rule <<NAME>> is active {\n    select when pageview \".*\" setting ()\n    // pre {   }\n    // notify(\"Hello World\", \"This is a sample rule.\");\n    noop();\n  }\n"