conversionDimensions = $conversionDimensions; } /** * @return Google_Service_Dfareporting_Dimension */ public function getConversionDimensions() { return $this->conversionDimensions; } /** * @param Google_Service_Dfareporting_Dimension */ public function setCustomFloodlightVariables($customFloodlightVariables) { $this->customFloodlightVariables = $customFloodlightVariables; } /** * @return Google_Service_Dfareporting_Dimension */ public function getCustomFloodlightVariables() { return $this->customFloodlightVariables; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Metric */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Dfareporting_Metric */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_Dfareporting_Dimension */ public function setPerInteractionDimensions($perInteractionDimensions) { $this->perInteractionDimensions = $perInteractionDimensions; } /** * @return Google_Service_Dfareporting_Dimension */ public function getPerInteractionDimensions() { return $this->perInteractionDimensions; } }