Google アナリティクスの MCP サーバーを試します。
GitHub からインストールし、詳細については
お知らせをご覧ください。
        
 
       
     
  
  
  
    
  
  
  
    
      Pivot
    
    
      
    
    
      
      コレクションでコンテンツを整理
    
    
      
      必要に応じて、コンテンツの保存と分類を行います。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
    
    
    
      
      
        レポート レスポンスに表示されるディメンションの列と行を記述します。
      
      
        
          
            
              | JSON 表現 | 
            
          
          
            
              {
  "fieldNames": [
    string
  ],
  "orderBys": [
    {
      object (OrderBy)
    }
  ],
  "offset": string,
  "limit": string,
  "metricAggregations": [
    enum (MetricAggregation)
  ]
} | 
            
          
        
      
      
        
          
            
            
          
          
            
              | フィールド | 
            
          
          
            
              fieldNames[] | 
              
                 string 
                レポート レスポンスで表示される列のディメンション名。「dateRange」を含めると、期間列が生成されます。レスポンスの各行の期間列のディメンション値は、リクエストの対応する期間を示します。 
               | 
            
            
              orderBys[] | 
              
                 object (OrderBy) 
                ピボット内のディメンションの順序を指定します。最初のピボットでは、OrderBy によって行と PivotDimensionHeader の順序が決まります。それ以降のピボットでは、OrderBy によって PivotDimensionHeader の順序のみが決まります。これらの OrderBy で指定するディメンションは、Pivot.field_names のサブセットである必要があります。 
               | 
            
            
              offset | 
              
                 string (int64 format) 
                開始行の行数。最初の行は行 0 としてカウントされます。 
               | 
            
            
              limit | 
              
                 string (int64 format) 
                このピボットで返されるディメンション値の一意の組み合わせの数。limit パラメータは必須です。単一ピボット リクエストでは、limit を 10,000 に設定するのが一般的です。 RunPivotReportRequest 内の各 pivot の limit の積は 250,000 を超えてはなりません。たとえば、各ピボットに limit:
                1000 を含む 2 つのピボット リクエストは、プロダクトが 1,000,000 であるため失敗します。 
               | 
            
            
              metricAggregations[] | 
              
                 enum (MetricAggregation) 
                指定された metricAggregations を使用して、このピボットのディメンション別に指標を集計します。 
               | 
            
          
        
      
    
  
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
  最終更新日 2025-07-26 UTC。
  
  
  
    
      [null,null,["最終更新日 2025-07-26 UTC。"],[],["The core content defines the structure for visible report dimensions. `fieldNames` specifies dimension names, including \"dateRange\" for date-specific columns. `orderBys` dictates dimension ordering within pivots. `offset` and `limit` control row selection, with `limit` denoting the number of unique dimension combinations. `metricAggregations` allows for metric aggregation by dimensions. The combined `limit` of all pivots in a request must not exceed 250,000.\n"]]