google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V33.Model.FloodlightConfiguration View Source

Contains properties of a Floodlight configuration.

Attributes

  • accountId (type: String.t, default: nil) - Account ID of this floodlight configuration. This is a read-only field that can be left blank.
  • advertiserId (type: String.t, default: nil) - Advertiser ID of the parent advertiser of this floodlight configuration.
  • advertiserIdDimensionValue (type: GoogleApi.DFAReporting.V33.Model.DimensionValue.t, default: nil) - Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
  • analyticsDataSharingEnabled (type: boolean(), default: nil) - Whether advertiser data is shared with Google Analytics.
  • customViewabilityMetric (type: GoogleApi.DFAReporting.V33.Model.CustomViewabilityMetric.t, default: nil) - Custom Viewability metric for the floodlight configuration.
  • exposureToConversionEnabled (type: boolean(), default: nil) - Whether the exposure-to-conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.
  • firstDayOfWeek (type: String.t, default: nil) - Day that will be counted as the first day of the week in reports. This is a required field.
  • id (type: String.t, default: nil) - ID of this floodlight configuration. This is a read-only, auto-generated field.
  • idDimensionValue (type: GoogleApi.DFAReporting.V33.Model.DimensionValue.t, default: nil) - Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.
  • inAppAttributionTrackingEnabled (type: boolean(), default: nil) - Whether in-app attribution tracking is enabled.
  • kind (type: String.t, default: dfareporting#floodlightConfiguration) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".
  • lookbackConfiguration (type: GoogleApi.DFAReporting.V33.Model.LookbackConfiguration.t, default: nil) - Lookback window settings for this floodlight configuration.
  • naturalSearchConversionAttributionOption (type: String.t, default: nil) - Types of attribution options for natural search conversions.
  • omnitureSettings (type: GoogleApi.DFAReporting.V33.Model.OmnitureSettings.t, default: nil) - Settings for Campaign Manager Omniture integration.
  • subaccountId (type: String.t, default: nil) - Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.
  • tagSettings (type: GoogleApi.DFAReporting.V33.Model.TagSettings.t, default: nil) - Configuration settings for dynamic and image floodlight tags.
  • thirdPartyAuthenticationTokens (type: list(GoogleApi.DFAReporting.V33.Model.ThirdPartyAuthenticationToken.t), default: nil) - List of third-party authentication tokens enabled for this configuration.
  • userDefinedVariableConfigurations (type: list(GoogleApi.DFAReporting.V33.Model.UserDefinedVariableConfiguration.t), default: nil) - List of user defined variables enabled for this configuration.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V33.Model.FloodlightConfiguration{
  accountId: String.t(),
  advertiserId: String.t(),
  advertiserIdDimensionValue:
    GoogleApi.DFAReporting.V33.Model.DimensionValue.t(),
  analyticsDataSharingEnabled: boolean(),
  customViewabilityMetric:
    GoogleApi.DFAReporting.V33.Model.CustomViewabilityMetric.t(),
  exposureToConversionEnabled: boolean(),
  firstDayOfWeek: String.t(),
  id: String.t(),
  idDimensionValue: GoogleApi.DFAReporting.V33.Model.DimensionValue.t(),
  inAppAttributionTrackingEnabled: boolean(),
  kind: String.t(),
  lookbackConfiguration:
    GoogleApi.DFAReporting.V33.Model.LookbackConfiguration.t(),
  naturalSearchConversionAttributionOption: String.t(),
  omnitureSettings: GoogleApi.DFAReporting.V33.Model.OmnitureSettings.t(),
  subaccountId: String.t(),
  tagSettings: GoogleApi.DFAReporting.V33.Model.TagSettings.t(),
  thirdPartyAuthenticationTokens: [
    GoogleApi.DFAReporting.V33.Model.ThirdPartyAuthenticationToken.t()
  ],
  userDefinedVariableConfigurations: [
    GoogleApi.DFAReporting.V33.Model.UserDefinedVariableConfiguration.t()
  ]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.