You are here

public function gapi::getMetrics in Google Analytics Statistics 7

Same name and namespace in other branches
  1. 7.2 includes/gapi.class.php \gapi::getMetrics()
  2. 7.x inc/gapi.class.php \gapi::getMetrics()

Get an array of the metrics and the matchning aggregate values for the current result

Return value

Array

File

includes/gapi.class.php, line 632

Class

gapi
GAPI - Google Analytics PHP Interface

Code

public function getMetrics() {
  return $this->report_aggregate_metrics;
}