GoogleApi.RealTimeBidding.V1.Model.PolicyTopicEvidence (google_api_real_time_bidding v0.10.0) View Source
Evidence associated with a policy topic entry.
Attributes
-
destinationNotCrawlable(type:GoogleApi.RealTimeBidding.V1.Model.DestinationNotCrawlableEvidence.t, default:nil) - The creative's destination URL was not crawlable by Google. -
destinationNotWorking(type:GoogleApi.RealTimeBidding.V1.Model.DestinationNotWorkingEvidence.t, default:nil) - The creative's destination URL did not function properly or was incorrectly set up. -
destinationUrl(type:GoogleApi.RealTimeBidding.V1.Model.DestinationUrlEvidence.t, default:nil) - URL of the actual landing page. -
domainCall(type:GoogleApi.RealTimeBidding.V1.Model.DomainCallEvidence.t, default:nil) - Number of HTTP calls made by the creative, broken down by domain. -
downloadSize(type:GoogleApi.RealTimeBidding.V1.Model.DownloadSizeEvidence.t, default:nil) - Total download size and URL-level download size breakdown for resources in a creative. -
httpCall(type:GoogleApi.RealTimeBidding.V1.Model.HttpCallEvidence.t, default:nil) - HTTP calls made by the creative that resulted in policy violations. -
httpCookie(type:GoogleApi.RealTimeBidding.V1.Model.HttpCookieEvidence.t, default:nil) - Evidence for HTTP cookie-related policy violations.
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.PolicyTopicEvidence{
destinationNotCrawlable:
GoogleApi.RealTimeBidding.V1.Model.DestinationNotCrawlableEvidence.t() | nil,
destinationNotWorking:
GoogleApi.RealTimeBidding.V1.Model.DestinationNotWorkingEvidence.t() | nil,
destinationUrl:
GoogleApi.RealTimeBidding.V1.Model.DestinationUrlEvidence.t() | nil,
domainCall: GoogleApi.RealTimeBidding.V1.Model.DomainCallEvidence.t() | nil,
downloadSize:
GoogleApi.RealTimeBidding.V1.Model.DownloadSizeEvidence.t() | nil,
httpCall: GoogleApi.RealTimeBidding.V1.Model.HttpCallEvidence.t() | nil,
httpCookie: GoogleApi.RealTimeBidding.V1.Model.HttpCookieEvidence.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.