Class: Google::Apis::DfareportingV2_8::Report::PathToConversionCriteria::ReportProperties
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DfareportingV2_8::Report::PathToConversionCriteria::ReportProperties
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/dfareporting_v2_8/classes.rb,
generated/google/apis/dfareporting_v2_8/representations.rb,
generated/google/apis/dfareporting_v2_8/representations.rb 
Overview
The properties of the report.
Instance Attribute Summary collapse
- 
  
    
      #clicks_lookback_window  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
DFA checks to see if a click interaction occurred within the specified period of time before a conversion.
 - 
  
    
      #impressions_lookback_window  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
DFA checks to see if an impression interaction occurred within the specified period of time before a conversion.
 - 
  
    
      #include_attributed_ip_conversions  ⇒ Boolean 
    
    
      (also: #include_attributed_ip_conversions?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Deprecated: has no effect.
 - 
  
    
      #include_unattributed_cookie_conversions  ⇒ Boolean 
    
    
      (also: #include_unattributed_cookie_conversions?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Include conversions of users with a DoubleClick cookie but without an exposure.
 - 
  
    
      #include_unattributed_ip_conversions  ⇒ Boolean 
    
    
      (also: #include_unattributed_ip_conversions?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Include conversions that have no associated cookies and no exposures.
 - 
  
    
      #maximum_click_interactions  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of click interactions to include in the report.
 - 
  
    
      #maximum_impression_interactions  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of click interactions to include in the report.
 - 
  
    
      #maximum_interaction_gap  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum amount of time that can take place between interactions (clicks or impressions) by the same user.
 - 
  
    
      #pivot_on_interaction_path  ⇒ Boolean 
    
    
      (also: #pivot_on_interaction_path?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Enable pivoting on interaction path.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ReportProperties 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ReportProperties.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReportProperties
Returns a new instance of ReportProperties
      10137 10138 10139  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10137 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#clicks_lookback_window ⇒ Fixnum
DFA checks to see if a click interaction occurred within the specified period
of time before a conversion. By default the value is pulled from Floodlight or
you can manually enter a custom value. Valid values: 1-90.
Corresponds to the JSON property clicksLookbackWindow
      10078 10079 10080  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10078 def clicks_lookback_window @clicks_lookback_window end  | 
  
#impressions_lookback_window ⇒ Fixnum
DFA checks to see if an impression interaction occurred within the specified
period of time before a conversion. By default the value is pulled from
Floodlight or you can manually enter a custom value. Valid values: 1-90.
Corresponds to the JSON property impressionsLookbackWindow
      10085 10086 10087  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10085 def impressions_lookback_window @impressions_lookback_window end  | 
  
#include_attributed_ip_conversions ⇒ Boolean Also known as: include_attributed_ip_conversions?
Deprecated: has no effect.
Corresponds to the JSON property includeAttributedIPConversions
      10090 10091 10092  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10090 def include_attributed_ip_conversions @include_attributed_ip_conversions end  | 
  
#include_unattributed_cookie_conversions ⇒ Boolean Also known as:
Include conversions of users with a DoubleClick cookie but without an exposure.
That means the user did not click or see an ad from the advertiser within the
Floodlight group, or that the interaction happened outside the lookback window.
Corresponds to the JSON property includeUnattributedCookieConversions
      10098 10099 10100  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10098 def @include_unattributed_cookie_conversions end  | 
  
#include_unattributed_ip_conversions ⇒ Boolean Also known as: include_unattributed_ip_conversions?
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
      10106 10107 10108  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10106 def include_unattributed_ip_conversions @include_unattributed_ip_conversions end  | 
  
#maximum_click_interactions ⇒ Fixnum
The maximum number of click interactions to include in the report. Advertisers
currently paying for E2C reports get up to 200 (100 clicks, 100 impressions).
If another advertiser in your network is paying for E2C, you can have up to 5
total exposures per report.
Corresponds to the JSON property maximumClickInteractions
      10115 10116 10117  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10115 def maximum_click_interactions @maximum_click_interactions end  | 
  
#maximum_impression_interactions ⇒ Fixnum
The maximum number of click interactions to include in the report. Advertisers
currently paying for E2C reports get up to 200 (100 clicks, 100 impressions).
If another advertiser in your network is paying for E2C, you can have up to 5
total exposures per report.
Corresponds to the JSON property maximumImpressionInteractions
      10123 10124 10125  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10123 def maximum_impression_interactions @maximum_impression_interactions end  | 
  
#maximum_interaction_gap ⇒ Fixnum
The maximum amount of time that can take place between interactions (clicks or
impressions) by the same user. Valid values: 1-90.
Corresponds to the JSON property maximumInteractionGap
      10129 10130 10131  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10129 def maximum_interaction_gap @maximum_interaction_gap end  | 
  
#pivot_on_interaction_path ⇒ Boolean Also known as: pivot_on_interaction_path?
Enable pivoting on interaction path.
Corresponds to the JSON property pivotOnInteractionPath
      10134 10135 10136  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10134 def pivot_on_interaction_path @pivot_on_interaction_path end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      10142 10143 10144 10145 10146 10147 10148 10149 10150 10151 10152  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10142 def update!(**args) @clicks_lookback_window = args[:clicks_lookback_window] if args.key?(:clicks_lookback_window) @impressions_lookback_window = args[:impressions_lookback_window] if args.key?(:impressions_lookback_window) @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) @maximum_click_interactions = args[:maximum_click_interactions] if args.key?(:maximum_click_interactions) @maximum_impression_interactions = args[:maximum_impression_interactions] if args.key?(:maximum_impression_interactions) @maximum_interaction_gap = args[:maximum_interaction_gap] if args.key?(:maximum_interaction_gap) @pivot_on_interaction_path = args[:pivot_on_interaction_path] if args.key?(:pivot_on_interaction_path) end  |