GoogleApi.DFAReporting.V34.Model.FloodlightActivityPublisherDynamicTag (google_api_dfa_reporting v0.20.0) View Source

Publisher Dynamic Tag

Attributes

  • clickThrough (type: boolean(), default: nil) - Whether this tag is applicable only for click-throughs.
  • directorySiteId (type: String.t, default: nil) - Directory site ID of this dynamic tag. This is a write-only field that can be used as an alternative to the siteId field. When this resource is retrieved, only the siteId field will be populated.
  • dynamicTag (type: GoogleApi.DFAReporting.V34.Model.FloodlightActivityDynamicTag.t, default: nil) - Dynamic floodlight tag.
  • siteId (type: String.t, default: nil) - Site ID of this dynamic tag.
  • siteIdDimensionValue (type: GoogleApi.DFAReporting.V34.Model.DimensionValue.t, default: nil) - Dimension value for the ID of the site. This is a read-only, auto-generated field.
  • viewThrough (type: boolean(), default: nil) - Whether this tag is applicable only for view-throughs.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.FloodlightActivityPublisherDynamicTag{
  clickThrough: boolean(),
  directorySiteId: String.t(),
  dynamicTag: GoogleApi.DFAReporting.V34.Model.FloodlightActivityDynamicTag.t(),
  siteId: String.t(),
  siteIdDimensionValue: GoogleApi.DFAReporting.V34.Model.DimensionValue.t(),
  viewThrough: boolean()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.