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

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.

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.