• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/retargeting/services/accountyandex.php
  • Класс: Bitrix\Seo\Retargeting\Services\AccountYandex
  • Вызов: AccountYandex::getList
public function getList()
{
	// fake

	$response = Response::create(static::TYPE_CODE);
	$response->setData(array(array('ID' => 1)));

	return $response;
}