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

Settings that control the behavior of a single Floodlight activity config.

Attributes

  • floodlightActivityId (type: String.t, default: nil) - Required. The ID of the Floodlight activity.
  • postClickLookbackWindowDays (type: integer(), default: nil) - Required. The number of days after an ad has been clicked in which a conversion may be counted. Must be between 0 and 90 inclusive.
  • postViewLookbackWindowDays (type: integer(), default: nil) - Required. The number of days after an ad has been viewed in which a conversion may be counted. Must be between 0 and 90 inclusive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.TrackingFloodlightActivityConfig{
  floodlightActivityId: String.t() | nil,
  postClickLookbackWindowDays: integer() | nil,
  postViewLookbackWindowDays: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.