TargetingTypesTargetingOptions
class TargetingTypesTargetingOptions extends Resource (View source)
The "targetingOptions" collection of methods.
Typical usage is:
$displayvideoService = new Google\Service\DisplayVideo(...);
$targetingOptions = $displayvideoService->targetingTypes_targetingOptions;
Methods
get(string $targetingType, string $targetingOptionId, array $optParams = [])
Gets a single targeting option. (targetingOptions.get)
listTargetingTypesTargetingOptions(string $targetingType, array $optParams = [])
Lists targeting options of a given type.
search(string $targetingType, SearchTargetingOptionsRequest $postBody, array $optParams = [])
Searches for targeting options of a given type based on the given search terms. (targetingOptions.search)
Details
TargetingOption
get(string $targetingType, string $targetingOptionId, array $optParams = [])
Gets a single targeting option. (targetingOptions.get)
ListTargetingOptionsResponse
listTargetingTypesTargetingOptions(string $targetingType, array $optParams = [])
Lists targeting options of a given type.
(targetingOptions.listTargetingTypesTargetingOptions)
SearchTargetingOptionsResponse
search(string $targetingType, SearchTargetingOptionsRequest $postBody, array $optParams = [])
Searches for targeting options of a given type based on the given search terms. (targetingOptions.search)