View Source GoogleApi.DFAReporting.V34.Model.FloodlightActivityPublisherDynamicTag (google_api_dfa_reporting v0.28.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V34.Model.FloodlightActivityPublisherDynamicTag{ clickThrough: boolean() | nil, directorySiteId: String.t() | nil, dynamicTag: GoogleApi.DFAReporting.V34.Model.FloodlightActivityDynamicTag.t() | nil, siteId: String.t() | nil, siteIdDimensionValue: GoogleApi.DFAReporting.V34.Model.DimensionValue.t() | nil, viewThrough: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.