AdsApp.​ReportRow

Represents a row of a report.

NOTE: The ReportRow works as an associative array indexed by GAQL column name.

Typical usage:

  
 var 
  
 rows 
  
 = 
  
 report 
 . 
 rows 
 (); 
  
 while 
  
 ( 
 rows 
 . 
 hasNext 
 ()) 
  
 { 
  
 var 
  
 row 
  
 = 
  
 rows 
 . 
 next 
 (); 
  
 // 
  
 The 
  
 row 
  
 works 
  
 as 
  
 an 
  
 associative 
  
 array 
  
 var 
  
 clicks 
  
 = 
  
 row 
 [ 
 'metrics.clicks' 
 ]; 
  
 } 
Create a Mobile Website
View Site in Mobile | Classic
Share by: