Enum googapis::google::ads::googleads::v7::resources::campaign_criterion::Criterion[][src]

pub enum Criterion {
Show 29 variants Keyword(KeywordInfo), Placement(PlacementInfo), MobileAppCategory(MobileAppCategoryInfo), MobileApplication(MobileApplicationInfo), Location(LocationInfo), Device(DeviceInfo), AdSchedule(AdScheduleInfo), AgeRange(AgeRangeInfo), Gender(GenderInfo), IncomeRange(IncomeRangeInfo), ParentalStatus(ParentalStatusInfo), UserList(UserListInfo), YoutubeVideo(YouTubeVideoInfo), YoutubeChannel(YouTubeChannelInfo), Proximity(ProximityInfo), Topic(TopicInfo), ListingScope(ListingScopeInfo), Language(LanguageInfo), IpBlock(IpBlockInfo), ContentLabel(ContentLabelInfo), Carrier(CarrierInfo), UserInterest(UserInterestInfo), Webpage(WebpageInfo), OperatingSystemVersion(OperatingSystemVersionInfo), MobileDevice(MobileDeviceInfo), LocationGroup(LocationGroupInfo), CustomAffinity(CustomAffinityInfo), CustomAudience(CustomAudienceInfo), CombinedAudience(CombinedAudienceInfo),
}
Expand description

The campaign 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
Location(LocationInfo)

Immutable. Location.

Tuple Fields of Location

0: LocationInfo
Device(DeviceInfo)

Immutable. Device.

Tuple Fields of Device

0: DeviceInfo
AdSchedule(AdScheduleInfo)

Immutable. Ad Schedule.

Tuple Fields of AdSchedule

0: AdScheduleInfo
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
Proximity(ProximityInfo)

Immutable. Proximity.

Tuple Fields of Proximity

0: ProximityInfo
Topic(TopicInfo)

Immutable. Topic.

Tuple Fields of Topic

0: TopicInfo
ListingScope(ListingScopeInfo)

Immutable. Listing scope.

Tuple Fields of ListingScope

0: ListingScopeInfo
Language(LanguageInfo)

Immutable. Language.

Tuple Fields of Language

0: LanguageInfo
IpBlock(IpBlockInfo)

Immutable. IpBlock.

Tuple Fields of IpBlock

0: IpBlockInfo
ContentLabel(ContentLabelInfo)

Immutable. ContentLabel.

Tuple Fields of ContentLabel

0: ContentLabelInfo
Carrier(CarrierInfo)

Immutable. Carrier.

Tuple Fields of Carrier

0: CarrierInfo
UserInterest(UserInterestInfo)

Immutable. User Interest.

Tuple Fields of UserInterest

0: UserInterestInfo
Webpage(WebpageInfo)

Immutable. Webpage.

Tuple Fields of Webpage

0: WebpageInfo
OperatingSystemVersion(OperatingSystemVersionInfo)

Immutable. Operating system version.

Tuple Fields of OperatingSystemVersion

0: OperatingSystemVersionInfo
MobileDevice(MobileDeviceInfo)

Immutable. Mobile Device.

Tuple Fields of MobileDevice

0: MobileDeviceInfo
LocationGroup(LocationGroupInfo)

Immutable. Location Group

Tuple Fields of LocationGroup

0: LocationGroupInfo
CustomAffinity(CustomAffinityInfo)

Immutable. Custom Affinity.

Tuple Fields of CustomAffinity

0: CustomAffinityInfo
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