GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1AccountReport (google_api_local_services v0.2.1) View Source
An Account Report of a GLS account identified by their account id containing aggregate data gathered from a particular date range.
Attributes
-
accountId
(type:String.t
, default:nil
) - Unique identifier of the GLS account. -
averageFiveStarRating
(type:float()
, default:nil
) - Average review rating score from 1-5 stars. -
averageWeeklyBudget
(type:float()
, default:nil
) - Average weekly budget in the currency code of the account. -
businessName
(type:String.t
, default:nil
) - Business name of the account. -
currencyCode
(type:String.t
, default:nil
) - Currency code of the account. -
currentPeriodChargedLeads
(type:String.t
, default:nil
) - Number of charged leads the account received in current specified period. -
currentPeriodConnectedPhoneCalls
(type:String.t
, default:nil
) - Number of connected phone calls (duration over 30s) in current specified period. -
currentPeriodPhoneCalls
(type:String.t
, default:nil
) - Number of phone calls in current specified period, including both connected and unconnected calls. -
currentPeriodTotalCost
(type:float()
, default:nil
) - Total cost of the account in current specified period in the account's specified currency. -
phoneLeadResponsiveness
(type:float()
, default:nil
) - 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. -
previousPeriodChargedLeads
(type:String.t
, default:nil
) - Number of charged leads the account received in previous specified period. -
previousPeriodConnectedPhoneCalls
(type:String.t
, default:nil
) - Number of connected phone calls (duration over 30s) in previous specified period. -
previousPeriodPhoneCalls
(type:String.t
, default:nil
) - Number of phone calls in previous specified period, including both connected and unconnected calls. -
previousPeriodTotalCost
(type:float()
, default:nil
) - Total cost of the account in previous specified period in the account's specified currency. -
totalReview
(type:integer()
, default:nil
) - Total number of reviews the account has up to current date.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1AccountReport{ accountId: String.t(), averageFiveStarRating: float(), averageWeeklyBudget: float(), businessName: String.t(), currencyCode: String.t(), currentPeriodChargedLeads: String.t(), currentPeriodConnectedPhoneCalls: String.t(), currentPeriodPhoneCalls: String.t(), currentPeriodTotalCost: float(), phoneLeadResponsiveness: float(), previousPeriodChargedLeads: String.t(), previousPeriodConnectedPhoneCalls: String.t(), previousPeriodPhoneCalls: String.t(), previousPeriodTotalCost: float(), totalReview: integer() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.