class Google::Apis::DfareportingV2_3::Report::FloodlightCriteria::ReportProperties
The properties of the report.
Attributes
Include conversions that have no cookie, but do have an exposure path. Corresponds to the JSON property `includeAttributedIPConversions` @return [Boolean]
Include conversions that have no cookie, but do have an exposure path. Corresponds to the JSON property `includeAttributedIPConversions` @return [Boolean]
Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion. Corresponds to the JSON property `includeUnattributedIPConversions` @return [Boolean]
Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion. Corresponds to the JSON property `includeUnattributedIPConversions` @return [Boolean]
Public Class Methods
# File generated/google/apis/dfareporting_v2_3/classes.rb, line 9185 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File generated/google/apis/dfareporting_v2_3/classes.rb, line 9190 def update!(**args) @include_attributed_ip_conversions = args[:include_attributed_ip_conversions] if args.key?(:include_attributed_ip_conversions) @include_unattributed_cookie_conversions = args[:include_unattributed_cookie_conversions] if args.key?(:include_unattributed_cookie_conversions) @include_unattributed_ip_conversions = args[:include_unattributed_ip_conversions] if args.key?(:include_unattributed_ip_conversions) end