Class: GAQ::Events::ECommerce::TrackTransaction

Inherits:
GAQ::Event
  • Object
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

#initializeTrackTransaction

_gaq.push(); //submits transaction to the Analytics servers



85
86
87
# File 'lib/google_analytics_tools/tracking/events/events.rb', line 85

def initialize
  super('_trackTrans')
end