About the inputs node
The Inputs node lets SDK-based feature rules check for custom inputs or built-in context values. It enables you to branch rule logic based on whether a specific input exists or is missing.
Using custom input
- Custom inputs are defined in the Developer Interface when you create a feature.
- In your rule, use the Custom Input decision node and choose the input from the Custom Input dropdown.
- Select True to match when the input is present; select False to match when it is absent.
Built-in inputs
These built-in context values are always available in SDK feature rules:
- Session
- IP address
- User agent
- Path
- Content ID
For further information on creating SDK feature rules, see the SDK Features documentation.