Class GoogleAdsHomeservicesLocalservicesV1AccountReport
An Account Report of a GLS account identified by their account id containing aggregate data gathered from a particular date range. Next ID: 18
Implements
Inherited Members
Namespace: Google.Apis.Localservices.v1.Data
Assembly: Google.Apis.Localservices.v1.dll
Syntax
public class GoogleAdsHomeservicesLocalservicesV1AccountReport : IDirectResponseSchema
Properties
AccountId
Unique identifier of the GLS account.
Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
Type | Description |
---|---|
long? |
AggregatorInfo
Aggregator specific information related to the account.
Declaration
[JsonProperty("aggregatorInfo")]
public virtual GoogleAdsHomeservicesLocalservicesV1AggregatorInfo AggregatorInfo { get; set; }
Property Value
Type | Description |
---|---|
GoogleAdsHomeservicesLocalservicesV1AggregatorInfo |
AverageFiveStarRating
Average review rating score from 1-5 stars.
Declaration
[JsonProperty("averageFiveStarRating")]
public virtual double? AverageFiveStarRating { get; set; }
Property Value
Type | Description |
---|---|
double? |
AverageWeeklyBudget
Average weekly budget in the currency code of the account.
Declaration
[JsonProperty("averageWeeklyBudget")]
public virtual double? AverageWeeklyBudget { get; set; }
Property Value
Type | Description |
---|---|
double? |
BusinessName
Business name of the account.
Declaration
[JsonProperty("businessName")]
public virtual string BusinessName { get; set; }
Property Value
Type | Description |
---|---|
string |
CurrencyCode
Currency code of the account.
Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |
CurrentPeriodChargedLeads
Number of charged leads the account received in current specified period.
Declaration
[JsonProperty("currentPeriodChargedLeads")]
public virtual long? CurrentPeriodChargedLeads { get; set; }
Property Value
Type | Description |
---|---|
long? |
CurrentPeriodConnectedPhoneCalls
Number of connected phone calls (duration over 30s) in current specified period.
Declaration
[JsonProperty("currentPeriodConnectedPhoneCalls")]
public virtual long? CurrentPeriodConnectedPhoneCalls { get; set; }
Property Value
Type | Description |
---|---|
long? |
CurrentPeriodPhoneCalls
Number of phone calls in current specified period, including both connected and unconnected calls.
Declaration
[JsonProperty("currentPeriodPhoneCalls")]
public virtual long? CurrentPeriodPhoneCalls { get; set; }
Property Value
Type | Description |
---|---|
long? |
CurrentPeriodTotalCost
Total cost of the account in current specified period in the account's specified currency.
Declaration
[JsonProperty("currentPeriodTotalCost")]
public virtual double? CurrentPeriodTotalCost { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImpressionsLastTwoDays
Number of impressions that customers have had in the past 2 days.
Declaration
[JsonProperty("impressionsLastTwoDays")]
public virtual long? ImpressionsLastTwoDays { get; set; }
Property Value
Type | Description |
---|---|
long? |
PhoneLeadResponsiveness
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.
Declaration
[JsonProperty("phoneLeadResponsiveness")]
public virtual double? PhoneLeadResponsiveness { get; set; }
Property Value
Type | Description |
---|---|
double? |
PreviousPeriodChargedLeads
Number of charged leads the account received in previous specified period.
Declaration
[JsonProperty("previousPeriodChargedLeads")]
public virtual long? PreviousPeriodChargedLeads { get; set; }
Property Value
Type | Description |
---|---|
long? |
PreviousPeriodConnectedPhoneCalls
Number of connected phone calls (duration over 30s) in previous specified period.
Declaration
[JsonProperty("previousPeriodConnectedPhoneCalls")]
public virtual long? PreviousPeriodConnectedPhoneCalls { get; set; }
Property Value
Type | Description |
---|---|
long? |
PreviousPeriodPhoneCalls
Number of phone calls in previous specified period, including both connected and unconnected calls.
Declaration
[JsonProperty("previousPeriodPhoneCalls")]
public virtual long? PreviousPeriodPhoneCalls { get; set; }
Property Value
Type | Description |
---|---|
long? |
PreviousPeriodTotalCost
Total cost of the account in previous specified period in the account's specified currency.
Declaration
[JsonProperty("previousPeriodTotalCost")]
public virtual double? PreviousPeriodTotalCost { get; set; }
Property Value
Type | Description |
---|---|
double? |
TotalReview
Total number of reviews the account has up to current date.
Declaration
[JsonProperty("totalReview")]
public virtual int? TotalReview { get; set; }
Property Value
Type | Description |
---|---|
int? |