body_google_tag_manager (shared_partial)
全画面で共通利用する shared_partial です。
参考情報
テーマ管理のファイルパス
ec_force/shop/shared/_body_google_tag_manager.html.liquid
ec_force/shop/shared/_body_google_tag_manager.html+smartphone.liquid
必要なコンポーネント
特に必要な記述はございません。以下、記述例となります。
{% if google_tag_manager['alignment'] == '1' %}
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id={{ google_tag_manager['container_id'] }}" style="display:none;visibility:hidden" height="0" width="0"></iframe>
</noscript>
{% endif %}