Solo output. Nome della risorsa delle impostazioni di attribuzione. Formato: properties/{property_id}/attributionSettings Esempio: "properties/1000/attributionSettings"
Obbligatorio. L'elenco dei campi da aggiornare. I nomi dei campi devono essere in minuscolo con iniziali maiuscole (ad es. "field_to_update"). I campi omessi non verranno aggiornati. Per sostituire l'intera entità, utilizza un percorso con la stringa "*" per trovare una corrispondenza in tutti i campi.
Si tratta di un elenco separato da virgole di nomi completi dei campi. Esempio: "user.displayName,photo".
[[["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-01-14 UTC."],[[["This page explains how to update attribution settings on a Google Analytics property using the `PATCH` HTTP request."],["The request requires specifying the `attributionSettings.name` as a path parameter and an `updateMask` as a query parameter."],["The request body should contain the updated AttributionSettings object, and a successful response will return the updated AttributionSettings object."],["You'll need the `analytics.edit` OAuth scope to authorize this request."]]],["This API updates attribution settings for a specified property using a PATCH request. The request URL includes a path parameter, `attributionSettings.name`, to identify the target property. A required query parameter, `updateMask`, specifies the fields to modify. The request and response bodies both use the `AttributionSettings` resource. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. The URL format follows gRPC Transcoding syntax.\n"]]