Insert a variable

Throughout the behavior and criteria reference, any option fields that allow you to inject variable text are marked allows variables. Within any of those option's string values, you invoke variable names within pairs of {{ ... }} delimiters. This example of a redirectPlus behavior option invokes the original request's filename and concatenates it after a static string:

"destination": "/fixed/path/to/{{builtin.AK_FILENAME}}"

Note that, to accommodate the injection of variable strings, some options that reference conceptually numeric data are implemented instead as string types.

When inserting variables into text, you refer to them within a common namespace, in this case builtin for read-only system variables, followed by the unique variable name that's ultimately distributed in the XML metadata. The {{builtin.AK_FILENAME}} variable inserted above translates to %(AK_FILENAME) in XML metadata.