public class DisplayVideo.Advertisers.TargetingTypes.AssignedTargetingOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.TargetingTypes.AssignedTargetingOptions.Create |
class |
DisplayVideo.Advertisers.TargetingTypes.AssignedTargetingOptions.Delete |
class |
DisplayVideo.Advertisers.TargetingTypes.AssignedTargetingOptions.Get |
class |
DisplayVideo.Advertisers.TargetingTypes.AssignedTargetingOptions.List |
| Constructor and Description |
|---|
AssignedTargetingOptions() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.TargetingTypes.AssignedTargetingOptions.Create |
create(Long advertiserId,
String targetingType,
AssignedTargetingOption content)
Assigns a targeting option to an advertiser.
|
DisplayVideo.Advertisers.TargetingTypes.AssignedTargetingOptions.Delete |
delete(Long advertiserId,
String targetingType,
String assignedTargetingOptionId)
Deletes an assigned targeting option from an advertiser.
|
DisplayVideo.Advertisers.TargetingTypes.AssignedTargetingOptions.Get |
get(Long advertiserId,
String targetingType,
String assignedTargetingOptionId)
Gets a single targeting option assigned to an advertiser.
|
DisplayVideo.Advertisers.TargetingTypes.AssignedTargetingOptions.List |
list(Long advertiserId,
String targetingType)
Lists the targeting options assigned to an advertiser.
|
public DisplayVideo.Advertisers.TargetingTypes.AssignedTargetingOptions.Create create(Long advertiserId, String targetingType, AssignedTargetingOption content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser.targetingType - Required. Identifies the type of this assigned targeting option. Supported targeting types: *
`TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
`TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
`TARGETING_TYPE_KEYWORD`content - the AssignedTargetingOptionIOExceptionpublic DisplayVideo.Advertisers.TargetingTypes.AssignedTargetingOptions.Delete delete(Long advertiserId, String targetingType, String assignedTargetingOptionId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser.targetingType - Required. Identifies the type of this assigned targeting option. Supported targeting types: *
`TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
`TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
`TARGETING_TYPE_KEYWORD`assignedTargetingOptionId - Required. The ID of the assigned targeting option to delete.IOExceptionpublic DisplayVideo.Advertisers.TargetingTypes.AssignedTargetingOptions.Get get(Long advertiserId, String targetingType, String assignedTargetingOptionId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser.targetingType - Required. Identifies the type of this assigned targeting option. Supported targeting types: *
`TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
`TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
`TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
`TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`assignedTargetingOptionId - Required. An identifier unique to the targeting type in this advertiser that identifies the assigned
targeting option being requested.IOExceptionpublic DisplayVideo.Advertisers.TargetingTypes.AssignedTargetingOptions.List list(Long advertiserId, String targetingType) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser.targetingType - Required. Identifies the type of assigned targeting options to list. Supported targeting types: *
`TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
`TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` *
`TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` *
`TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION`IOExceptionCopyright © 2011–2026 Google. All rights reserved.