You are here

public function gapiReportEntry::getMetrics in Google Analytics Statistics 7.x

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

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

Return value

Array

File

inc/gapi.class.php, line 786

Class

gapiReportEntry
Class gapiReportEntry

Code

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