google_api_display_video v0.4.0 GoogleApi.DisplayVideo.V1.Model.TrackingFloodlightActivityConfig View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DisplayVideo.V1.Model.TrackingFloodlightActivityConfig{
  floodlightActivityId: String.t(),
  postClickLookbackWindowDays: integer(),
  postViewLookbackWindowDays: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.