View Source GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1AccountReport (google_api_local_services v0.9.0)

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

Attributes

  • accountId (type: String.t, default: nil) - Unique identifier of the GLS account.
  • aggregatorInfo (type: GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1AggregatorInfo.t, default: nil) - Aggregator specific information related to the 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.
  • impressionsLastTwoDays (type: String.t, default: nil) - Number of impressions that customers have had in the past 2 days.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1AccountReport{
    accountId: String.t() | nil,
    aggregatorInfo:
      GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1AggregatorInfo.t()
      | nil,
    averageFiveStarRating: float() | nil,
    averageWeeklyBudget: float() | nil,
    businessName: String.t() | nil,
    currencyCode: String.t() | nil,
    currentPeriodChargedLeads: String.t() | nil,
    currentPeriodConnectedPhoneCalls: String.t() | nil,
    currentPeriodPhoneCalls: String.t() | nil,
    currentPeriodTotalCost: float() | nil,
    impressionsLastTwoDays: String.t() | nil,
    phoneLeadResponsiveness: float() | nil,
    previousPeriodChargedLeads: String.t() | nil,
    previousPeriodConnectedPhoneCalls: String.t() | nil,
    previousPeriodPhoneCalls: String.t() | nil,
    previousPeriodTotalCost: float() | nil,
    totalReview: integer() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.