GoogleApi.RealTimeBidding.V1.Model.PolicyTopicEntry (google_api_real_time_bidding v0.13.2)
View SourceEach policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
Attributes
-
evidences
(type:list(GoogleApi.RealTimeBidding.V1.Model.PolicyTopicEvidence.t)
, default:nil
) - Pieces of evidence associated with this policy topic entry. -
helpCenterUrl
(type:String.t
, default:nil
) - URL of the help center article describing this policy topic. -
missingCertificate
(type:boolean()
, default:nil
) - Whether or not the policy topic is missing a certificate. Some policy topics require a certificate to unblock serving in some regions. For more information about creative certification, refer to: https://support.google.com/authorizedbuyers/answer/7450776 -
policyTopic
(type:String.t
, default:nil
) - Policy topic this entry refers to. For example, "ALCOHOL", "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". The set of possible policy topics is not fixed for a particular API version and may change at any time. Can be used to filter the response of the creatives.list method
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RealTimeBidding.V1.Model.PolicyTopicEntry{ evidences: [GoogleApi.RealTimeBidding.V1.Model.PolicyTopicEvidence.t()] | nil, helpCenterUrl: String.t() | nil, missingCertificate: boolean() | nil, policyTopic: String.t() | nil }