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

View Source

TvCampaignSummary contains aggregate data from a TV campaign.

Attributes

  • endDate (type: String.t, default: nil) - The end date of the TV campaign, inclusive. A string of the format: "yyyy-MM-dd".
  • grp (type: String.t, default: nil) - GRP of this TV campaign.
  • id (type: String.t, default: nil) - ID of this TV campaign.
  • impressions (type: String.t, default: nil) - Impressions across the entire TV campaign.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#tvCampaignSummary".
  • name (type: String.t, default: nil) - Identifier. Name of this TV campaign.
  • spend (type: float(), default: nil) - Spend across the entire TV campaign.
  • startDate (type: String.t, default: nil) - The start date of the TV campaign, inclusive. A string of the format: "yyyy-MM-dd".
  • type (type: String.t, default: nil) - "CampaignComponentType" of this TV campaign.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.TvCampaignSummary{
  endDate: String.t() | nil,
  grp: String.t() | nil,
  id: String.t() | nil,
  impressions: String.t() | nil,
  kind: String.t() | nil,
  name: String.t() | nil,
  spend: float() | nil,
  startDate: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.