• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/engine/yandexdirect.php
  • Класс: BitrixSeoEngineYandexDirect
  • Вызов: YandexDirect::getBannerStats
public function getBannerStats(array $params)
{
	$result = $this->getProxy()->getInterface()->getBannerStats(static::ENGINE_ID, $params);
	
	if (!empty($result['error']))
	{
		throw new YandexDirectException($result);
	}
	
	return $result;
}