• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/marketing/service.php
  • Класс: BitrixSeoMarketingService
  • Вызов: Service::getCampaignList
static function getCampaignList($type, $accountId)
{
	return AdCampaign::create($type)
		->setService(static::getInstance())
		->getCampaignList($accountId);
}