TOPICS×
s.dynamicVariablePrefix
The variable allows deployment to flag variables, which should be populated dynamically.
Cookies, request headers, and image query string parameters are available to be populated dynamically.
Max Size
| Debugger Parameter
| Reports Populated
| Default Value
|
---|---|---|---|
N/A
| D=
| Any
| D=
|
Syntax and Possible Values
s.prop1="D=User-Agent"
OR USE CUSTOM FLAG FOR DYNAMIC VARIABLES
s.dynamicVariablePrefix=".."
Examples
s.prop1="D=User-Agent"
OR USE CUSTOM FLAG FOR DYNAMIC VARIABLES
s.dynamicVariablePrefix=".."
s.prop1="..User-Agent"
Pitfalls, Questions, and Tips
- Dynamic variables can be used to significantly reduce the total length of the URL by copying values into other variables.
- Dynamic variables can be used to collect data from headers and cookies not otherwise available for data collection.