Struct googapis::google::ads::googleads::v9::resources::ConversionAction[][src]

pub struct ConversionAction {
Show 21 fields pub resource_name: String, pub id: Option<i64>, pub name: Option<String>, pub status: i32, pub type: i32, pub origin: i32, pub primary_for_goal: bool, pub category: i32, pub owner_customer: Option<String>, pub include_in_conversions_metric: Option<bool>, pub click_through_lookback_window_days: Option<i64>, pub view_through_lookback_window_days: Option<i64>, pub value_settings: Option<ValueSettings>, pub counting_type: i32, pub attribution_model_settings: Option<AttributionModelSettings>, pub tag_snippets: Vec<TagSnippet>, pub phone_call_duration_seconds: Option<i64>, pub app_id: Option<String>, pub mobile_app_vendor: i32, pub firebase_settings: Option<FirebaseSettings>, pub third_party_app_analytics_settings: Option<ThirdPartyAppAnalyticsSettings>,
}
Expand description

A conversion action.

Fields

resource_name: String

Immutable. The resource name of the conversion action. Conversion action resource names have the form:

customers/{customer_id}/conversionActions/{conversion_action_id}

id: Option<i64>

Output only. The ID of the conversion action.

name: Option<String>

The name of the conversion action.

This field is required and should not be empty when creating new conversion actions.

status: i32

The status of this conversion action for conversion event accrual.

type: i32

Immutable. The type of this conversion action.

origin: i32

Output only. The conversion origin of this conversion action.

primary_for_goal: bool

If a conversion action’s primary_for_goal bit is false, the conversion action is non-biddable for all campaigns regardless of their customer conversion goal or campaign conversion goal. However, custom conversion goals do not respect primary_for_goal, so if a campaign has a custom conversion goal configured with a primary_for_goal = false conversion action, that conversion action is still biddable.

category: i32

The category of conversions reported for this conversion action.

owner_customer: Option<String>

Output only. The resource name of the conversion action owner customer, or null if this is a system-defined conversion action.

include_in_conversions_metric: Option<bool>

Whether this conversion action should be included in the “conversions” metric.

click_through_lookback_window_days: Option<i64>

The maximum number of days that may elapse between an interaction (e.g., a click) and a conversion event.

view_through_lookback_window_days: Option<i64>

The maximum number of days which may elapse between an impression and a conversion without an interaction.

value_settings: Option<ValueSettings>

Settings related to the value for conversion events associated with this conversion action.

counting_type: i32

How to count conversion events for the conversion action.

attribution_model_settings: Option<AttributionModelSettings>

Settings related to this conversion action’s attribution model.

tag_snippets: Vec<TagSnippet>

Output only. The snippets used for tracking conversions.

phone_call_duration_seconds: Option<i64>

The phone call duration in seconds after which a conversion should be reported for this conversion action.

The value must be between 0 and 10000, inclusive.

app_id: Option<String>

App ID for an app conversion action.

mobile_app_vendor: i32

Output only. Mobile app vendor for an app conversion action.

firebase_settings: Option<FirebaseSettings>

Output only. Firebase settings for Firebase conversion types.

third_party_app_analytics_settings: Option<ThirdPartyAppAnalyticsSettings>

Output only. Third Party App Analytics settings for third party conversion types.

Implementations

Returns the enum value of status, or the default if the field is set to an invalid enum value.

Sets status to the provided enum value.

Returns the enum value of type, or the default if the field is set to an invalid enum value.

Sets type to the provided enum value.

Returns the enum value of category, or the default if the field is set to an invalid enum value.

Sets category to the provided enum value.

Returns the enum value of counting_type, or the default if the field is set to an invalid enum value.

Sets counting_type to the provided enum value.

Returns the enum value of mobile_app_vendor, or the default if the field is set to an invalid enum value.

Sets mobile_app_vendor to the provided enum value.

Returns the value of id, or the default value if id is unset.

Returns the value of name, or the default value if name is unset.

Returns the value of owner_customer, or the default value if owner_customer is unset.

Returns the value of include_in_conversions_metric, or the default value if include_in_conversions_metric is unset.

Returns the value of click_through_lookback_window_days, or the default value if click_through_lookback_window_days is unset.

Returns the value of view_through_lookback_window_days, or the default value if view_through_lookback_window_days is unset.

Returns the value of phone_call_duration_seconds, or the default value if phone_call_duration_seconds is unset.

Returns the value of app_id, or the default value if app_id is unset.

Returns the enum value of origin, or the default if the field is set to an invalid enum value.

Sets origin to the provided enum value.

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

Returns the encoded length of the message without a length delimiter.

Clears the message, resetting all fields to their default.

Encodes the message to a buffer. Read more

Encodes the message to a newly allocated buffer.

Encodes the message with a length-delimiter to a buffer. Read more

Encodes the message with a length-delimiter to a newly allocated buffer.

Decodes an instance of the message from a buffer. Read more

Decodes a length-delimited instance of the message from the buffer.

Decodes an instance of the message from a buffer, and merges it into self. Read more

Decodes a length-delimited instance of the message from buffer, and merges it into self. 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