SetParameters
This function sets the parameters to initialize the Medallia SDK.
Parameter Configuration
This function requires you to complete the input register value with a list of parameters in JSON format, as per the following example.
{
"secrect_token_ios": "123456",
"form_id_ios": "123456",
"secrect_token_android": "123456",
"form_id_android": "123456",
"muting_intercept": "n",
"demographic_data": {
"NombreRepresentante": "[Representative Name]",
"CorreoElectronico": "[Email Address]",
"NumeroCliente": "[Client Number]",
"Genero": "[Gender]",
"SegmentoCliente": "[Client Segment]",
"TipoAplicacion": "[Application Type]",
"MarcaCelular": "[Phone Brand]",
"ModeloCelular": "[Phone Model]",
"NumeroTelefonoUno": "[Phone Number]",
"Edad": "[Age]"
}
}Refer to the table below to learn more about each attribute in the JSON.
Attribute | Description | Mandatory | Value |
|---|---|---|---|
| Key assigned per application/platform | X | STRING |
| Form selected to be loaded and shown. | X | STRING |
| Mutes feedback intercepts. Customers may consider using this functionality for critical flows such as payments. Intercepts are enabled by default. | - | Y/N |
| Includes demographic data as custom parameters when submitting the survey. | - | STRING |
Function ID
Register | Value |
|---|---|
110 | 1 |
Input Registers
Register | Description | Mandatory | Value |
|---|---|---|---|
390 | Parameters | X | List of parameters in JSON format (See Parameter Configuration) |
Output Registers
Register | Description | Value | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
112 | Call Result |
|