MCP-Server für Google Analytics ausprobieren Installieren Sie das Tool über
GitHub. Weitere Informationen finden Sie in der
Ankündigung.
REST Resource: properties.subpropertySyncConfigs
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Ressource: SubpropertySyncConfig
Mit der Konfiguration der Synchronisierung von untergeordneten Properties wird festgelegt, wie Konfigurationen gewöhnlicher Properties mit untergeordneten Properties synchronisiert werden. Diese Ressource wird automatisch für jede untergeordnete Property bereitgestellt.
JSON-Darstellung |
{
"name": string,
"applyToProperty": string,
"customDimensionAndMetricSyncMode": enum (SynchronizationMode )
} |
Felder |
name |
string
Nur Ausgabe. Kennung. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Beispiel: properties/1234/subpropertySyncConfigs/5678
|
applyToProperty |
string
Nur Ausgabe. Nicht veränderbar. Ressourcenname der untergeordneten Property, auf die diese Einstellungen angewendet werden.
|
customDimensionAndMetricSyncMode |
enum (SynchronizationMode )
Erforderlich. Gibt den Synchronisierungsmodus für benutzerdefinierte Dimensionen / Messwerte für die untergeordnete Property an. Wenn Sie „ALLE“ auswählen, wird die Synchronisierung von benutzerdefinierten Dimensionen / Messwerten sofort aktiviert. Die lokale Konfiguration von benutzerdefinierten Dimensionen / Messwerten ist für die untergeordnete Property nicht zulässig, solange der Synchronisierungsmodus auf „ALLE“ gesetzt ist. Wenn „KEIN“ festgelegt ist, ist die Synchronisierung von benutzerdefinierten Dimensionen und Messwerten deaktiviert. Benutzerdefinierte Dimensionen / Messwerte müssen explizit in der untergeordneten Property konfiguriert werden.
|
SynchronizationMode
Synchronisierungsmodi für eine untergeordnete Property
Enums |
SYNCHRONIZATION_MODE_UNSPECIFIED |
Synchronisierungsmodus unbekannt oder nicht angegeben. |
NONE |
Entitäten werden nicht synchronisiert. Lokale Änderungen sind in der untergeordneten Property zulässig. |
ALL |
Entitäten werden aus der übergeordneten Property synchronisiert. Lokale Mutationen sind in der untergeordneten Property nicht zulässig (Erstellen, Aktualisieren, Löschen) |
Methoden |
|
Suche nach einer einzelnen SubpropertySyncConfig . |
|
Alle SubpropertySyncConfig -Ressourcen für eine Property auflisten. |
|
Aktualisiert einen SubpropertySyncConfig . |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[],[],null,["# REST Resource: properties.subpropertySyncConfigs\n\n- [Resource: SubpropertySyncConfig](#SubpropertySyncConfig)\n - [JSON representation](#SubpropertySyncConfig.SCHEMA_REPRESENTATION)\n- [SynchronizationMode](#SynchronizationMode)\n- [Methods](#METHODS_SUMMARY)\n\nResource: SubpropertySyncConfig\n-------------------------------\n\nSubproperty synchronization configuration controls how ordinary property configurations are synchronized to subproperties. This resource is provisioned automatically for each subproperty.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"applyToProperty\": string, \"customDimensionAndMetricSyncMode\": enum (/analytics/devguides/config/admin/v1/rest/v1alpha/properties.subpropertySyncConfigs#SynchronizationMode) } ``` |\n\n| Fields ||\n|------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678 |\n| `applyToProperty` | `string` Output only. Immutable. Resource name of the subproperty that these settings apply to. |\n| `customDimensionAndMetricSyncMode` | `enum (`[SynchronizationMode](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.subpropertySyncConfigs#SynchronizationMode)`)` Required. Specifies the Custom Dimension / Metric synchronization mode for the subproperty. If set to ALL, Custom Dimension / Metric synchronization will be immediately enabled. Local configuration of Custom Dimensions / Metrics will not be allowed on the subproperty so long as the synchronization mode is set to ALL. If set to NONE, Custom Dimensions / Metric synchronization is disabled. Custom Dimensions / Metrics must be configured explicitly on the Subproperty. |\n\nSynchronizationMode\n-------------------\n\nSynchronization modes for a subproperty\n\n| Enums ||\n|------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|\n| `SYNCHRONIZATION_MODE_UNSPECIFIED` | Synchronization mode unknown or not specified. |\n| `NONE` | Entities are not synchronized. Local edits are allowed on the subproperty. |\n| `ALL` | Entities are synchronized from parent property. Local mutations are not allowed on the subproperty (Create / Update / Delete) |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------------------------|------------------------------------------------------------|\n| ### [get](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.subpropertySyncConfigs/get) | Lookup for a single `SubpropertySyncConfig`. |\n| ### [list](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.subpropertySyncConfigs/list) | List all `SubpropertySyncConfig` resources for a property. |\n| ### [patch](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.subpropertySyncConfigs/patch) | Updates a `SubpropertySyncConfig`. |"]]