• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/seo/ads/messagelookalikevk.php
  • Класс: Bitrix\Sender\Integration\Seo\Ads\MessageLookalikeVk
  • Вызов: MessageLookalikeVk::setConfigurationOptions
protected function setConfigurationOptions()
{
	$this->configuration->setArrayOptions(array(
		array(
			'type' => 'string',
			'code' => 'CLIENT_ID',
			'name' => Loc::getMessage('SENDER_INTEGRATION_SEO_MESSAGE_CONFIG_CLIENT_ID'),
			'required' => true,
		),
		array(
			'type' => 'string',
			'code' => 'ACCOUNT_ID',
			'name' => Loc::getMessage('SENDER_INTEGRATION_SEO_MESSAGE_CONFIG_ACCOUNT_ID'),
			'required' => true,
		),
		array(
			'type' => 'string',
			'code' => 'AUDIENCE_ID',
			'name' => Loc::getMessage('SENDER_INTEGRATION_SEO_MESSAGE_CONFIG_AUDIENCE_ID'),
			'required' => true,
		),
		array(
			'type' => 'string',
			'code' => 'AUDIENCE_SIZE',
			'name' => Loc::getMessage('SENDER_INTEGRATION_SEO_MESSAGE_CONFIG_AUDIENCE_SIZE'),
			'required' => false,
		)
	));
}