Show / Hide Table of Contents

Class AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource

The "assignedTargetingOptions" collection of methods.

Inheritance
object
AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v3
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource

Constructors

AssignedTargetingOptionsResource(IClientService)

Constructs a new resource.

Declaration
public AssignedTargetingOptionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(long, long, TargetingTypeEnum, string)

Gets a single targeting option assigned to a campaign.

Declaration
public virtual AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.GetRequest Get(long advertiserId, long campaignId, AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.GetRequest.TargetingTypeEnum targetingType, string assignedTargetingOptionId)
Parameters
Type Name Description
long advertiserId

Required. The ID of the advertiser the campaign belongs to.

long campaignId

Required. The ID of the campaign the assigned targeting option belongs to.

AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.GetRequest.TargetingTypeEnum targetingType

Required. Identifies the type of this assigned targeting option. Supported targeting types: * TARGETING_TYPE_AGE_RANGE * TARGETING_TYPE_AUTHORIZED_SELLER_STATUS * TARGETING_TYPE_CONTENT_INSTREAM_POSITION * TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION * TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION * TARGETING_TYPE_ENVIRONMENT * TARGETING_TYPE_EXCHANGE * TARGETING_TYPE_GENDER * TARGETING_TYPE_GEO_REGION * TARGETING_TYPE_HOUSEHOLD_INCOME * TARGETING_TYPE_INVENTORY_SOURCE * TARGETING_TYPE_INVENTORY_SOURCE_GROUP * TARGETING_TYPE_LANGUAGE * TARGETING_TYPE_ON_SCREEN_POSITION * TARGETING_TYPE_PARENTAL_STATUS * TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION * TARGETING_TYPE_SUB_EXCHANGE * TARGETING_TYPE_THIRD_PARTY_VERIFIER * TARGETING_TYPE_VIEWABILITY

string assignedTargetingOptionId

Required. An identifier unique to the targeting type in this campaign that identifies the assigned targeting option being requested.

Returns
Type Description
AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.GetRequest

List(long, long, TargetingTypeEnum)

Lists the targeting options assigned to a campaign for a specified targeting type.

Declaration
public virtual AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.ListRequest List(long advertiserId, long campaignId, AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.ListRequest.TargetingTypeEnum targetingType)
Parameters
Type Name Description
long advertiserId

Required. The ID of the advertiser the campaign belongs to.

long campaignId

Required. The ID of the campaign to list assigned targeting options for.

AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.ListRequest.TargetingTypeEnum targetingType

Required. Identifies the type of assigned targeting options to list. Supported targeting types:

  • TARGETING_TYPE_AGE_RANGE * TARGETING_TYPE_AUTHORIZED_SELLER_STATUS * TARGETING_TYPE_CONTENT_INSTREAM_POSITION * TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION * TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION * TARGETING_TYPE_ENVIRONMENT * TARGETING_TYPE_EXCHANGE * TARGETING_TYPE_GENDER * TARGETING_TYPE_GEO_REGION * TARGETING_TYPE_HOUSEHOLD_INCOME * TARGETING_TYPE_INVENTORY_SOURCE * TARGETING_TYPE_INVENTORY_SOURCE_GROUP * TARGETING_TYPE_LANGUAGE * TARGETING_TYPE_ON_SCREEN_POSITION * TARGETING_TYPE_PARENTAL_STATUS * TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION * TARGETING_TYPE_SUB_EXCHANGE * TARGETING_TYPE_THIRD_PARTY_VERIFIER * TARGETING_TYPE_VIEWABILITY
Returns
Type Description
AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.ListRequest
In this article
Back to top Generated by DocFX