google_api_analytics v0.7.0 GoogleApi.Analytics.V3.Model.FilterAdvancedDetails View Source

Details for the filter of the type ADVANCED.

Attributes

  • caseSensitive (type: boolean(), default: nil) - Indicates if the filter expressions are case sensitive.
  • extractA (type: String.t, default: nil) - Expression to extract from field A.
  • extractB (type: String.t, default: nil) - Expression to extract from field B.
  • fieldA (type: String.t, default: nil) - Field A.
  • fieldAIndex (type: integer(), default: nil) - The Index of the custom dimension. Required if field is a CUSTOM_DIMENSION.
  • fieldARequired (type: boolean(), default: nil) - Indicates if field A is required to match.
  • fieldB (type: String.t, default: nil) - Field B.
  • fieldBIndex (type: integer(), default: nil) - The Index of the custom dimension. Required if field is a CUSTOM_DIMENSION.
  • fieldBRequired (type: boolean(), default: nil) - Indicates if field B is required to match.
  • outputConstructor (type: String.t, default: nil) - Expression used to construct the output value.
  • outputToField (type: String.t, default: nil) - Output field.
  • outputToFieldIndex (type: integer(), default: nil) - The Index of the custom dimension. Required if field is a CUSTOM_DIMENSION.
  • overrideOutputField (type: boolean(), default: nil) - Indicates if the existing value of the output field, if any, should be overridden by the output expression.

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.Analytics.V3.Model.FilterAdvancedDetails{
  caseSensitive: boolean(),
  extractA: String.t(),
  extractB: String.t(),
  fieldA: String.t(),
  fieldAIndex: integer(),
  fieldARequired: boolean(),
  fieldB: String.t(),
  fieldBIndex: integer(),
  fieldBRequired: boolean(),
  outputConstructor: String.t(),
  outputToField: String.t(),
  outputToFieldIndex: integer(),
  overrideOutputField: boolean()
}

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.