pub struct GoogleAdsHomeservicesLocalservicesV1AccountReport {
Show 17 fields pub account_id: Option<String>, pub aggregator_info: Option<GoogleAdsHomeservicesLocalservicesV1AggregatorInfo>, pub average_five_star_rating: Option<f64>, pub average_weekly_budget: Option<f64>, pub business_name: Option<String>, pub currency_code: Option<String>, pub current_period_charged_leads: Option<String>, pub current_period_connected_phone_calls: Option<String>, pub current_period_phone_calls: Option<String>, pub current_period_total_cost: Option<f64>, pub impressions_last_two_days: Option<String>, pub phone_lead_responsiveness: Option<f64>, pub previous_period_charged_leads: Option<String>, pub previous_period_connected_phone_calls: Option<String>, pub previous_period_phone_calls: Option<String>, pub previous_period_total_cost: Option<f64>, pub total_review: Option<i32>,
}
Expand description

An Account Report of a GLS account identified by their account id containing aggregate data gathered from a particular date range. Next ID: 18

This type is not used in any activity, and only used as part of another schema.

Fields

account_id: Option<String>

Unique identifier of the GLS account.

aggregator_info: Option<GoogleAdsHomeservicesLocalservicesV1AggregatorInfo>

Aggregator specific information related to the account.

average_five_star_rating: Option<f64>

Average review rating score from 1-5 stars.

average_weekly_budget: Option<f64>

Average weekly budget in the currency code of the account.

business_name: Option<String>

Business name of the account.

currency_code: Option<String>

Currency code of the account.

current_period_charged_leads: Option<String>

Number of charged leads the account received in current specified period.

current_period_connected_phone_calls: Option<String>

Number of connected phone calls (duration over 30s) in current specified period.

current_period_phone_calls: Option<String>

Number of phone calls in current specified period, including both connected and unconnected calls.

current_period_total_cost: Option<f64>

Total cost of the account in current specified period in the account’s specified currency.

impressions_last_two_days: Option<String>

Number of impressions that customers have had in the past 2 days.

phone_lead_responsiveness: Option<f64>

Phone lead responsiveness of the account for the past 90 days from current date. This is computed by taking the total number of connected calls from charged phone leads and dividing by the total number of calls received.

previous_period_charged_leads: Option<String>

Number of charged leads the account received in previous specified period.

previous_period_connected_phone_calls: Option<String>

Number of connected phone calls (duration over 30s) in previous specified period.

previous_period_phone_calls: Option<String>

Number of phone calls in previous specified period, including both connected and unconnected calls.

previous_period_total_cost: Option<f64>

Total cost of the account in previous specified period in the account’s specified currency.

total_review: Option<i32>

Total number of reviews the account has up to current date.

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

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. 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

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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)

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