public function __construct($id, $name, $dataType, $transactionType = '') {
     parent::__construct($id, $name);
     $this->dataType = $dataType;
     $this->transactionType = $transactionType;
 }
 public function __construct() {
     parent::__construct('impressionCount', $this->_('Number of Impressions'));
 }