Class: GoogleAnalytics::Events::SetAllowLinker
- Inherits:
-
Object
- Object
- GoogleAnalytics::Events::SetAllowLinker
- Defined in:
- lib/google-analytics/events/events.rb
Instance Method Summary collapse
-
#initialize(allow) ⇒ SetAllowLinker
constructor
A new instance of SetAllowLinker.
Constructor Details
#initialize(allow) ⇒ SetAllowLinker
Returns a new instance of SetAllowLinker.
44 45 46 |
# File 'lib/google-analytics/events/events.rb', line 44 def initialize(allow) warn "[REMOVED] `SetAllowLinker` is being removed. Universal Analytics does not support this any longer. Please see GoogleAnalytics::Events::SetupAnalytics" end |