class Google::Apis::DfareportingV3_3::Report::FloodlightCriteria::ReportProperties

The properties of the report.

Attributes

include_attributed_ip_conversions[RW]

Include conversions that have no cookie, but do have an exposure path. Corresponds to the JSON property `includeAttributedIPConversions` @return [Boolean]

include_attributed_ip_conversions?[RW]

Include conversions that have no cookie, but do have an exposure path. Corresponds to the JSON property `includeAttributedIPConversions` @return [Boolean]

include_unattributed_ip_conversions[RW]

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_unattributed_ip_conversions?[RW]

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

new(**args) click to toggle source
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 9933
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dfareporting_v3_3/classes.rb, line 9938
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