Class: GAQ::Events::TrackPageview

Inherits:
GAQ::Event show all
Defined in:
lib/google_analytics_tools/tracking/events/events.rb

Instance Attribute Summary

Attributes inherited from GAQ::Event

#name, #params

Instance Method Summary collapse

Constructor Details

#initializeTrackPageview

Returns a new instance of TrackPageview.



21
22
23
# File 'lib/google_analytics_tools/tracking/events/events.rb', line 21

def initialize
  super('_trackPageview')
end