AdGroupAdService::upgradeUrl PHP Метод

upgradeUrl() публичный Метод

Upgrades the url for a set of ads.
public upgradeUrl ( $operations ) : The
Результат The list of Ads that were upgraded.
        public function upgradeUrl($operations)
        {
            $args = new UpgradeUrl($operations);
            $result = $this->__soapCall("upgradeUrl", array($args));
            return $result->rval;
        }