Class: GoogleAnalytics::Events::SetDomainName

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

Instance Method Summary collapse

Constructor Details

#initialize(domain_name) ⇒ SetDomainName

Returns a new instance of SetDomainName.



40
41
42
# File 'lib/google-analytics/events/events.rb', line 40

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