UserProvidedDataSettings

ユーザー提供データの収集の設定。これは、Google アナリティクスのプロパティのシングルトン リソースです。

JSON 表現
{
  "name": string,
  "userProvidedDataCollectionEnabled": boolean,
  "automaticallyDetectedDataCollectionEnabled": boolean
}
フィールド
name

string

ID。この設定のリソース名。形式: properties/{property}/userProvidedDataSettings 例: 「properties/1000/userProvidedDataSettings」

userProvidedDataCollectionEnabled

boolean

省略可。このプロパティが送信されたユーザー提供データを受け入れるかどうか。

automaticallyDetectedDataCollectionEnabled

boolean

省略可。このプロパティで、Google タグがウェブサイトからユーザー提供データを自動的に収集することを許可するかどうかを指定します。この設定は、userProvidedDataCollectionEnabled も true の場合にのみ有効になります。