GoogleApi.RealTimeBidding.V1.Model.PolicyTopicEntry (google_api_real_time_bidding v0.3.0) View Source
Each 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. -
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
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.PolicyTopicEntry{
evidences: [GoogleApi.RealTimeBidding.V1.Model.PolicyTopicEvidence.t()],
helpCenterUrl: String.t(),
policyTopic: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.