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

View Source

Represents a Report resource.

Attributes

  • accountId (type: String.t, default: nil) - The account ID to which this report belongs.
  • criteria (type: GoogleApi.DFAReporting.V4.Model.ReportCriteria.t, default: nil) - The report criteria for a report of type "STANDARD".
  • crossDimensionReachCriteria (type: GoogleApi.DFAReporting.V4.Model.ReportCrossDimensionReachCriteria.t, default: nil) - The report criteria for a report of type "CROSS_DIMENSION_REACH".
  • crossMediaReachCriteria (type: GoogleApi.DFAReporting.V4.Model.ReportCrossMediaReachCriteria.t, default: nil) - Optional. The report criteria for a report of type "CROSS_MEDIA_REACH".
  • delivery (type: GoogleApi.DFAReporting.V4.Model.ReportDelivery.t, default: nil) - The report's email delivery settings.
  • etag (type: String.t, default: nil) - The eTag of this response for caching purposes.
  • fileName (type: String.t, default: nil) - The filename used when generating report files for this report.
  • floodlightCriteria (type: GoogleApi.DFAReporting.V4.Model.ReportFloodlightCriteria.t, default: nil) - The report criteria for a report of type "FLOODLIGHT".
  • format (type: String.t, default: nil) - The output format of the report. If not specified, default format is "CSV". Note that the actual format in the completed report file might differ if for instance the report's size exceeds the format's capabilities. "CSV" will then be the fallback format.
  • id (type: String.t, default: nil) - The unique ID identifying this report resource.
  • kind (type: String.t, default: nil) - The kind of resource this is, in this case dfareporting#report.
  • lastModifiedTime (type: String.t, default: nil) - The timestamp (in milliseconds since epoch) of when this report was last modified.
  • name (type: String.t, default: nil) - The name of the report.
  • ownerProfileId (type: String.t, default: nil) - The user profile id of the owner of this report.
  • pathToConversionCriteria (type: GoogleApi.DFAReporting.V4.Model.ReportPathToConversionCriteria.t, default: nil) - The report criteria for a report of type "PATH_TO_CONVERSION".
  • reachCriteria (type: GoogleApi.DFAReporting.V4.Model.ReportReachCriteria.t, default: nil) - The report criteria for a report of type "REACH".
  • schedule (type: GoogleApi.DFAReporting.V4.Model.ReportSchedule.t, default: nil) - The report's schedule. Can only be set if the report's 'dateRange' is a relative date range and the relative date range is not "TODAY".
  • subAccountId (type: String.t, default: nil) - The subaccount ID to which this report belongs if applicable.
  • type (type: String.t, default: nil) - The type of the report.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.Report{
  accountId: String.t() | nil,
  criteria: GoogleApi.DFAReporting.V4.Model.ReportCriteria.t() | nil,
  crossDimensionReachCriteria:
    GoogleApi.DFAReporting.V4.Model.ReportCrossDimensionReachCriteria.t() | nil,
  crossMediaReachCriteria:
    GoogleApi.DFAReporting.V4.Model.ReportCrossMediaReachCriteria.t() | nil,
  delivery: GoogleApi.DFAReporting.V4.Model.ReportDelivery.t() | nil,
  etag: String.t() | nil,
  fileName: String.t() | nil,
  floodlightCriteria:
    GoogleApi.DFAReporting.V4.Model.ReportFloodlightCriteria.t() | nil,
  format: String.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  lastModifiedTime: String.t() | nil,
  name: String.t() | nil,
  ownerProfileId: String.t() | nil,
  pathToConversionCriteria:
    GoogleApi.DFAReporting.V4.Model.ReportPathToConversionCriteria.t() | nil,
  reachCriteria: GoogleApi.DFAReporting.V4.Model.ReportReachCriteria.t() | nil,
  schedule: GoogleApi.DFAReporting.V4.Model.ReportSchedule.t() | nil,
  subAccountId: 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.