AdGroupAdService::upgradeUrl PHP Method

upgradeUrl() public method

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