public function getId() { return $this->id; }
/** * returns the rendered id * * @return string */ private function renderId() { $id = $this->campaign->getId(); return empty($id) ? '' : "ga('set', 'campaignId', '{$id}');"; }