AI-generated Key Takeaways
- 
          
The App Report provides app usage data and the timestamp when the report was collected.
 - 
          
App usage data includes details such as running duration, app ID, app type, and app instance ID.
 
App report.
| JSON representation | 
|---|
{
  "usageData": [
    {
      object ( | 
            
| Fields | |
|---|---|
usageData[] | 
              
                 
 App usage data.  | 
            
reportTime | 
              
                 
 Timestamp when the report was collected. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
            
AppUsageData
App usage data.
| JSON representation | 
|---|
{
  "runningDuration": string,
  "appId": string,
  "appType": enum ( | 
              
| Fields | |
|---|---|
runningDuration | 
                
                   
 App foreground running time. A duration in seconds with up to nine fractional digits, ending with '  | 
              
appId | 
                
                   
 App id.  | 
              
appType | 
                
                   
 Type of app.  | 
              
appInstanceId | 
                
                   
 Application instance id. This will be unique per window/instance.  |