viewGroup()
Navigates the report to the given group path.
Important Only applicable to the sessions-summary-by-group and activity-summary-by-group report.
Examples
var reportObject = reportsApp.getReport("activity-summary-by-group-report");
reportObject.viewGroup({"path": ["Simpson", "Springfield High"]});
Arguments
Return value
None (undefined
).
Type definitions
groupPathObject object
An object containing a reportPathArray.
-
path reportPathArray