0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
plugins
/
googleanalytics
/
view
/
[
Home
]
File: ga_code.php
<script> (function() { (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', 'https://google-analytics.com/analytics.js', 'ga'); ga('create', '<?php echo esc_attr( $data[ Ga_Admin::GA_WEB_PROPERTY_ID_OPTION_NAME ] ); ?>', 'auto'); <?php if ( 'on' === $data['anonymization'] ) : ?> ga('set', 'anonymizeIp', true); <?php endif; ?> <?php if ( ! empty( $data['optimize'] ) ) : ?> ga('require', '<?php echo esc_html( $data['optimize'] ); ?>' ); <?php endif; ?> ga('send', 'pageview'); })(); </script>