{##
# Custom scripts
#
# @category X-Cart_5_5_Module
# @package CustomScripts
# @author CFL Systems, Inc. <support@cflsystems.com>
# @copyright 2023 CFL Systems, Inc. All rights reserved.
# @license License Agreement https://www.cflsystems.com/software-license-agreement.html
# @link https://www.cflsystems.com/
#
# @ListChild (list="footer", weight="400")
#}
{% if this.get('config').CSI.CustomScripts.googleTag != '' %}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ this.get('config').CSI.CustomScripts.googleTag }}"></script>
<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', '{{ this.get("config").CSI.CustomScripts.googleTag }}');</script>
<!-- Event snippet for Created a profile (1) conversion page -->
<script>gtag('event', 'conversion', {'send_to': '{{ this.get("config").CSI.CustomScripts.googleTag }}/PMqUCMeg5pQYEOCShJgD'});</script>
<!-- Event snippet for Purchases conversion page -->
<script>gtag('event', 'conversion', {'send_to': '{{ this.get("config").CSI.CustomScripts.googleTag }}/o7SKCLzd55QYEOCShJgD', 'transaction_id': ''});</script>
<!-- End Google tag (gtag.js) -->
{% endif %}