Kurt\Google\Analytics\Traits\Handlers\MetricsHandler::getMetricsAsString PHP Method

getMetricsAsString() private method

Get the metrics of current query as string.
private getMetricsAsString ( ) : string
return string
    private function getMetricsAsString()
    {
        return implode(',', $this->metrics);
    }