• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/seo/ads/messagelookalikefb.php
  • Класс: Bitrix\Sender\Integration\Seo\Ads\MessageLookalikeFb
  • Вызов: MessageLookalikeFb::getLookalikeOptions
public function getLookalikeOptions()
{
	$config = $this->configuration;
	return [
		'AUDIENCE_SIZE' => $config->get('AUDIENCE_SIZE'),
		'AUDIENCE_REGION' => $config->get('AUDIENCE_REGION'),
	];
}