GoogleApi.RealTimeBidding.V1.Model.PolicyCompliance (google_api_real_time_bidding v0.5.0) View Source

Policy compliance of the creative for a transaction type or a region.

Attributes

  • status (type: String.t, default: nil) - Serving status for the given transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Can be used to filter the response of the creatives.list method.
  • topics (type: list(GoogleApi.RealTimeBidding.V1.Model.PolicyTopicEntry.t), default: nil) - Topics related to the policy compliance for this transaction type (e.g., open auction, deals) or region (e.g., China, Russia). Topics may be present only if status is DISAPPROVED.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.RealTimeBidding.V1.Model.PolicyCompliance{
  status: String.t(),
  topics: [GoogleApi.RealTimeBidding.V1.Model.PolicyTopicEntry.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.