module Analytical module Hubspot class Api include Analytical::Base::Api def initialize(parent, options={}) super @tracking_command_location = :body_append end def init_javascript(location) init_location(location) do js = <<-HTML HTML js end end end end end