Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi,
when you use Google analytics, dnn generates the necessary javascript.
Where this is 1 part of it:
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http:// www') + ’google-analytics.com/ga.js';
For the new way Google Analytics works this has to be changed to:
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + ’stats.g.doubleclick.net/dc.js';
How can we achieve this?
Thanks
Olivier