You have a nice report generator in the reports module, but it is configured as a MENU_CALLBACK so it doesn't show up anywhere in the menu system. It works nicely if you know where it is by reading the code, admin/google-analytics/report, but otherwise it is invisible. If it was changed to MENU_NORMAL_ITEM it would show up in the menu. Better yet, if you change the path to admin/reports/google-analytics and change the menu type, it will show up in the Reports section of the administration area, which seems like a logical place.

Just wondering why it is so hidden, is that by design for some reason?

Comments

jkitching’s picture

It is hidden because it was meant mainly as a debugging interface for myself during development, or for a developer looking to see what kind of queries he or she can make for another module being built on top of the API.

But if you can see some useful use cases for regular folks, I can certainly unhide it. I was trying to figure out how to get the admin page to include two tabs, one of which would allow you to set the Google Analytics account, and the second of which would be this [currently] hidden form.

Does that sound like a decent solution or do you think it should be a separate page unto itself in the Admin menu?

amariotti’s picture

I would say definitely add it as a secondary admin configuration page for the module. This is very powerful and could be user in many different ways. Thanks for your work on this!

raspberryman’s picture

Assigned: Unassigned » raspberryman
Status: Active » Closed (fixed)