GoogleApi.RealTimeBidding.V1.Model.DestinationNotCrawlableEvidence (google_api_real_time_bidding v0.9.0) View Source
Evidence 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.
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.DestinationNotCrawlableEvidence{ crawlTime: DateTime.t() | nil, crawledUrl: String.t() | nil, reason: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.