Google Analytics has the ability to do Remarketing, Demographics and Interests reporting, but in order to do so, a line in the analytics code must be replaced. Would it be possible to have an option for this? I manually modified the wp-content/plugins/gantry/gizmos/analytics.php file as a work around. The code differences are shown below.
To implement Remarketing, Demographics and Interests reporting, or GDN Impression Reporting, replace the bold text in this example:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push();
_gaq.push();
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
with the bold text in the example below:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push();
_gaq.push();
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;