Google アナリティクスを使用した e コマース トランザクションでは、次のようにコーディングできます。
_gaq.push(['_addTrans',
'1234', // order ID
'SitePoint', // store
'19.99', // total
'1.50', // tax
'3.00', // shipping
'Chicago', // city
'Illinois', // state
'USA' // country
]);
しかし、order_idとtotalフィールドを取得できない雇用者登録ページに実装したいと思います。代わりに、oerder_id と store を置き換えて、employer_id と会社名を使用できますか?
参考までに、 GA Ecommerce 雇用者登録に使用する方法をご覧ください。