/**
  * Constructor.
  */
 public function __construct()
 {
     $this->addMetric($this->terms['pageviews'])->addDimension($this->terms['path'])->addDimension($this->terms['title']);
     return parent::__construct();
 }
 /**
  * Constructor.
  */
 public function __construct()
 {
     $this->setSectionId(2);
     return parent::__construct();
 }