AdvertisersAdGroupsTargetingTypesAssignedTargetingOptions
class AdvertisersAdGroupsTargetingTypesAssignedTargetingOptions extends Resource (View source)
The "assignedTargetingOptions" collection of methods.
Typical usage is:
$displayvideoService = new Google\Service\DisplayVideo(...);
$assignedTargetingOptions = $displayvideoService->advertisers_adGroups_targetingTypes_assignedTargetingOptions;
Methods
Gets a single targeting option assigned to an ad group. Inherited assigned targeting options are not included. (assignedTargetingOptions.get)
Lists the targeting options assigned to an ad group. Inherited assigned targeting options are not included. (assignedTargetingOptions.listAdvertisers AdGroupsTargetingTypesAssignedTargetingOptions)
Details
AssignedTargetingOption
get(string $advertiserId, string $adGroupId, string $targetingType, string $assignedTargetingOptionId, array $optParams = [])
Gets a single targeting option assigned to an ad group. Inherited assigned targeting options are not included. (assignedTargetingOptions.get)
ListAdGroupAssignedTargetingOptionsResponse
listAdvertisersAdGroupsTargetingTypesAssignedTargetingOptions(string $advertiserId, string $adGroupId, string $targetingType, array $optParams = [])
Lists the targeting options assigned to an ad group. Inherited assigned targeting options are not included. (assignedTargetingOptions.listAdvertisers AdGroupsTargetingTypesAssignedTargetingOptions)