Adobe Action Message Format
Describes the AMF payload
This payload extracts AMF format from the request and lets you define regex to control precise extraction.
The fields for Adobe Action Message Format (AMF) payload are as seen in the following figure.
The properties for the AMF payload are explained in the following table.
Field | Description |
---|
Method* | Specifies the method of extraction for AMF payloads. |
Pattern | Regular Expression pattern to match and extract from string value of AMF payload |
* The following options are available for the Method field.
- Serialize: Configure the AMF payload only to be exposed in learn mode. This will be useful for debugging while creating rules for learn mode.
- Serialized String Value: Configure the AMF payload as string and extract the matched Pattern.
- String Value: Configure the data using the matched Pattern. The data is not serialized ahead of the pattern matching.
- String Value by Key Name: The data is expected to come in key-value pairs. The parameters are matched using the Pattern. The value for the matched parameter is extracted.
Last modified January 21, 2025