Obbligatorio. Il nome del parametro da modificare. Questo valore deve: * essere inferiore a 40 caratteri. * Essere univoco in tutte le mutazioni all'interno della regola * essere composto solo da lettere, cifre o trattini bassi (_) Per le regole di modifica degli eventi, il nome può essere impostato anche su 'eventName' per modificare il valore eventName.
parameterValue
string
Obbligatorio. La mutazione del valore da eseguire. * Deve contenere meno di 100 caratteri. * Per specificare un valore costante per il parametro, utilizza la stringa del valore. * Per copiare il valore da un altro parametro, utilizza una sintassi come "[[altro_parametro]]" Per ulteriori informazioni, consulta questo articolo del Centro assistenza.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-04-02 UTC."],[[["Defines an event parameter for mutation using JSON representation with `parameter` and `parameterValue` fields."],["`parameter` specifies the event parameter's name for mutation, adhering to specific length, uniqueness, and character constraints."],["`parameterValue` defines the mutation, either as a constant string value or by copying from another parameter using a specific syntax."]]],["The provided JSON structure defines event parameter mutations, requiring a `parameter` name and its `parameterValue`. The `parameter` must be a unique string (under 40 characters), containing letters, digits, or underscores; 'eventName' is also acceptable for event edits. `parameterValue` (under 100 characters) can be a constant string or reference another parameter using the format \"\\[\\[other_parameter\\]\\]\". This controls how an event's parameter should be changed.\n"]]