Enum googapis::google::ads::googleads::v7::enums::conversion_action_type_enum::ConversionActionType[][src]

#[repr(i32)]
pub enum ConversionActionType {
Show 37 variants Unspecified, Unknown, AdCall, ClickToCall, GooglePlayDownload, GooglePlayInAppPurchase, UploadCalls, UploadClicks, Webpage, WebsiteCall, StoreSalesDirectUpload, StoreSales, FirebaseAndroidFirstOpen, FirebaseAndroidInAppPurchase, FirebaseAndroidCustom, FirebaseIosFirstOpen, FirebaseIosInAppPurchase, FirebaseIosCustom, ThirdPartyAppAnalyticsAndroidFirstOpen, ThirdPartyAppAnalyticsAndroidInAppPurchase, ThirdPartyAppAnalyticsAndroidCustom, ThirdPartyAppAnalyticsIosFirstOpen, ThirdPartyAppAnalyticsIosInAppPurchase, ThirdPartyAppAnalyticsIosCustom, AndroidAppPreRegistration, AndroidInstallsAllOtherApps, FloodlightAction, FloodlightTransaction, GoogleHosted, LeadFormSubmit, Salesforce, SearchAds360, SmartCampaignAdClicksToCall, SmartCampaignMapClicksToCall, SmartCampaignMapDirections, SmartCampaignTrackedCalls, StoreVisits,
}
Expand description

Possible types of a conversion action.

Variants

Unspecified

Not specified.

Unknown

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

AdCall

Conversions that occur when a user clicks on an ad’s call extension.

ClickToCall

Conversions that occur when a user on a mobile device clicks a phone number.

GooglePlayDownload

Conversions that occur when a user downloads a mobile app from the Google Play Store.

GooglePlayInAppPurchase

Conversions that occur when a user makes a purchase in an app through Android billing.

UploadCalls

Call conversions that are tracked by the advertiser and uploaded.

UploadClicks

Conversions that are tracked by the advertiser and uploaded with attributed clicks.

Webpage

Conversions that occur on a webpage.

WebsiteCall

Conversions that occur when a user calls a dynamically-generated phone number from an advertiser’s website.

StoreSalesDirectUpload

Store Sales conversion based on first-party or third-party merchant data uploads. Only customers on the allowlist can use store sales direct upload types.

StoreSales

Store Sales conversion based on first-party or third-party merchant data uploads and/or from in-store purchases using cards from payment networks. Only customers on the allowlist can use store sales types. Read only.

FirebaseAndroidFirstOpen

Android app first open conversions tracked via Firebase.

FirebaseAndroidInAppPurchase

Android app in app purchase conversions tracked via Firebase.

FirebaseAndroidCustom

Android app custom conversions tracked via Firebase.

FirebaseIosFirstOpen

iOS app first open conversions tracked via Firebase.

FirebaseIosInAppPurchase

iOS app in app purchase conversions tracked via Firebase.

FirebaseIosCustom

iOS app custom conversions tracked via Firebase.

ThirdPartyAppAnalyticsAndroidFirstOpen

Android app first open conversions tracked via Third Party App Analytics.

ThirdPartyAppAnalyticsAndroidInAppPurchase

Android app in app purchase conversions tracked via Third Party App Analytics.

ThirdPartyAppAnalyticsAndroidCustom

Android app custom conversions tracked via Third Party App Analytics.

ThirdPartyAppAnalyticsIosFirstOpen

iOS app first open conversions tracked via Third Party App Analytics.

ThirdPartyAppAnalyticsIosInAppPurchase

iOS app in app purchase conversions tracked via Third Party App Analytics.

ThirdPartyAppAnalyticsIosCustom

iOS app custom conversions tracked via Third Party App Analytics.

AndroidAppPreRegistration

Conversions that occur when a user pre-registers a mobile app from the Google Play Store. Read only.

AndroidInstallsAllOtherApps

Conversions that track all Google Play downloads which aren’t tracked by an app-specific type. Read only.

FloodlightAction

Floodlight activity that counts the number of times that users have visited a particular webpage after seeing or clicking on one of an advertiser’s ads. Read only.

FloodlightTransaction

Floodlight activity that tracks the number of sales made or the number of items purchased. Can also capture the total value of each sale. Read only.

GoogleHosted

Conversions that track local actions from Google’s products and services after interacting with an ad. Read only.

LeadFormSubmit

Conversions reported when a user submits a lead form. Read only.

Salesforce

Conversions that come from Salesforce. Read only.

SearchAds360

Conversions imported from Search Ads 360 Floodlight data. Read only.

SmartCampaignAdClicksToCall

Call conversions that occur on Smart campaign Ads without call tracking setup, using Smart campaign custom criteria. Read only.

SmartCampaignMapClicksToCall

The user clicks on a call element within Google Maps. Smart campaign only. Read only.

SmartCampaignMapDirections

The user requests directions to a business location within Google Maps. Smart campaign only. Read only.

SmartCampaignTrackedCalls

Call conversions that occur on Smart campaign Ads with call tracking setup, using Smart campaign custom criteria. Read only.

StoreVisits

Conversions that occur when a user visits an advertiser’s retail store. Read only.

Implementations

Returns true if value is a variant of ConversionActionType.

Converts an i32 to a ConversionActionType, 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