Kurt\Google\Analytics\Traits\Handlers\ParamsHandler::getParams PHP Method

getParams() public method

Get all the parameters that will be reflected to current query.
public getParams ( ) : array
return array
    public function getParams()
    {
        return ['metrics' => $this->metrics, 'dimensions' => $this->dimensions, 'sort' => $this->sort, 'filters' => $this->filters, 'segment' => $this->segment];
    }