public function set_type($type)
 {
     parent::set_type($type);
     if ($type == NelioABExperiment::HEADLINE_ALT_EXP || $type == NelioABExperiment::CPT_ALT_EXP) {
         $this->track_heatmaps(false);
     } else {
         $this->track_heatmaps(true);
     }
 }