• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/seo/ads/messagelookalikeyandex.php
  • Класс: Bitrix\Sender\Integration\Seo\Ads\MessageLookalikeYandex
  • Вызов: MessageLookalikeYandex::getLookalikeOptions
public function getLookalikeOptions(): array
{
	return [
		'name' => $this->configuration->get('AUDIENCE_NAME'),
		'lookalike_value' => $this->configuration->get('AUDIENCE_LOOKALIKE'),
		'maintain_device_distribution' => $this->configuration->get('DEVICE_DISTRIBUTION'),
		'maintain_geo_distribution' => $this->configuration->get('GEO_DISTRIBUTION'),
	];
}