Class NegativeKeywordList
A list of negative keywords used for targeting.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class NegativeKeywordList : IDirectResponseSchema
Properties
AdvertiserId
Output only. The unique ID of the advertiser the negative keyword list belongs to.
Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
long? |
DisplayName
Required. The display name of the negative keyword list. Must be UTF-8 encoded with a maximum size of 255 bytes.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The resource name of the negative keyword list.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NegativeKeywordListId
Output only. The unique ID of the negative keyword list. Assigned by the system.
Declaration
[JsonProperty("negativeKeywordListId")]
public virtual long? NegativeKeywordListId { get; set; }
Property Value
Type | Description |
---|---|
long? |
TargetedLineItemCount
Output only. Number of line items that are directly targeting this negative keyword list.
Declaration
[JsonProperty("targetedLineItemCount")]
public virtual long? TargetedLineItemCount { get; set; }
Property Value
Type | Description |
---|---|
long? |