Class: GoogleAnalytics::Events::DeleteCustomVar

Inherits:
GoogleAnalytics::Event show all
Defined in:
lib/google-analytics/events/events.rb

Overview

Removed: There are no longer Custom Variables

Instance Attribute Summary

Attributes inherited from GoogleAnalytics::Event

#action, #name, #params

Instance Method Summary collapse

Methods inherited from GoogleAnalytics::Event

#single_event?

Constructor Details

#initialize(index) ⇒ DeleteCustomVar

Returns a new instance of DeleteCustomVar.



142
143
144
# File 'lib/google-analytics/events/events.rb', line 142

def initialize(index)
  warn "[REMOVED] `DeleteCustomVar` is being removed. Universal Analytics does not support Custom Variables."
end