When working with parameters in BRYTER, you can pass values from a module to a data view and use those values to configure which records end users will see or to set conditions for data view actions.
If you want to transfer values within modules, review this documentation.
Create parameters
- To create a parameter, click the CONFIGURATION tab in the Data view configuration.
- Extend the Parameters panel.
- Click + Add a parameter.
- Enter a NAME and select a TYPE.
- You can now use a parameter in the conditions of filters or actions.
-
To determine which value to hand over from a module as a parameter, create a Redirect Result and choose the data view. For your parameter, a separate input field will appear. Reference a value in the input field.
Note that the module must be in the same application as the data view.
Known limitations
- Start parameters are limited to 50 per module.
- URL parameters adhere to browser-specific length limits:
- Chrome and Internet Explorer have a maximum of 2,083 characters,
- Firefox allows up to 65,536 characters, and
- Safari supports 80,000 characters.