Google アナリティクスの MCP サーバーを試します。
GitHub からインストールし、詳細については
お知らせをご覧ください。
Method: properties.subpropertySyncConfigs.patch
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
SubpropertySyncConfig
を更新します。
HTTP リクエスト
PATCH https://analyticsadmin.googleapis.com/v1alpha/{subpropertySyncConfig.name=properties/*/subpropertySyncConfigs/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
subpropertySyncConfig.name |
string
出力専用。ID。形式: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} 例: properties/1234/subpropertySyncConfigs/5678
|
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
省略可。更新するフィールドのリスト。フィールド名はスネークケースで指定する必要があります(例: field_to_update)。省略されたフィールドは更新されません。エンティティ全体を置き換えるには、文字列「*」を含む 1 つのパスを使用して、すべてのフィールドを照合します。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
リクエストの本文
リクエストの本文には SubpropertySyncConfig
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には SubpropertySyncConfig
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.edit
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],[],null,["# Method: properties.subpropertySyncConfigs.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates a `SubpropertySyncConfig`.\n\n### HTTP request\n\n`PATCH https://analyticsadmin.googleapis.com/v1alpha/{subpropertySyncConfig.name=properties/*/subpropertySyncConfigs/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `subpropertySyncConfig.name` | `string` Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678 |\n\n### Query parameters\n\n| Parameters ||\n|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` Optional. The list of fields to update. Field names must be in snake case (for example, \"field_to_update\"). Omitted fields will not be updated. To replace the entire entity, use one path with the string \"\\*\" to match all fields. This is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. |\n\n### Request body\n\nThe request body contains an instance of [SubpropertySyncConfig](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.subpropertySyncConfigs#SubpropertySyncConfig).\n\n### Response body\n\nIf successful, the response body contains an instance of [SubpropertySyncConfig](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.subpropertySyncConfigs#SubpropertySyncConfig).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/analytics.edit`"]]