I was recently asked to see if I could get Google Analytics working in OBIEE 12c to see if there was a way to track usage.
I know that OBIEE 12c has its own internal usage tracking via the tables S_NQ_ACCT, S_NQ_DB_ACCT and S_NQ_INITBLOCK - But this tracks usage only when someone executes a query/runs a report.
From my initial research it looks like there has to be a chunk of javascript code with a key from Google that I put onto the webpage that I want to enable tracking for.
But for OBIEE 12c, I am not sure where or if it is possible to put this Google javascript code?
I was able to find this article:
http://www.redaelli.org/matteo-blog/2014/09/29/adding-google-analytics-to-oracle-obiee/comment-page-1/
Which mentions being able to modify a [common.js] file which is not a file I can find any info on.
I was wondering has anyone been able to put Google Analytics to track OBIEE 12c usage?
Thanks in advance