class Google::Apis::DfareportingV3_3::FloodlightActivityPublisherDynamicTag
Publisher Dynamic Tag
Attributes
Whether this tag is applicable only for click-throughs. Corresponds to the JSON property `clickThrough` @return [Boolean]
Whether this tag is applicable only for click-throughs. Corresponds to the JSON property `clickThrough` @return [Boolean]
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. Corresponds to the JSON property `directorySiteId` @return [Fixnum]
Dynamic Tag Corresponds to the JSON property `dynamicTag` @return [Google::Apis::DfareportingV3_3::FloodlightActivityDynamicTag]
Site
ID of this dynamic tag. Corresponds to the JSON property `siteId` @return [Fixnum]
Represents a DimensionValue
resource. Corresponds to the JSON property `siteIdDimensionValue` @return [Google::Apis::DfareportingV3_3::DimensionValue]
Whether this tag is applicable only for view-throughs. Corresponds to the JSON property `viewThrough` @return [Boolean]
Whether this tag is applicable only for view-throughs. Corresponds to the JSON property `viewThrough` @return [Boolean]
Public Class Methods
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 6139 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 6144 def update!(**args) @click_through = args[:click_through] if args.key?(:click_through) @directory_site_id = args[:directory_site_id] if args.key?(:directory_site_id) @dynamic_tag = args[:dynamic_tag] if args.key?(:dynamic_tag) @site_id = args[:site_id] if args.key?(:site_id) @site_id_dimension_value = args[:site_id_dimension_value] if args.key?(:site_id_dimension_value) @view_through = args[:view_through] if args.key?(:view_through) end