Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!

Make it easier to add non-sequential events and eVars

Avatar

Level 9

5/6/10

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 Comments

Avatar

Level 4

10/7/10

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.