MessageLookalikeYandex::getLookalikeOptions

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. MessageLookalikeYandex
  4. getLookalikeOptions
  • Модуль: 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'),
	];
}

Добавить комментарий