View Source GoogleApi.DisplayVideo.V1.Model.LookbackWindow (google_api_display_video v0.35.0)

Specifies how many days into the past to look when determining whether to record a conversion.

Attributes

  • clickDays (type: integer(), default: nil) - Lookback window, in days, from the last time a given user clicked on one of your ads.
  • impressionDays (type: integer(), default: nil) - Lookback window, in days, from the last time a given user viewed one of your ads.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.LookbackWindow{
  clickDays: integer() | nil,
  impressionDays: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.