Enum googapis::google::ads::googleads::v8::enums::placeholder_type_enum::PlaceholderType[][src]

#[repr(i32)]
pub enum PlaceholderType {
Show 22 variants Unspecified, Unknown, Sitelink, Call, App, Location, AffiliateLocation, Callout, StructuredSnippet, Message, Price, Promotion, AdCustomizer, DynamicEducation, DynamicFlight, DynamicCustom, DynamicHotel, DynamicRealEstate, DynamicTravel, DynamicLocal, DynamicJob, Image,
}
Expand description

Possible placeholder types for a feed mapping.

Variants

Unspecified

Not specified.

Unknown

Used for return value only. Represents value unknown in this version.

Lets you show links in your ad to pages from your website, including the main landing page.

Call

Lets you attach a phone number to an ad, allowing customers to call directly from the ad.

App

Lets you provide users with a link that points to a mobile app in addition to a website.

Location

Lets you show locations of businesses from your Google My Business account in your ad. This helps people find your locations by showing your ads with your address, a map to your location, or the distance to your business. This extension type is useful to draw customers to your brick-and-mortar location.

AffiliateLocation

If you sell your product through retail chains, affiliate location extensions let you show nearby stores that carry your products.

Callout

Lets you include additional text with your search ads that provide detailed information about your business, including products and services you offer. Callouts appear in ads at the top and bottom of Google search results.

StructuredSnippet

Lets you add more info to your ad, specific to some predefined categories such as types, brands, styles, etc. A minimum of 3 text (SNIPPETS) values are required.

Message

Allows users to see your ad, click an icon, and contact you directly by text message. With one tap on your ad, people can contact you to book an appointment, get a quote, ask for information, or request a service.

Price

Lets you display prices for a list of items along with your ads. A price feed is composed of three to eight price table rows.

Promotion

Allows you to highlight sales and other promotions that let users see how they can save by buying now.

AdCustomizer

Lets you dynamically inject custom data into the title and description of your ads.

DynamicEducation

Indicates that this feed is for education dynamic remarketing.

DynamicFlight

Indicates that this feed is for flight dynamic remarketing.

DynamicCustom

Indicates that this feed is for a custom dynamic remarketing type. Use this only if the other business types don’t apply to your products or services.

DynamicHotel

Indicates that this feed is for hotels and rentals dynamic remarketing.

DynamicRealEstate

Indicates that this feed is for real estate dynamic remarketing.

DynamicTravel

Indicates that this feed is for travel dynamic remarketing.

DynamicLocal

Indicates that this feed is for local deals dynamic remarketing.

DynamicJob

Indicates that this feed is for job dynamic remarketing.

Image

Lets you attach an image to an ad.

Implementations

Returns true if value is a variant of PlaceholderType.

Converts an i32 to a PlaceholderType, or None if value is not a valid variant.

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

Returns the “default value” for a type. Read more

Performs the conversion.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

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

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

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

Compare self to key and return true if they are equal.

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