google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.AnalyticsSummary View Source

Analytics aggregated data for a `Company` for a given date range.

Attributes

  • contactsCount (integer()): Aggregated number of times users contacted the `Company` for given date range. Defaults to: null.
  • profileViewsCount (integer()): Aggregated number of profile views for the `Company` for given date range. Defaults to: null.
  • searchViewsCount (integer()): Aggregated number of times users saw the `Company` in Google Partners Search results for given date range. 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.AnalyticsSummary{
  contactsCount: any(),
  profileViewsCount: any(),
  searchViewsCount: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.