Ricerca di un singolo link di origine della proprietà di aggregazione. Poiché solo le proprietà di aggregazione possono avere collegamenti alle sorgenti, questo metodo genererà un errore se utilizzato su altri tipi di proprietà.
Richiesta HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/rollupPropertySourceLinks/*}
Obbligatoria. Il nome del link di origine della proprietà di aggregazione da cercare. Formato: proprietà/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Esempio: proprietà/123/rollupPropertySourceLinks/456
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di RollupPropertySourceLink.
[[["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 2024-05-06 UTC."],[[["Look up a single roll-up property source link using the provided HTTP request format."],["The request requires a specific path parameter to identify the roll-up property source link."],["The request body should be empty and upon success, the response includes a RollupPropertySourceLink instance."],["Proper authorization with specified OAuth scopes is required for accessing this functionality."]]],["This document outlines the process for retrieving a specific roll-up property source link via an HTTP GET request. The request targets a URL constructed using gRPC Transcoding syntax and requires a `name` parameter specifying the link's unique identifier, formatted as `properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id}`. The request body must be empty. A successful request returns a `RollupPropertySourceLink` instance. Access requires either the `analytics.readonly` or `analytics.edit` OAuth scope.\n"]]