Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202311.CustomCriteria Class Reference

A CustomCriteria object is used to perform custom criteria targeting on custom targeting keys of type CustomTargetingKey.Type::PREDEFINED or CustomTargetingKey.Type::FREEFORM. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202311.CustomCriteria:
Google.Api.Ads.AdManager.v202311.CustomCriteriaLeaf Google.Api.Ads.AdManager.v202311.CustomCriteriaNode

Public Attributes

CustomCriteriaComparisonOperator operator{get{return this.operatorField
 The comparison operator. This attribute is required. More...
 

Properties

long keyId [get, set]
 The CustomTargetingKey::id of the CustomTargetingKey object that was created using CustomTargetingService. This attribute is required. More...
 
bool keyIdSpecified [get, set]
 
long[] valueIds [get, set]
 The ids of CustomTargetingValue objects to target the custom targeting key with id CustomCriteria::keyId. This attribute is required. More...
 
this[System.Xml.Serialization.XmlIgnoreAttribute()][EditorBrowsable(EditorBrowsableState.Never)]
bool 
operatorSpecified [get, set]
 

Detailed Description

A CustomCriteria object is used to perform custom criteria targeting on custom targeting keys of type CustomTargetingKey.Type::PREDEFINED or CustomTargetingKey.Type::FREEFORM.

Member Data Documentation

CustomCriteriaComparisonOperator Google.Api.Ads.AdManager.v202311.CustomCriteria.operator{get{return this.operatorField

The comparison operator. This attribute is required.

Property Documentation

long Google.Api.Ads.AdManager.v202311.CustomCriteria.keyId
getset

The CustomTargetingKey::id of the CustomTargetingKey object that was created using CustomTargetingService. This attribute is required.

bool Google.Api.Ads.AdManager.v202311.CustomCriteria.keyIdSpecified
getset

true, if a value is specified for keyId, false otherwise.

this[System.Xml.Serialization.XmlIgnoreAttribute()] [EditorBrowsable(EditorBrowsableState.Never)] bool Google.Api.Ads.AdManager.v202311.CustomCriteria.operatorSpecified
getset
long [] Google.Api.Ads.AdManager.v202311.CustomCriteria.valueIds
getset

The ids of CustomTargetingValue objects to target the custom targeting key with id CustomCriteria::keyId. This attribute is required.


The documentation for this class was generated from the following file: