google_api_ad_experience_report v0.4.0 GoogleApi.AdExperienceReport.V1.Model.PlatformSummary View Source
Summary of the ad experience rating of a site for a specific platform.
Attributes
betterAdsStatus
(type:String.t
, default:nil
) - The status of the site reviewed for the Better Ads Standards.enforcementTime
(type:DateTime.t
, default:nil
) - The date on which ad filtering begins.filterStatus
(type:String.t
, default:nil
) - The ad filtering status of the site.lastChangeTime
(type:DateTime.t
, default:nil
) - The last time that the site changed status.region
(type:list(String.t)
, default:nil
) - The assigned regions for the site and platform.reportUrl
(type:String.t
, default:nil
) - A link that leads to a full ad experience report.underReview
(type:boolean()
, default:nil
) - Whether the site is currently under review.
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()
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()
}
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
Unwrap a decoded JSON object into its complex fields.