This bookmarklet adds new rows for eVars, props and events on SiteCatalyst Report Suite Manager.
サイトカタリストの管理画面で変数の入力欄を一気に増やします。
1. Create a dummy bookmark. 適当なブックマークを作る。
2. Right-click the bookmark and change its URL as follows. ブックマークのURLの部分を下記に変更する。
javascript:(function(){var m=window.prompt('How many?','10');var n=0;while(n<m){if(typeof displayNextAvailableRow=='function')displayNextAvailableRow();else addNew();n++}})()
1. Go to SiteCatalyst Report Suite Manager. 管理者ユーザでログインし、変数の設定画面を開く。
2. Click the bookmarklet. 作ったブックマークをクリックする。
3. Specify the number of rows you want to add. ダイアログで増やしたい行数を入力する。
4. Rows are added. 入力した分だけ行が増える。
Version History
2010-03-04 (v1.0) - Initial Release.
2010-03-05 (v1.1) - Modified to support events.