function testGetPlacementsStatsTwoParams()
 {
     $this->_generateStats();
     $ret = Admin_DA::getPlacementsStats(array('advertiser_id' => $this->clientId, 'placement_id' => $this->campaignId));
     $this->assertTrue($this->_haveStats($ret));
 }