• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/conversionhandler.php
  • Класс: BitrixSeoConversionHandler
  • Вызов: ConversionHandler::onSetDayContextAttributes
static function onSetDayContextAttributes(DayContext $context)
{
	if (AdvSession::isSession())
	{
		$context->setAttribute('seo_yandex_direct_source', static::getSeoId());
	}
}