class Google::Apis::DfareportingV2_1::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 generated/google/apis/dfareporting_v2_1/classes.rb, line 9164
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_1/classes.rb, line 9169
def update!(**args)
  @include_attributed_ip_conversions = args[:include_attributed_ip_conversions] unless args[:include_attributed_ip_conversions].nil?
  @include_unattributed_cookie_conversions = args[:include_unattributed_cookie_conversions] unless args[:include_unattributed_cookie_conversions].nil?
  @include_unattributed_ip_conversions = args[:include_unattributed_ip_conversions] unless args[:include_unattributed_ip_conversions].nil?
end