class Google::Apis::DfareportingV2_1::LookbackConfiguration

Lookback configuration settings.

Attributes

click_duration[RW]

Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Corresponds to the JSON property `clickDuration` @return [Fixnum]

post_impression_activities_duration[RW]

Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Corresponds to the JSON property `postImpressionActivitiesDuration` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 6312
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 6317
def update!(**args)
  @click_duration = args[:click_duration] unless args[:click_duration].nil?
  @post_impression_activities_duration = args[:post_impression_activities_duration] unless args[:post_impression_activities_duration].nil?
end