class AdvertisersAdGroupAds extends Resource (View source)

The "adGroupAds" collection of methods.

Typical usage is:

 $displayvideoService = new Google\Service\DisplayVideo(...);
 $adGroupAds = $displayvideoService->advertisers_adGroupAds;

Methods

get(string $advertiserId, string $adGroupAdId, array $optParams = [])

Gets an ad group ad. (adGroupAds.get)

listAdvertisersAdGroupAds(string $advertiserId, array $optParams = [])

Lists ad group ads. (adGroupAds.listAdvertisersAdGroupAds)

Details

AdGroupAd get(string $advertiserId, string $adGroupAdId, array $optParams = [])

Gets an ad group ad. (adGroupAds.get)

Parameters

string $advertiserId

Required. The ID of the advertiser this ad group ad belongs to.

string $adGroupAdId

Required. The ID of the ad group ad to fetch.

array $optParams

Optional parameters.

Return Value

AdGroupAd

Exceptions

Exception

ListAdGroupAdsResponse listAdvertisersAdGroupAds(string $advertiserId, array $optParams = [])

Lists ad group ads. (adGroupAds.listAdvertisersAdGroupAds)

Parameters

string $advertiserId

Required. The ID of the advertiser the ad groups belongs to.

array $optParams

Optional parameters.

Return Value

ListAdGroupAdsResponse

Exceptions

Exception