class Google::Apis::DfareportingV2_1::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 [String]
Dynamic Tag Corresponds to the JSON property `dynamicTag` @return [Google::Apis::DfareportingV2_1::FloodlightActivityDynamicTag]
Site ID of this dynamic tag. Corresponds to the JSON property `siteId` @return [String]
Represents a DimensionValue resource. Corresponds to the JSON property `siteIdDimensionValue` @return [Google::Apis::DfareportingV2_1::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 generated/google/apis/dfareporting_v2_1/classes.rb, line 5513 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 5518 def update!(**args) @click_through = args[:click_through] unless args[:click_through].nil? @directory_site_id = args[:directory_site_id] unless args[:directory_site_id].nil? @dynamic_tag = args[:dynamic_tag] unless args[:dynamic_tag].nil? @site_id = args[:site_id] unless args[:site_id].nil? @site_id_dimension_value = args[:site_id_dimension_value] unless args[:site_id_dimension_value].nil? @view_through = args[:view_through] unless args[:view_through].nil? end