AdGroupAdService::get PHP Method

get() public method

Returns a list of AdGroupAds. AdGroupAds that had been removed are not returned by default.
public get ( $serviceSelector ) : The
return The page containing the AdGroupAds that meet the criteria specified by the selector.
        public function get($serviceSelector)
        {
            $args = new AdGroupAdServiceGet($serviceSelector);
            $result = $this->__soapCall("get", array($args));
            return $result->rval;
        }