Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCustomerNegativeCriterion

A negative criterion for exclusions at the customer level.

Inheritance
object
GoogleAdsSearchads360V23ResourcesCustomerNegativeCriterion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCustomerNegativeCriterion : IDirectResponseSchema

Properties

ContentLabel

Immutable. ContentLabel.

Declaration
[JsonProperty("contentLabel")]
public virtual GoogleAdsSearchads360V23CommonContentLabelInfo ContentLabel { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonContentLabelInfo

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Output only. The ID of the criterion.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

IpBlock

Immutable. IpBlock. You can exclude up to 500 IP addresses per account.

Declaration
[JsonProperty("ipBlock")]
public virtual GoogleAdsSearchads360V23CommonIpBlockInfo IpBlock { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonIpBlockInfo

MobileAppCategory

Immutable. MobileAppCategory.

Declaration
[JsonProperty("mobileAppCategory")]
public virtual GoogleAdsSearchads360V23CommonMobileAppCategoryInfo MobileAppCategory { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonMobileAppCategoryInfo

MobileApplication

Immutable. MobileApplication.

Declaration
[JsonProperty("mobileApplication")]
public virtual GoogleAdsSearchads360V23CommonMobileApplicationInfo MobileApplication { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonMobileApplicationInfo

NegativeKeywordList

Immutable. NegativeKeywordList.

Declaration
[JsonProperty("negativeKeywordList")]
public virtual GoogleAdsSearchads360V23CommonNegativeKeywordListInfo NegativeKeywordList { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonNegativeKeywordListInfo

Placement

Immutable. Placement.

Declaration
[JsonProperty("placement")]
public virtual GoogleAdsSearchads360V23CommonPlacementInfo Placement { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonPlacementInfo

PlacementList

Immutable. PlacementList.

Declaration
[JsonProperty("placementList")]
public virtual GoogleAdsSearchads360V23CommonPlacementListInfo PlacementList { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonPlacementListInfo

ResourceName

Immutable. The resource name of the customer negative criterion. Customer negative criterion resource names have the form: customers/{customer_id}/customerNegativeCriteria/{criterion_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Type

Output only. The type of the criterion.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

YoutubeChannel

Immutable. YouTube Channel.

Declaration
[JsonProperty("youtubeChannel")]
public virtual GoogleAdsSearchads360V23CommonYouTubeChannelInfo YoutubeChannel { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonYouTubeChannelInfo

YoutubeVideo

Immutable. YouTube Video.

Declaration
[JsonProperty("youtubeVideo")]
public virtual GoogleAdsSearchads360V23CommonYouTubeVideoInfo YoutubeVideo { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonYouTubeVideoInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX