Make it easier to add non-sequential events and eVars | Community
Skip to main content
ericmatisoff1
Level 5
May 6, 2010
Delivered

Make it easier to add non-sequential events and eVars

  • May 6, 2010
  • 3 replies
  • 1704 views

If I create a new Report Suite, and want to add event31 in the Admin Console, I'll have to sequentially click "Add New" 31 times or less.  It'd be nice to have a drop-down that I can click to simply "Add New: Event31" or something along those lines.  Would just make for less time-wasting in the Admin Console. Luckily, sProps are easy because I can click "Add New" once, then hit Enter several times to add multiple "Disabled" variables.

 

Thanks!

3 replies

jong77078602
Level 3
October 7, 2010

Others have suggested this trick, but until we are able to change the interface, a little javascript can handle this for you.

 

On the Traffic Variables or Conversion Variables page type this into the location bar:

 

 

javascript:do { var ret = displayNextAvailableRow(); } while (ret !== false);

 

 

You can also create a bookmarklet and keep it on your bookmark toolbar for quick access.

jong77078602
Level 3
October 7, 2010
This will be available in the 11/4 maintenance release.
ericmatisoff1
Level 5
January 4, 2011

Please add for events.  Thanks!