Scope | Mapping Expressions for URLs | Variable or Parameter Declarations in EMML | ||
MashZone NextGen global attributes: custom attributes with simple values used for: All users. Default values for MashZone NextGen user attributes. If a value is not available at runtime for the current user, the MashZone NextGen global attribute value is used. | parameter=$global/attribute-name | <variable name="global.attribute-name" type="simple-type"/> | ||
MashZone NextGen user attributes: custom attributes with simple values for each specific user. In addition to the custom attributes that you define, MashZone NextGen user attributes can also refer to user attributes defined in your User Repository. Global attributes can provide default values for user attributes with the same name. | parameter=$user/attribute-name | <variable name="user.attribute-name" type="simple-type"/> | ||
MashZone NextGen session attributes: simple values or complex objects with multiple properties. They are data saved from a previous response during the user's current session. To use session attributes, your app or other client must first define them with the MashZone NextGen Server. See Define
MashZone NextGen
Session Attributes for instructions.
| parameter=$session/attribute-name[/Xpath-expression-to-a-specific-node] The XPath expression is optional and is only relevant for session attributess that are complex objects. | For session attributes with simple values: <variable name="session.attribute-name" type="simple-type"/> For complex objects: <variable name="session.attribute-name" type="document"/> | ||
MashZone NextGen request attributes: refers to HTTP headers or cookies for the current request. | parameter=$request.http-header/cookie-name | MashZone NextGen request attributes are not supported in EMML. |