Prova il server MCP per Google Analytics. Installa da
GitHub e consulta l'
annuncio per maggiori dettagli.
REST Resource: properties.rollupPropertySourceLinks
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Risorsa: RollupPropertySourceLink
Un link che fa riferimento a una proprietà sorgente all'interno della proprietà di aggregazione principale.
Rappresentazione JSON |
{
"name": string,
"sourceProperty": string
} |
Campi |
name |
string
Solo output. Nome della risorsa di questo RollupPropertySourceLink. Formato: "properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}" Formato: "properties/123/rollupPropertySourceLinks/456"
|
sourceProperty |
string
Immutabile. Nome risorsa della proprietà sorgente. Formato: proprietà/{property_id} Esempio: "properties/789"
|
Metodi |
|
Crea un collegamento all'origine della proprietà di aggregazione. |
|
Elimina un collegamento all'origine della proprietà di aggregazione. |
|
Cerca un singolo link all'origine della proprietà di aggregazione. |
|
Elenca i link di origine della proprietà di aggregazione in una proprietà. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[[["RollupPropertySourceLink is a reference to a source property under a parent rollup property and is represented by its name and the source property."],["It includes methods to create, delete, retrieve, and list roll-up property source links."],["The resource name follows a specific format: `properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}`."],["You can manage roll-up property source links using the provided API methods documented in the links."]]],["A `RollupPropertySourceLink` is a resource referencing a source property under a parent rollup property. Its JSON format includes a `name` (resource identifier) and `sourceProperty` (source property identifier). Available actions include: `create` to establish a new link, `delete` to remove a link, `get` to retrieve details of a specific link, and `list` to view all links associated with a property. The `name` and `sourceProperty` fields are strings in the format: `properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}` and `properties/{property_id}`.\n"]]