View Source GoogleApi.AdExperienceReport.V1.Model.PlatformSummary (google_api_ad_experience_report v0.18.0)

A site's Ad Experience Report summary on a single platform.

Attributes

  • betterAdsStatus (type: String.t, default: nil) - The site's Ad Experience Report status on this platform.
  • enforcementTime (type: DateTime.t, default: nil) - The time at which enforcement against the site began or will begin on this platform. Not set when the filter_status is OFF.
  • filterStatus (type: String.t, default: nil) - The site's enforcement status on this platform.
  • lastChangeTime (type: DateTime.t, default: nil) - The time at which the site's status last changed on this platform.
  • region (type: list(String.t), default: nil) - The site's regions on this platform. No longer populated, because there is no longer any semantic difference between sites in different regions.
  • reportUrl (type: String.t, default: nil) - A link to the full Ad Experience Report for the site on this platform.. Not set in ViolatingSitesResponse. Note that you must complete the Search Console verification process for the site before you can access the full report.
  • underReview (type: boolean(), default: nil) - Whether the site is currently under review on this platform.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExperienceReport.V1.Model.PlatformSummary{
  betterAdsStatus: String.t() | nil,
  enforcementTime: DateTime.t() | nil,
  filterStatus: String.t() | nil,
  lastChangeTime: DateTime.t() | nil,
  region: [String.t()] | nil,
  reportUrl: String.t() | nil,
  underReview: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.