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

Settings that control how conversions are counted. All post-click conversions will be counted. A percentage value can be set for post-view conversions counting.

Attributes

  • floodlightActivityConfigs (type: list(GoogleApi.DisplayVideo.V1.Model.TrackingFloodlightActivityConfig.t), default: nil) - The Floodlight activity configs used to track conversions. The number of conversions counted is the sum of all of the conversions counted by all of the Floodlight activity IDs specified in this field.
  • postViewCountPercentageMillis (type: String.t, default: nil) - The percentage of post-view conversions to count, in millis (1/1000 of a percent). Must be between 0 and 100000 inclusive. For example, to track 50% of the post-click conversions, set a value of 50000.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.ConversionCountingConfig{
  floodlightActivityConfigs:
    [GoogleApi.DisplayVideo.V1.Model.TrackingFloodlightActivityConfig.t()] | nil,
  postViewCountPercentageMillis: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.