GoogleApi.RealTimeBidding.V1.Model.DestinationNotWorkingEvidence (google_api_real_time_bidding v0.13.2)
View SourceEvidence of the creative's destination URL not functioning properly or having been incorrectly set up.
Attributes
-
dnsError
(type:String.t
, default:nil
) - DNS lookup errors. -
expandedUrl
(type:String.t
, default:nil
) - The full non-working URL. -
httpError
(type:integer()
, default:nil
) - HTTP error code (for example, 404 or 5xx) -
invalidPage
(type:String.t
, default:nil
) - Page was crawled successfully, but was detected as either a page with no content or an error page. -
lastCheckTime
(type:DateTime.t
, default:nil
) - Approximate time when the ad destination was last checked. -
platform
(type:String.t
, default:nil
) - Platform of the non-working URL. -
redirectionError
(type:String.t
, default:nil
) - HTTP redirect chain error. -
urlRejected
(type:String.t
, default:nil
) - Rejected because of malformed URLs or invalid requests.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RealTimeBidding.V1.Model.DestinationNotWorkingEvidence{ dnsError: String.t() | nil, expandedUrl: String.t() | nil, httpError: integer() | nil, invalidPage: String.t() | nil, lastCheckTime: DateTime.t() | nil, platform: String.t() | nil, redirectionError: String.t() | nil, urlRejected: String.t() | nil }