class AdvertisersYoutubeAdGroups extends Resource (View source)

The "youtubeAdGroups" collection of methods.

Typical usage is:

 $displayvideoService = new Google\Service\DisplayVideo(...);
 $youtubeAdGroups = $displayvideoService->advertisers_youtubeAdGroups;

Methods

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

Lists assigned targeting options for multiple YouTube ad groups across targeting types. Inherieted assigned targeting options are not included.

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

Gets a YouTube ad group. (youtubeAdGroups.get)

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

Lists YouTube ad groups. (youtubeAdGroups.listAdvertisersYoutubeAdGroups)

Details

BulkListAdGroupAssignedTargetingOptionsResponse bulkListAdGroupAssignedTargetingOptions(string $advertiserId, array $optParams = [])

Lists assigned targeting options for multiple YouTube ad groups across targeting types. Inherieted assigned targeting options are not included.

(youtubeAdGroups.bulkListAdGroupAssignedTargetingOptions)

Parameters

string $advertiserId

Required. The ID of the advertiser the line items belongs to.

array $optParams

Optional parameters.

Return Value

BulkListAdGroupAssignedTargetingOptionsResponse

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

Gets a YouTube ad group. (youtubeAdGroups.get)

Parameters

string $advertiserId

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

string $youtubeAdGroupId

Required. The ID of the ad group to fetch.

array $optParams

Optional parameters.

Return Value

YoutubeAdGroup

ListYoutubeAdGroupsResponse listAdvertisersYoutubeAdGroups(string $advertiserId, array $optParams = [])

Lists YouTube ad groups. (youtubeAdGroups.listAdvertisersYoutubeAdGroups)

Parameters

string $advertiserId

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

array $optParams

Optional parameters.

Return Value

ListYoutubeAdGroupsResponse