Google Analytics In-page Analytics and Concrete5

Permalink
Has anyone managed to get the in-page analytics working with concrete5?

I have the tracking code in the header of all my page types and google is receiving data from the code.

When I go to look at the in-page analytics I get the following error: "Analytics has encountered an unexpected condition and cannot fulfil your request."

Any ideas?

 
jbullen replied on at Permalink Reply
jbullen
Same here. Any advice!?
mickroberts replied on at Permalink Reply
mickroberts
Not sure if you have figured this out yet, but the solution is to put the code:

<?php Loader::element('footer_required'); ?>

Just before the closing body tag </body> in your code.

That should allow the google code you pasted into the dashboard to be included in your site.