google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.Analytics View Source
Analytics data for a `Company` within a single day.
Attributes
- contacts (AnalyticsDataPoint): Instances of users contacting the `Company` on the specified date. Defaults to:
null
. - eventDate (DateTime): Date on which these events occurred. Defaults to:
null
. - profileViews (AnalyticsDataPoint): Instances of users viewing the `Company` profile on the specified date. Defaults to:
null
. - searchViews (AnalyticsDataPoint): Instances of users seeing the `Company` in Google Partners Search results on the specified date. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Partners.V2.Model.Analytics{ contacts: GoogleApi.Partners.V2.Model.AnalyticsDataPoint.t(), eventDate: any(), profileViews: GoogleApi.Partners.V2.Model.AnalyticsDataPoint.t(), searchViews: GoogleApi.Partners.V2.Model.AnalyticsDataPoint.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.