Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesSharedCriterion

A criterion belonging to a shared set.

Inheritance
object
GoogleAdsSearchads360V23ResourcesSharedCriterion
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 GoogleAdsSearchads360V23ResourcesSharedCriterion : IDirectResponseSchema

Properties

Brand

Immutable. Brand.

Declaration
[JsonProperty("brand")]
public virtual GoogleAdsSearchads360V23CommonBrandInfo Brand { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonBrandInfo

CriterionId

Output only. The ID of the criterion. This field is ignored for mutates.

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

ETag

The ETag of the item.

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

Keyword

Immutable. Keyword.

Declaration
[JsonProperty("keyword")]
public virtual GoogleAdsSearchads360V23CommonKeywordInfo Keyword { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonKeywordInfo

MobileAppCategory

Immutable. Mobile App Category.

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

MobileApplication

Immutable. Mobile application.

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

Negative

Immutable. If true, the criterion is excluded. If false, the criterion is targeted.

Declaration
[JsonProperty("negative")]
public virtual bool? Negative { get; set; }
Property Value
Type Description
bool?

Placement

Immutable. Placement.

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

ResourceName

Immutable. The resource name of the shared criterion. Shared set resource names have the form: customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_id}

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

SharedSet

Immutable. The shared set to which the shared criterion belongs.

Declaration
[JsonProperty("sharedSet")]
public virtual string SharedSet { 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

VerticalAdsItemGroupRule

Immutable. Vertical ads item group rule.

Declaration
[JsonProperty("verticalAdsItemGroupRule")]
public virtual GoogleAdsSearchads360V23CommonVerticalAdsItemGroupRuleInfo VerticalAdsItemGroupRule { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonVerticalAdsItemGroupRuleInfo

Webpage

Immutable. Webpage.

Declaration
[JsonProperty("webpage")]
public virtual GoogleAdsSearchads360V23CommonWebpageInfo Webpage { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonWebpageInfo

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