columnName = $column; $this->actualName = $name; $this->nameSingular = $name; $this->idDimension = $idDimension; $this->segmentName = CustomDimensionsRequestProcessor::buildCustomDimensionTrackingApiName($idDimension); } /** * The name of the dimension which will be visible for instance in the UI of a related report and in the mobile app. * @return string */ public function getName() { return $this->actualName; } public function getId() { return 'CustomDimension.CustomDimension' . $this->idDimension; } }