google_api_ad_experience_report v0.3.0 GoogleApi.AdExperienceReport.V1.Model.PlatformSummary View Source

Summary of the ad experience rating of a site for a specific platform.

Attributes

  • betterAdsStatus (String.t): The status of the site reviewed for the Better Ads Standards. Defaults to nil.
  • enforcementTime (DateTime.t): The date on which ad filtering begins. Defaults to nil.
  • filterStatus (String.t): The ad filtering status of the site. Defaults to nil.
  • lastChangeTime (DateTime.t): The last time that the site changed status. Defaults to nil.
  • region (list(String.t)): The assigned regions for the site and platform. Defaults to nil.
  • reportUrl (String.t): A link that leads to a full ad experience report. Defaults to nil.
  • underReview (boolean()): Whether the site is currently under review. Defaults to nil.

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.AdExperienceReport.V1.Model.PlatformSummary{
  betterAdsStatus: String.t(),
  enforcementTime: DateTime.t(),
  filterStatus: String.t(),
  lastChangeTime: DateTime.t(),
  region: [String.t()],
  reportUrl: String.t(),
  underReview: boolean()
}

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.