GoogleApi.RealTimeBidding.V1.Model.DestinationNotCrawlableEvidence (google_api_real_time_bidding v0.13.2)
View SourceEvidence that the creative's destination URL was not crawlable by Google.
Attributes
-
crawlTime(type:DateTime.t, default:nil) - Approximate time of the crawl. -
crawledUrl(type:String.t, default:nil) - Destination URL that was attempted to be crawled. -
reason(type:String.t, default:nil) - Reason of destination not crawlable.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RealTimeBidding.V1.Model.DestinationNotCrawlableEvidence{ crawlTime: DateTime.t() | nil, crawledUrl: String.t() | nil, reason: String.t() | nil }