GoogleApi.DFAReporting.V4.Model.TvCampaignTimepoint (google_api_dfa_reporting v0.31.0)

View Source

A single data point for TvCampaignDetail, which holds information about the TV campaign for a specific start date and date window.

Attributes

  • dateWindow (type: String.t, default: nil) - The date window of the timepoint.
  • spend (type: float(), default: nil) - The spend within the time range of the timepoint.
  • startDate (type: String.t, default: nil) - The start date of the timepoint. A string in the format of "yyyy-MM-dd".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.TvCampaignTimepoint{
  dateWindow: String.t() | nil,
  spend: float() | nil,
  startDate: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.