Enum googapis::google::ads::googleads::v8::resources::ad_group_criterion::Criterion[][src]

pub enum Criterion {
Show 20 variants Keyword(KeywordInfo), Placement(PlacementInfo), MobileAppCategory(MobileAppCategoryInfo), MobileApplication(MobileApplicationInfo), ListingGroup(ListingGroupInfo), AgeRange(AgeRangeInfo), Gender(GenderInfo), IncomeRange(IncomeRangeInfo), ParentalStatus(ParentalStatusInfo), UserList(UserListInfo), YoutubeVideo(YouTubeVideoInfo), YoutubeChannel(YouTubeChannelInfo), Topic(TopicInfo), UserInterest(UserInterestInfo), Webpage(WebpageInfo), AppPaymentModel(AppPaymentModelInfo), CustomAffinity(CustomAffinityInfo), CustomIntent(CustomIntentInfo), CustomAudience(CustomAudienceInfo), CombinedAudience(CombinedAudienceInfo),
}
Expand description

The ad group criterion.

Exactly one must be set.

Variants

Keyword(KeywordInfo)

Immutable. Keyword.

Tuple Fields of Keyword

0: KeywordInfo
Placement(PlacementInfo)

Immutable. Placement.

Tuple Fields of Placement

0: PlacementInfo
MobileAppCategory(MobileAppCategoryInfo)

Immutable. Mobile app category.

Tuple Fields of MobileAppCategory

0: MobileAppCategoryInfo
MobileApplication(MobileApplicationInfo)

Immutable. Mobile application.

Tuple Fields of MobileApplication

0: MobileApplicationInfo
ListingGroup(ListingGroupInfo)

Immutable. Listing group.

Tuple Fields of ListingGroup

0: ListingGroupInfo
AgeRange(AgeRangeInfo)

Immutable. Age range.

Tuple Fields of AgeRange

0: AgeRangeInfo
Gender(GenderInfo)

Immutable. Gender.

Tuple Fields of Gender

0: GenderInfo
IncomeRange(IncomeRangeInfo)

Immutable. Income range.

Tuple Fields of IncomeRange

0: IncomeRangeInfo
ParentalStatus(ParentalStatusInfo)

Immutable. Parental status.

Tuple Fields of ParentalStatus

0: ParentalStatusInfo
UserList(UserListInfo)

Immutable. User List.

Tuple Fields of UserList

0: UserListInfo
YoutubeVideo(YouTubeVideoInfo)

Immutable. YouTube Video.

Tuple Fields of YoutubeVideo

0: YouTubeVideoInfo
YoutubeChannel(YouTubeChannelInfo)

Immutable. YouTube Channel.

Tuple Fields of YoutubeChannel

0: YouTubeChannelInfo
Topic(TopicInfo)

Immutable. Topic.

Tuple Fields of Topic

0: TopicInfo
UserInterest(UserInterestInfo)

Immutable. User Interest.

Tuple Fields of UserInterest

0: UserInterestInfo
Webpage(WebpageInfo)

Immutable. Webpage

Tuple Fields of Webpage

0: WebpageInfo
AppPaymentModel(AppPaymentModelInfo)

Immutable. App Payment Model.

Tuple Fields of AppPaymentModel

0: AppPaymentModelInfo
CustomAffinity(CustomAffinityInfo)

Immutable. Custom Affinity.

Tuple Fields of CustomAffinity

0: CustomAffinityInfo
CustomIntent(CustomIntentInfo)

Immutable. Custom Intent.

Tuple Fields of CustomIntent

0: CustomIntentInfo
CustomAudience(CustomAudienceInfo)

Immutable. Custom Audience.

Tuple Fields of CustomAudience

0: CustomAudienceInfo
CombinedAudience(CombinedAudienceInfo)

Immutable. Combined Audience.

Tuple Fields of CombinedAudience

0: CombinedAudienceInfo

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more