Class: GoogleAnalytics::Events::SetAllowLinker

Inherits:
Object
  • Object
show all
Defined in:
lib/google-analytics/events/events.rb

Instance Method Summary collapse

Constructor Details

#initialize(allow) ⇒ SetAllowLinker

Returns a new instance of SetAllowLinker.



46
47
48
# File 'lib/google-analytics/events/events.rb', line 46

def initialize(allow)
  warn "[REMOVED] `SetAllowLinker` is being removed. Universal Analytics does not support this any longer. Please see GoogleAnalytics::Events::SetupAnalytics"
end