google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V33.Model.FloodlightActivityPublisherDynamicTag 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.V33.Model.FloodlightActivityDynamicTag.t, default: nil) - Dynamic floodlight tag.
  • siteId (type: String.t, default: nil) - Site ID of this dynamic tag.
  • siteIdDimensionValue (type: GoogleApi.DFAReporting.V33.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

Link to this type

t()

View Source
t() :: %GoogleApi.DFAReporting.V33.Model.FloodlightActivityPublisherDynamicTag{
  clickThrough: boolean(),
  directorySiteId: String.t(),
  dynamicTag: GoogleApi.DFAReporting.V33.Model.FloodlightActivityDynamicTag.t(),
  siteId: String.t(),
  siteIdDimensionValue: GoogleApi.DFAReporting.V33.Model.DimensionValue.t(),
  viewThrough: 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.