• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/configuration/facebook/installs.php
  • Класс: BitrixSeoBusinessSuiteConfigurationFacebookInstalls
  • Вызов: Installs::toArray
public function toArray(): array
{
	return array_filter([
			'business_manager_id' => $this->getBusinessManager(),
			'ad_account_id' => $this->getAdAccount(),
			'pixel_id' => $this->getPixel(),
			'catalog_id' => $this->getCatalog(),
			'page_id' => current($this->getPages() ?? []),
			'ig_profile_id' => current($this->getInstagramProfiles() ?? [])
		]);
}