Enum google_api_proto::google::ads::googleads::v15::resources::ad_group_criterion::Criterion
source · pub enum Criterion {
Show 23 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),
Audience(AudienceInfo),
Location(LocationInfo),
Language(LanguageInfo),
}
Expand description
The ad group criterion.
Exactly one must be set.
Variants§
Keyword(KeywordInfo)
Immutable. Keyword.
Placement(PlacementInfo)
Immutable. Placement.
MobileAppCategory(MobileAppCategoryInfo)
Immutable. Mobile app category.
MobileApplication(MobileApplicationInfo)
Immutable. Mobile application.
ListingGroup(ListingGroupInfo)
Immutable. Listing group.
AgeRange(AgeRangeInfo)
Immutable. Age range.
Gender(GenderInfo)
Immutable. Gender.
IncomeRange(IncomeRangeInfo)
Immutable. Income range.
ParentalStatus(ParentalStatusInfo)
Immutable. Parental status.
UserList(UserListInfo)
Immutable. User List. The Similar Audiences sunset starts May 2023. Refer to https://ads-developers.googleblog.com/2022/11/announcing-deprecation-and-sunset-of.html for other options.
YoutubeVideo(YouTubeVideoInfo)
Immutable. YouTube Video.
YoutubeChannel(YouTubeChannelInfo)
Immutable. YouTube Channel.
Topic(TopicInfo)
Immutable. Topic.
UserInterest(UserInterestInfo)
Immutable. User Interest.
Webpage(WebpageInfo)
Immutable. Webpage
AppPaymentModel(AppPaymentModelInfo)
Immutable. App Payment Model.
CustomAffinity(CustomAffinityInfo)
Immutable. Custom Affinity.
CustomIntent(CustomIntentInfo)
Immutable. Custom Intent.
CustomAudience(CustomAudienceInfo)
Immutable. Custom Audience.
CombinedAudience(CombinedAudienceInfo)
Immutable. Combined Audience.
Audience(AudienceInfo)
Immutable. Audience.
Location(LocationInfo)
Immutable. Location.
Language(LanguageInfo)
Immutable. Language.
Implementations§
source§impl Criterion
impl Criterion
sourcepub fn merge(
field: &mut Option<Criterion>,
tag: u32,
wire_type: WireType,
buf: &mut impl Buf,
ctx: DecodeContext,
) -> Result<(), DecodeError>
pub fn merge( field: &mut Option<Criterion>, tag: u32, wire_type: WireType, buf: &mut impl Buf, ctx: DecodeContext, ) -> Result<(), DecodeError>
Decodes an instance of the message from a buffer, and merges it into self.
sourcepub fn encoded_len(&self) -> usize
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations§
source§impl PartialEq for Criterion
impl PartialEq for Criterion
impl StructuralPartialEq for Criterion
Auto Trait Implementations§
impl Freeze for Criterion
impl RefUnwindSafe for Criterion
impl Send for Criterion
impl Sync for Criterion
impl Unpin for Criterion
impl UnwindSafe for Criterion
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request