• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/retargeting/services/accountgoogle.php
  • Класс: Bitrix\Seo\Retargeting\Services\AccountGoogle
  • Вызов: AccountGoogle::getList
public function getList()
{
	$response = $this->request->send(array(
		'methodName' => 'account.list',
		'parameters' => array()
	));

	return $response;
}