Class: GoogleAnalytics::Events::Ecommerce::TrackTransaction

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

Overview

JavaScript equivalent:

_gaq.push(['_trackTrans']);

Instance Attribute Summary

Attributes inherited from GoogleAnalytics::Event

#name, #params

Instance Method Summary (collapse)

Constructor Details

- (TrackTransaction) initialize

A new instance of TrackTransaction



89
90
91
# File 'lib/google-analytics/events/events.rb', line 89

def initialize
  super('_trackTrans')
end