Enum googapis::google::ads::googleads::v9::enums::external_conversion_source_enum::ExternalConversionSource[][src]

#[repr(i32)]
pub enum ExternalConversionSource {
Show 29 variants Unspecified, Unknown, Webpage, Analytics, Upload, AdCallMetrics, WebsiteCallMetrics, StoreVisits, AndroidInApp, IosInApp, IosFirstOpen, AppUnspecified, AndroidFirstOpen, UploadCalls, Firebase, ClickToCall, Salesforce, StoreSalesCrm, StoreSalesPaymentNetwork, GooglePlay, ThirdPartyAppAnalytics, GoogleAttribution, StoreSalesDirectUpload, StoreSales, SearchAds360, GoogleHosted, Floodlight, AnalyticsSearchAds360, FirebaseSearchAds360,
}
Expand description

The external conversion source that is associated with a ConversionAction.

Variants

Unspecified

Not specified.

Unknown

Represents value unknown in this version.

Webpage

Conversion that occurs when a user navigates to a particular webpage after viewing an ad; Displayed in Google Ads UI as ‘Website’.

Analytics

Conversion that comes from linked Google Analytics goal or transaction; Displayed in Google Ads UI as ‘Analytics’.

Upload

Website conversion that is uploaded through ConversionUploadService; Displayed in Google Ads UI as ‘Import from clicks’.

AdCallMetrics

Conversion that occurs when a user clicks on a call extension directly on an ad; Displayed in Google Ads UI as ‘Calls from ads’.

WebsiteCallMetrics

Conversion that occurs when a user calls a dynamically-generated phone number (by installed javascript) from an advertiser’s website after clicking on an ad; Displayed in Google Ads UI as ‘Calls from website’.

StoreVisits

Conversion that occurs when a user visits an advertiser’s retail store after clicking on a Google ad; Displayed in Google Ads UI as ‘Store visits’.

AndroidInApp

Conversion that occurs when a user takes an in-app action such as a purchase in an Android app; Displayed in Google Ads UI as ‘Android in-app action’.

IosInApp

Conversion that occurs when a user takes an in-app action such as a purchase in an iOS app; Displayed in Google Ads UI as ‘iOS in-app action’.

IosFirstOpen

Conversion that occurs when a user opens an iOS app for the first time; Displayed in Google Ads UI as ‘iOS app install (first open)’.

AppUnspecified

Legacy app conversions that do not have an AppPlatform provided; Displayed in Google Ads UI as ‘Mobile app’.

AndroidFirstOpen

Conversion that occurs when a user opens an Android app for the first time; Displayed in Google Ads UI as ‘Android app install (first open)’.

UploadCalls

Call conversion that is uploaded through ConversionUploadService; Displayed in Google Ads UI as ‘Import from calls’.

Firebase

Conversion that comes from a linked Firebase event; Displayed in Google Ads UI as ‘Firebase’.

ClickToCall

Conversion that occurs when a user clicks on a mobile phone number; Displayed in Google Ads UI as ‘Phone number clicks’.

Salesforce

Conversion that comes from Salesforce; Displayed in Google Ads UI as ‘Salesforce.com’.

StoreSalesCrm

Conversion that comes from in-store purchases recorded by CRM; Displayed in Google Ads UI as ‘Store sales (data partner)’.

StoreSalesPaymentNetwork

Conversion that comes from in-store purchases from payment network; Displayed in Google Ads UI as ‘Store sales (payment network)’.

GooglePlay

Codeless Google Play conversion; Displayed in Google Ads UI as ‘Google Play’.

ThirdPartyAppAnalytics

Conversion that comes from a linked third-party app analytics event; Displayed in Google Ads UI as ‘Third-party app analytics’.

GoogleAttribution

Conversion that is controlled by Google Attribution.

StoreSalesDirectUpload

Store Sales conversion based on first-party or third-party merchant data uploads. Displayed in Google Ads UI as ‘Store sales (direct upload)’.

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. Displayed in Google Ads UI as ‘Store sales’.

SearchAds360

Conversions imported from Search Ads 360 Floodlight data.

GoogleHosted

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

Floodlight

Conversions reported by Floodlight tags.

AnalyticsSearchAds360

Conversions that come from Google Analytics specifically for Search Ads 360. Displayed in Google Ads UI as Analytics (SA360).

FirebaseSearchAds360

Conversion that comes from a linked Firebase event for Search Ads 360.

Implementations

Returns true if value is a variant of ExternalConversionSource.

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