)
						);
					}
				}
				Adv\YandexBannerTable::setSkipRemoteUpdate(false);

			}
			catch(Engine\YandexDirectException $e)
			{
				$adminList->AddGroupError($e->getCode().': '.$e->getMessage());
			}
		}
	}
}

$map = Adv\YandexBannerTable::getMap();

unset($map['GROUP']);
unset($map['CAMPAIGN']);

$campaignList = Adv\YandexBannerTable::getList(array(
	'order' => array($by => $order),
	'filter' => array(
		"=ENGINE_ID" => $engine->getId(),
		"=CAMPAIGN_ID" => $campaign['ID'],
		'=ACTIVE' => $archive ? Adv\YandexBannerTable::INACTIVE : Adv\YandexBannerTable::ACTIVE,
	),
	"select" => array_keys($map),
/*
	'runtime' => array(
		new Entity\ExpressionField(